Kodi.plugin.audio.subsonic/README.md

49 lines
2.0 KiB
Markdown
Raw Normal View History

2016-10-02 20:35:20 +02:00
# Subsonic
2021-09-02 08:54:48 +02:00
Kodi plugin to stream, star and download music from Subsonic/Airsonic/Navidrome (requires Subsonic API compatibility)
2021-06-29 06:42:03 +02:00
2016-10-04 02:20:17 +02:00
For feature requests / issues:
2021-06-28 07:40:33 +02:00
https://github.com/warwickh/plugin.audio.subsonic/issues
2021-06-29 06:42:03 +02:00
2016-10-04 02:20:17 +02:00
Contributions are welcome:
2021-06-28 07:40:33 +02:00
https://github.com/warwickh/plugin.audio.subsonic
2015-05-31 17:05:06 +02:00
2021-06-29 06:39:16 +02:00
Master branch updated to support Kodi 19 Matrix
2021-06-29 06:39:39 +02:00
2021-06-29 06:39:16 +02:00
Leia compatible version available in alternate branch
2021-06-28 07:13:17 +02:00
2015-05-31 17:05:06 +02:00
## Features
2016-10-04 02:52:42 +02:00
* Browse by artist, albums (newest/most played/recently played/random), tracks (starred/random), and playlists
2016-10-04 02:20:17 +02:00
* Download songs
* Star songs
* Navidrome compatibility added (please report any issues)
2015-05-31 17:05:06 +02:00
## Installation
2021-06-29 06:39:16 +02:00
* Click the code button and download
* Enable unknown sources and install from zip in Kodi
2021-06-29 06:40:26 +02:00
2021-06-29 06:39:16 +02:00
or
2021-06-29 06:40:26 +02:00
2015-05-31 17:05:06 +02:00
* Navigate to your `.kodi/addons/` folder
2021-06-28 07:40:33 +02:00
* Clone this repository: `git clone https://github.com/warwickh/plugin.audio.subsonic.git`
2015-05-31 17:05:06 +02:00
* (Re)start Kodi.
2021-06-29 06:40:26 +02:00
2021-09-02 08:54:48 +02:00
Note: You may need to install dependencies manually if installing this way. I recommend installing from zip first, then updating using git clone
2015-05-31 17:05:06 +02:00
2021-09-03 10:35:39 +02:00
Repository installation now available
2021-09-04 02:23:26 +02:00
[repository.warwickh-0.9.0.zip](https://github.com/warwickh/repository.warwickh/raw/master/matrix/zips/repository.warwickh/repository.warwickh-0.9.0.zip) (Please report any issues)
2016-10-04 02:20:17 +02:00
## TODO
* Scrobble to Last.FM (http://forum.kodi.tv/showthread.php?tid=195597&pid=2429362#pid2429362)
* Improve the caching system
* Search filter GUI for tracks and albums
2015-05-31 17:05:06 +02:00
## License
See the `LICENSE` file.
Additional copyright notices:
2021-06-28 07:40:33 +02:00
* [Previous version of this plugin](https://github.com/gordielachance/plugin.audio.subsonic) by gordielachance
2016-10-02 20:31:45 +02:00
* [Previous version of this plugin](https://github.com/basilfx/plugin.audio.subsonic) by basilfx
2021-06-29 06:32:53 +02:00
* [SimplePlugin](https://github.com/romanvm/script.module.simpleplugin/stargazers) by romanvm now at [SimplePlugin3](https://github.com/vlmaksime/script.module.simpleplugin)
2016-10-02 20:31:45 +02:00
* The original [SubKodi](https://github.com/DarkAllMan/SubKodi) plugin
* [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module