Updated README.md and CHANGELOG.md
This commit is contained in:
parent
e06b5428a7
commit
37496cbb24
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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).
|
19
README.md
19
README.md
|
@ -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.
|
Loading…
Reference in New Issue