it scrobbles your music to rocksky
1# Rocksky Auto-scrobbler 2 3A command-line program/service to automatically scrobble your music listening to [Rocksky](https://rocksky.app)! 4 5## Prerequisites 6 7You'll need the following pre-installed: 8 9* [media-control](https://github.com/ungive/media-control) 10* [jq](https://jqlang.org/) 11 12I guess also bash. You probably have bash. 13 14## Installation 15 16From the folder, run `install.sh`, probably either as an admin user or as long as you know the sudo password. Once you've done that, it'll be running, and always run on startup. 17 18## Pausing/Uninstalling 19 20If you need to turn off the scrobbler, run `systemctl stop rocksky-autoscrobble`. (In this case, it will restart when your computer does, or when you restart the service.) If you need to disable it indefinitely, run `systemctl disable rocksky-autoscrobble.service`.