Universal last.fm scrobbler
Report bug
·
Request feature
Download a binary from the releases for your appropriate architecture and OS. Currently, only Windows and Linux are supported.
scrob login
Login with your last.fm
username and password.
To scrobble your songs to last.fm, just do
scrob
The tool will output the track name, artist and album name
to stdout. By default, scrob
scrobbles all songs it
detects from the active player, and sets Discord Rich
Presence. It is possible to disable either of this
using the --no-discord
or --no-scrobble
parameters.
The latter is very useful when you need to debug scrob
without having it to mess up your last.fm scrobbles.
scrob
is built on Rust, and uses cargo
.
cargo build
target/debug/scrob --help
This repository is licensed under the MIT license. For more information, see LICENSE.