Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.13 KB

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