Kodi.plugin.audio.subsonic/README.md

21 lines
621 B
Markdown
Raw Normal View History

2016-10-02 20:14:59 +02:00
# Kodisonic
2015-05-31 17:05:06 +02:00
Kodi plugin to stream music from Subsonic.
## Features
* Playlist support
* Browse by artist, album and genre
* Random playlists
## Installation
* Navigate to your `.kodi/addons/` folder
2016-10-02 20:10:40 +02:00
* Clone this repository: `git clone https://github.com/gordielachance/plugin.audio.subsonic.git`
2015-05-31 17:05:06 +02:00
* (Re)start Kodi.
## License
See the `LICENSE` file.
Additional copyright notices:
2016-10-02 20:30:37 +02:00
* [SimplePlugin](https://github.com/romanvm/script.module.simpleplugin/stargazers) by romanvm
* The original [SubKodi](https://github.com/DarkAllMan/SubKodi) plugin.
2015-09-12 11:54:12 +02:00
* [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module.