A Last.fm scrobbler CLI for muse. Handles authentication, now-playing updates, and scrobble submissions.
cargo install --path .# Authenticate with Last.fm (opens browser)
muse-scrobble auth
# Check authentication status
muse-scrobble status
# Send a now-playing update
muse-scrobble now-playing --artist "Radiohead" --track "Everything In Its Right Place" --album "Kid A"
# Submit a scrobble
muse-scrobble scrobble --artist "Radiohead" --track "Everything In Its Right Place" --album "Kid A" --duration 250Credentials are loaded from ~/.lastfm or environment variables. Run muse-scrobble auth to complete the OAuth flow and store a session key.