@dielan @jeffcliff tehyre music scrobbles. thjey can be added through an API endpoint, there's not UI support yet:
cat bin/scrobble.sh #!/bin/sh curl -X POST \ -d "title=$1" \ -d "album=$2" \ -d "artist=$3" \ -H 'Authorization: Bearer REDACTED' \ https://shitposter.club/api/v1/pleroma/scrobbleyou can get the token from a request header in developer tools network tab.