lastfm / lastfm-windows-desktop

Last.fm Desktop app for Windows (3.0)
GNU General Public License v3.0
10 stars 1 forks source link

Tracks over 4 minutes don't get submitted when the track ends #42

Closed lauranolte closed 6 years ago

lauranolte commented 6 years ago

Setup:

Steps:

Actual behaviour:

Expected:

Notes:

lauranolte commented 6 years ago

I tried this with example tracks from https://www.last.fm/music/+free-music-downloads

VorTechS commented 6 years ago

The player position tracking never seems to get to the exact number as tracks such as the one highlighted have a .6/7/8/9 position after the whole seconds. Modified the Track End Reached logic to assume the player is 1 second further ahead. (Note does NOT affect the scrobble time tracking)