Summary: | amarok sometimes submits last.fm tracks too soon | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Jeremy Stephens <viking415> |
Component: | Internet Services | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lfranchi |
Priority: | NOR | Keywords: | needs_verification |
Version: | 2.0-beta | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot of amarok's lastfm submission |
Description
Jeremy Stephens
2008-09-10 19:57:32 UTC
I gotta say I really like it this way, cause it makes our ~np bot plugin work nicely. Can't we keep it like this? amarok 2 is using new features from last.fm, including the ability to report the "currently playing" song as well as past scrobbled tracks. so you may be confusing the notification of a song play with the actual scrobbling message. that said, the last.fm code is going to be completely reworked with a new library from the last.fm guys before beta2, so all last.fm bugs are on hold till then. Yes I also think you are confusing things here. Where do you see that Amarok is submitting the song too early? No, it's actually submitting it. I just now skipped a song and it submitted it as listened. Now my current track is being shown as 'currently listened'. Created attachment 27373 [details]
screenshot of amarok's lastfm submission
SVN commit 877693 by lfranchi: new last.fm code for the last.fm service. basically, this replaces our old last.fm code drop from the 1.4 client with the new modular liblastfm from max at last.fm. currently the library is included here in-source, and we are compiling it as a lib and linking to it internally. as soon as they can, last.fm will release it as liblastfm, and amarok will depend on it. for now, and 2.0, this will stay in-source. note that i include a FindLibLastFm.cmake that is not being used, as soon as we switch to the external lib we can just switch to searching for the external lib w/ no hassle. NOTE: *please* test. i've tried to stress it as much as i can, but i can't think of all the edge cases. break it! this should fix a number of bugs with the old client. there is 1 bug that i know of with this code, and i have email max. BUG: 164156 BUG: 157296 BUG: 155197 BUG: 154904 BUG: 170816 |