Skip to content

soundcrowd/soundcrowd-plugin-spotify

Repository files navigation

soundcrowd-plugin-spotify

android GitHub release GitHub

This soundcrowd plugin adds basic Spotify support. It allows you to listen and browse music from your saved tracks, release radar and additionally supports searching for music. This plugin requires a Spotify account. The plugin greatly depends on the librespot-java library, thanks!

Building

$ git clone --recursive https://github.com/soundcrowd/soundcrowd-plugin-spotify
$ cd soundcrowd-plugin-spotify
$ ./gradlew assembleDebug

Install via ADB:

$ adb install spotify/build/outputs/apk/debug/spotify-debug.apk

License

Licensed under GPLv3.

Dependencies