Kodi.plugin.audio.subsonic/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2016-10-02 20:35:20 +02:00
# Subsonic
2016-10-04 02:20:17 +02:00
Kodi plugin to stream, star and download music from Subsonic.
For feature requests / issues:
https://github.com/gordielachance/plugin.audio.subsonic/issues
Contributions are welcome:
https://github.com/gordielachance/plugin.audio.subsonic
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
2015-05-31 17:05:06 +02:00
## 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.
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:
2016-10-02 20:31:45 +02:00
* [Previous version of this plugin](https://github.com/basilfx/plugin.audio.subsonic) by basilfx
2016-10-02 20:30:37 +02:00
* [SimplePlugin](https://github.com/romanvm/script.module.simpleplugin/stargazers) by romanvm
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