Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundcrowd/soundcrowd-plugin-spotify
Spotify plugin for soundcrowd
https://github.com/soundcrowd/soundcrowd-plugin-spotify
android music player plugin spotify
Last synced: 2 months ago
JSON representation
Spotify plugin for soundcrowd
- Host: GitHub
- URL: https://github.com/soundcrowd/soundcrowd-plugin-spotify
- Owner: soundcrowd
- License: gpl-3.0
- Created: 2021-10-18T16:36:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T23:34:21.000Z (3 months ago)
- Last Synced: 2024-10-26T10:37:44.740Z (3 months ago)
- Topics: android, music, player, plugin, spotify
- Language: Kotlin
- Homepage:
- Size: 115 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundcrowd-plugin-spotify
[![android](https://github.com/soundcrowd/soundcrowd-plugin-spotify/actions/workflows/android.yml/badge.svg)](https://github.com/soundcrowd/soundcrowd-plugin-spotify/actions/workflows/android.yml)
[![GitHub release](https://img.shields.io/github/release/soundcrowd/soundcrowd-plugin-spotify.svg)](https://github.com/soundcrowd/soundcrowd-plugin-spotify/releases)
[![GitHub](https://img.shields.io/github/license/soundcrowd/soundcrowd-plugin-spotify.svg)](LICENSE)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 assembleDebugInstall via ADB:
$ adb install spotify/build/outputs/apk/debug/spotify-debug.apk
## License
Licensed under GPLv3.
## Dependencies
- [librespot-java](https://github.com/librespot-org/librespot-java) - Apache 2.0