Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundcrowd/soundcrowd-plugin-soundcloud
SoundCloud plugin for soundcrowd
https://github.com/soundcrowd/soundcrowd-plugin-soundcloud
android music player plugin soundcloud
Last synced: 2 months ago
JSON representation
SoundCloud plugin for soundcrowd
- Host: GitHub
- URL: https://github.com/soundcrowd/soundcrowd-plugin-soundcloud
- Owner: soundcrowd
- License: gpl-3.0
- Created: 2019-04-21T23:27:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T21:13:41.000Z (8 months ago)
- Last Synced: 2024-05-09T22:23:12.067Z (8 months ago)
- Topics: android, music, player, plugin, soundcloud
- Language: Kotlin
- Size: 126 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundcrowd-plugin-soundcloud
[![android](https://github.com/soundcrowd/soundcrowd-plugin-soundcloud/actions/workflows/android.yml/badge.svg)](https://github.com/soundcrowd/soundcrowd-plugin-soundcloud/actions/workflows/android.yml)
[![GitHub release](https://img.shields.io/github/release/soundcrowd/soundcrowd-plugin-soundcloud.svg)](https://github.com/soundcrowd/soundcrowd-plugin-soundcloud/releases)
[![GitHub](https://img.shields.io/github/license/soundcrowd/soundcrowd-plugin-soundcloud.svg)](LICENSE)This soundcrowd plugin adds basic SoundCloud support. It allows you to browse your stream, likes, playlists, followings, followers, and your own music (requires SoundCloud account) and additionally supports searching for music.
## Note
In order to use this plugin, you need your own SoundCloud API key. Update the `client_id`, `client_secret` and `redirect_uri` resources in the `build.gradle` before building.
## Building
$ git clone --recursive https://github.com/soundcrowd/soundcrowd-plugin-soundcloud
$ cd soundcrowd-plugin-soundcloud
$ ./gradlew assembleDebugInstall via ADB:
$ adb install soundcloud/build/outputs/apk/debug/soundcloud-debug.apk
## License
Licensed under GPLv3.