From 5c1ba5015b4eb91172c46ed48db50150630ae8bc Mon Sep 17 00:00:00 2001 From: gordielachance Date: Tue, 4 Oct 2016 02:20:17 +0200 Subject: [PATCH] doc update --- CHANGELOG.md | 4 ++++ README.md | 18 ++++++++++++++---- addon.xml | 11 ++++++++--- main.py | 4 ++-- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b86ee..5ce03c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.3 +Released 4 October 2016 +* Context menu for downloading or marking items as favorite + ## v2.0.2 * main code (main.py) fully rewritten * Use SimplePlugin framework (http://romanvm.github.io/script.module.simpleplugin/index.html) diff --git a/README.md b/README.md index 710b67a..8fdaf39 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,26 @@ # Subsonic -Kodi plugin to stream music from Subsonic. +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 ## Features -* Playlist support -* Browse by artist, album and genre -* Random playlists +* Browse by artist, album, tracks, and playlists +* Download songs +* Star songs ## Installation * Navigate to your `.kodi/addons/` folder * Clone this repository: `git clone https://github.com/gordielachance/plugin.audio.subsonic.git` +* Install the SimplePlugin dependency by cloning its repository: `git clone https://github.com/romanvm/script.module.simpleplugin.git` * (Re)start Kodi. +## 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 + ## License See the `LICENSE` file. diff --git a/addon.xml b/addon.xml index 73b503f..01c1710 100644 --- a/addon.xml +++ b/addon.xml @@ -1,17 +1,22 @@ - + - audio Subsonic music addon for Kodi. - Subsonic music addon for Kodi. Stream your tunes directly to Kodi. + + Stream, star and download your tunes, directly to Kodi ! + For feature requests / issues: + https://github.com/gordielachance/plugin.audio.subsonic/issues + Contributions are welcome: + https://github.com/gordielachance/plugin.audio.subsonic + en all diff --git a/main.py b/main.py index 23080d4..e4a04e5 100644 --- a/main.py +++ b/main.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # Module: main -# Author: Roman V. M. -# Created on: 28.11.2014 +# Author: G.Breant +# Created on: 04.10.2016 # License: GPL v.3 https://www.gnu.org/copyleft/gpl.html