Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundcrowd/soundcrowd-plugin-youtube
YouTube plugin for soundcrowd
https://github.com/soundcrowd/soundcrowd-plugin-youtube
android music player plugin youtube
Last synced: 2 days ago
JSON representation
YouTube plugin for soundcrowd
- Host: GitHub
- URL: https://github.com/soundcrowd/soundcrowd-plugin-youtube
- Owner: soundcrowd
- License: gpl-3.0
- Created: 2019-04-21T23:26:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T15:43:27.000Z (about 1 year ago)
- Last Synced: 2024-11-10T11:42:42.433Z (2 months ago)
- Topics: android, music, player, plugin, youtube
- Language: Kotlin
- Size: 111 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundcrowd-plugin-youtube
[![android](https://github.com/soundcrowd/soundcrowd-plugin-youtube/actions/workflows/android.yml/badge.svg)](https://github.com/soundcrowd/soundcrowd-plugin-youtube/actions/workflows/android.yml)
[![GitHub release](https://img.shields.io/github/release/soundcrowd/soundcrowd-plugin-youtube.svg)](https://github.com/soundcrowd/soundcrowd-plugin-youtube/releases)
[![GitHub](https://img.shields.io/github/license/soundcrowd/soundcrowd-plugin-youtube.svg)](LICENSE)This soundcrowd plugin adds basic YouTube support (audio only). It allows you to browse the initial trending page and to search for videos. The plugin greatly depends on the `NewPipeExtractor` library, thanks!
## Building
$ git clone --recursive https://github.com/soundcrowd/soundcrowd-plugin-youtube
$ cd soundcrowd-plugin-youtube
$ ./gradlew assembleDebugInstall via ADB:
$ adb install youtube/build/outputs/apk/debug/youtube-debug.apk
## License
Licensed under GPLv3.
## Dependencies
- [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor) - GPLv3