A modification of glk1001's Spotify plugin modified to use librespot instead of spotty. This should increase compatibility as it no longer depends on an outdated rust binary.
Go to file
cere 6621028f74 added minor note to readme 2024-02-21 14:29:16 -05:00
resources made english string clearer, version bump 2024-02-21 14:25:45 -05:00
.gitignore code time 2024-02-21 00:35:31 -05:00
LICENSE Initial Commit 2024-02-20 22:51:10 -05:00
LICENSE.txt Initial Commit 2024-02-20 22:51:10 -05:00
README.md added minor note to readme 2024-02-21 14:29:16 -05:00
addon.xml made english string clearer, version bump 2024-02-21 14:25:45 -05:00
plugin.py Initial Commit 2024-02-20 22:51:10 -05:00
pyproject.toml Initial Commit 2024-02-20 22:51:10 -05:00
service.py trying to get bundled deps to load 2024-02-21 01:28:55 -05:00

README.md

plugin.audio.librespot

Unofficial spotify plugin for Kodi, not available in the official Kodi repo.

Uses 'bottle' and 'librespot-python' for playback, and 'spotipy' for the playlist, albums, etc. menus.

Thanks to kokarare1212 for creating 'librespot-python'.

This a fork of the glk1001 addon, modified to work with librespot-python instead of spotty.

It may take some disabling/re-enabling the addon (or just reopening it a few times) to get it to generate the initial authorization token. Dunno why. Once credentials are configured, restart Kodi. This is so the background service can setup properly.

Installation

Download a zip of this repository and install it as an addon. If you're on linux be aware that you will need inputstream.ffmpegdirect which should be in your package manager. Worst case scenario, build it from source.

Support

None, like my Piped addon this is for personal use. If you wanna update it, fork it (and let me know if you end up doing so!)