User Activity

  • Posted a comment on ticket #223 on Subsonic

    And here is the culprit, from playQueue.view The duration property is changing everytime a new chunk of the song is downloaded, which means that you end up calling playQueuService.scrobble multiple times. function updateProgressBar() { var position = Math.round(localPlayer.currentTime); var duration = localPlayer.duration; if (isNaN(duration) || !isFinite(duration)) { var currentSong = songs[getCurrentSongIndex()]; duration = currentSong ? currentSong.duration : 0; } else { duration = Math.round(duration);...

  • Created ticket #223 on Subsonic

    Song is scrobbled multiple times if preloading is slow

  • Created ticket #207 on Subsonic

    Add support for gapless playback

  • Created ticket #190 on Subsonic

    Last played song is shown in now playing, and submitted to last.fm when subsonic is repened.

  • Created ticket #189 on Subsonic

    Song is scrobbled multiple times to last.fm when subsonic is active in more than one tab

View All

Personal Data

Username:
divineant
Joined:
2008-06-12 17:18:05
Location:
Denmark / CEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools