|
From what I read in the last.fm's API docs, a scrobble is a scrobble if the track is longer than 30 seconds. This, of course, is a problem when listening to albums with interludes for example. I'm wondering if there's anything that can be done. |
Answered by
FoxxMD
May 13, 2026
Replies: 2 comments 1 reply
|
Can you try docker image It omits sending |
0 replies
Answer selected by
Sioeen
|
That does indeed bypass the ignore response, thanks! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Can you try docker image
foxxmd/multi-scrobbler:pr-597?It omits sending
duration(track length) with the scrobble payload to last.fm, if its under 30 seconds. Hoping that bypasses LFM's ignore response.