rescrobbled
rescrobbled copied to clipboard
MPRIS music scrobbler daemon
Hi, getting an "authentication failed" error: ``` Failed to authenticate with Last.fm Caused by: Authentication failed: Non Success status (403) ``` My config is simply: ```toml lastfm-key = "bc7...b42" lastfm-secret...
Cache scrobbles when the user is offline (with a config option to enable/disable this behavior).
It would be nice to have an option like `min-play-percent` that would be used something like `min-play-percent-in-seconds = ( min-play-percent / 100 ) * ( mpris:length / 1000000 )` Then...
I'm looking at packaging rescrobbled for fedora and ran into an issue with notify-rust. Apparently there are some packages in Fedora that aren't compatible with 4.5.6 due to the changes...
This looks like a great project, and I would love to use it. I use libre.fm however and it doesn't seem to be supported. I'd be more than happy to...
Hi! I'm running into the issue that seems to have been discussed before. https://github.com/InputUsername/rescrobbled/issues/10 I am running spotifyd as a systemd user service. If I start up ncspot and start...
rescrobbled is started by systemd and runs fine at first. But after a longer time without any active mpris player running it seems to silently die somehow. The process itself...
I use KDE's Elisa player to play my music and rescrobbled to scrobble my local music to last.fm, but every time i pause and then play a song, it'll scrobble...
When I trying scrobbling I got such errors: ``` Authenticated with Last.fm successfully! Looking for an active MPRIS player... Found active player Rhythmbox ---- Failed to update status on Last.fm...
According to the README on this repo, in order to add a player's id to the whitelist one needs to find its MPRIS id beforehand. However, [Spotube](https://github.com/KRTirtho/spotube) in particular seems...