/listenbrainz-poweramp

A PowerAmp plugin specifically for scrobbling your music to ListenBrainz

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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.