StratusFearMe21 / listenbrainz-poweramp

A PowerAmp plugin specifically for scrobbling your music to ListenBrainz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

listenbrainz-poweramp

A PowerAmp plugin specifically for scrobbling your music to ListenBrainz

Install the APK here

Building

First, you need to build the NDK libraries

cd lbp_native
cargo install cargo-ndk
cargo ndk -p 30 -t armeabi-v7a -t arm64-v8a -o ../app/src/main/jniLibs/ build --release

Then you can build the APK as normal with Android Studio or gradle if you prefer.

About

A PowerAmp plugin specifically for scrobbling your music to ListenBrainz

License:GNU General Public License v3.0


Languages

Language:Rust 55.8%Language:Kotlin 44.2%