Kodi.plugin.audio.subsonic/README.md

20 lines
550 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:14:59 +02:00
* The original [Subsonic](https://github.com/basilfx/plugin.audio.subsonic) plugin by basilfx.
2015-09-12 11:54:12 +02:00
* [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module.