Updated README.md and CHANGELOG.md

This commit is contained in:
Bas Stottelaar 2015-05-31 17:05:06 +02:00
parent e06b5428a7
commit 37496cbb24
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Changelog
## v1.0.0
Released 31 May 2015
Highlights:
* Added: support for playlists.
* Added: number of random items to show.
* Improved: metadata for items.
* Fixed: migrated to [`py-sonic`](https://github.com/crustymonkey/py-sonic) to interact with Subsonic.
The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/ff86dfa49f914a18233dee295df74b73a70200e8...v1.0.0).

View File

@ -0,0 +1,19 @@
# Subsonic for Kodi
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
* Clone this repository: `git clone https://github.com/basilfx/plugin.audio.subsonic.git`
* (Re)start Kodi.
## License
See the `LICENSE` file.
Additional copyright notices:
* The original [SubKodi](https://github.com/DarkAllMan/SubKodi) plugin.
* [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module.