mymikemiller / a-simple-lastfm-scrobbler

Automatically exported from code.google.com/p/a-simple-lastfm-scrobbler
GNU General Public License v3.0
0 stars 0 forks source link

Figure out how to properly scrobble a track that is put on repeat #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
..

Original issue reported on code.google.com by tgwizard on 11 Sep 2009 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by tgwizard on 11 Sep 2009 at 11:26

GoogleCodeExporter commented 9 years ago
Requires more information than what Android Music/HTC Hero Music currently 
sends.

Could probably be fixed with an ugly hack.... :(

Original comment by tgwizard on 3 Oct 2009 at 11:51

GoogleCodeExporter commented 9 years ago
I am under the impression this is more an issue with the Last.fm API 
ratelimiting
multiple identical scrobbles, presumably to stop a client being able to submit
incorrect information in the event of a network error where it can't get a 
Submission
Response back. I can't find anything in the ToS or documentation about limits,
besides the track length rules. Perhaps ask Last.fm Support?

Original comment by jamie.ba...@gmail.com on 8 Dec 2009 at 1:25

GoogleCodeExporter commented 9 years ago
The biggest problem is that Android Music/HTC Hero Music doesn't send how long a
track is, or whether it is playing or has been paused. So even if you've played 
the
same track for 30 minutes, we can't tell whether the track was 30 min long or 
if it's
3 min and you played it 10 times.

I think that until someone thinks of a way around this, it is slightly better to
scrobble too seldom than too often. 

Original comment by tgwizard on 8 Dec 2009 at 6:47