Kodi.plugin.audio.subsonic/README.md

49 lines
1.8 KiB
Markdown
Raw Permalink 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)
2021-09-08 09:00:23 +02:00
* Scrobble to Last.FM
2015-05-31 17:05:06 +02:00
## Installation
2021-09-08 09:00:23 +02:00
From repository
2022-09-18 10:39:33 +02:00
[repository.warwickh](https://github.com/warwickh/repository.warwickh/raw/master/matrix/zips/repository.warwickh) (Please report any issues)
2021-09-08 09:00:23 +02:00
From GitHub
2021-06-29 06:39:16 +02:00
* Click the code button and download
* Enable unknown sources and install from zip in Kodi
2021-09-08 09:00:23 +02:00
2021-06-29 06:39:16 +02:00
or
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-09-28 01:16:33 +02:00
Note: You will need to enter your server settings into the plugin configuration before use
2015-05-31 17:05:06 +02:00
2016-10-04 02:20:17 +02:00
## TODO
* 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