1
0
mirror of https://github.com/gordielachance/plugin.audio.subsonic synced 2025-01-08 14:21:48 +01:00

minor (doc)

This commit is contained in:
gordielachance 2016-10-02 20:30:37 +02:00
parent 6fee1db7ec
commit a4e8f2376d
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Changelog
## v2.0.2
* main code (main.py) fully rewritten
* Use SimplePlugin framework (http://romanvm.github.io/script.module.simpleplugin/index.html)
* Cache datas
## v2.0.1
* New setting 'albums_per_page'

View File

@ -15,5 +15,6 @@ Kodi plugin to stream music from Subsonic.
See the `LICENSE` file.
Additional copyright notices:
* The original [Subsonic](https://github.com/basilfx/plugin.audio.subsonic) plugin by basilfx.
* [SimplePlugin](https://github.com/romanvm/script.module.simpleplugin/stargazers) by romanvm
* The original [SubKodi](https://github.com/DarkAllMan/SubKodi) plugin.
* [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module.