Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundcrowd/soundcrowd-plugin-cache
Cache plugin for soundcrowd
https://github.com/soundcrowd/soundcrowd-plugin-cache
android cache music player plugin
Last synced: 2 days ago
JSON representation
Cache plugin for soundcrowd
- Host: GitHub
- URL: https://github.com/soundcrowd/soundcrowd-plugin-cache
- Owner: soundcrowd
- License: gpl-3.0
- Created: 2019-04-21T23:14:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T21:03:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T11:46:03.216Z (2 months ago)
- Topics: android, cache, music, player, plugin
- Size: 111 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundcrowd-plugin-cache
[![android](https://github.com/soundcrowd/soundcrowd-plugin-cache/actions/workflows/android.yml/badge.svg)](https://github.com/soundcrowd/soundcrowd-plugin-cache/actions/workflows/android.yml)
[![GitHub release](https://img.shields.io/github/release/soundcrowd/soundcrowd-plugin-cache.svg)](https://github.com/soundcrowd/soundcrowd-plugin-cache/releases)
[![GitHub](https://img.shields.io/github/license/soundcrowd/soundcrowd.svg)](LICENSE)This soundcrowd plugin adds caching support for online streaming services. Once a media file was streamed completely, it is cached locally and can be played directly again without using network traffic. The cache plugin adds its own category where all cached files can be accessed. The caching process greatly depends on the `AndroidVideoCache` library, thanks!
## Building
$ git clone --recursive https://github.com/soundcrowd/soundcrowd-plugin-cache
$ cd soundcrowd-plugin-cache
$ ./gradlew assembleDebugInstall via ADB:
$ adb install cache/build/outputs/apk/debug/cache-debug.apk
## License
Licensed under GPLv3.
## Dependencies
- [AndroidVideoCache](https://github.com/danikula/AndroidVideoCache) - Apache 2.0