You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the "now playing" data locally and in the connected Last.fm account when the client calls scrobble with submission=false nc-music#112@mattwellss
If scrobble is called with multiple id values, some of which are unknown, then all the valid ones get recorded and unknown ones silently discarded (previously, songs were recorded one-by-one until hitting the unknown id, after which the rest got discarded)
Don't scrobble songs shorter than 30 seconds to Last.fm to comply with the service's guideline nc-music#116@mattwellss
Record a track played only if at least 50 % or 4 minutes has been played, to comply with Last.fm's guideline. Mark the track immediately as "playing" on the server.
This influences only the Music app's own web UI, the behavior of Subsonic and Ampache clients may vary
Periodically refresh "Now playing" song to Last.fm while playing (Last.fm forgets the song after 4 minutes which was an issue on longer songs or when the song was paused)
Attempt to restart the playing radio stream if it abruptly ends nc-music#89