-
|
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Can you try docker image It omits sending |
Beta Was this translation helpful? Give feedback.
-
|
That does indeed bypass the ignore response, thanks! |
Beta Was this translation helpful? Give feedback.

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.