mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-01 11:07:17 +01:00
Plugin per Kodi per ascoltare e scaricare musica da server Subsonic.
Sfoglia per artista, album (più nuovo/più giocato/più recente giocato/random), brani (stellati/random), e playlist
https://funkwhale.it
8a786b1eae
was crashing on KODI OpenELEC, safer not to use it. |
||
---|---|---|
lib | ||
resources | ||
.gitignore | ||
addon.xml | ||
CHANGELOG.md | ||
icon.png | ||
LICENSE | ||
main.py | ||
README.md |
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
- Browse by artist, albums (newest/most played/recently played/random), tracks (starred/random), 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.
Additional copyright notices:
- Previous version of this plugin by basilfx
- SimplePlugin by romanvm
- The original SubKodi plugin
py-sonic
Python module