Ticket #145 (assigned enhancement)

Opened 3 years ago

Last modified 20 months ago

submit played tracks from ipod to last.fm

Reported by: malana Owned by: theli
Priority: minor Milestone: planned
Component: Core Version:
Keywords: Cc:

Description (last modified by theli) (diff)

yamipod has a nifty feature, that allows you to submit the tracks you listened to on your ipod to last.fm .

it'll be nice to se this in the player of my choice.

relevant links: http://www.last.fm/forum/827/_/47398 http://www.yamipod.com/

Change History

Changed 3 years ago by edcatmur

Logged In: YES user_id=948438

Patch:

http://catmur.co.uk/svn/repos/gentoo/patches/media-sound/listen/report-ipod-played.patch

How do I attach a file?

Changed 3 years ago by nobody

Logged In: NO

great! i'll try it during the weekend. i'm really surprised, that not more code is needed...

is it safe, that tracks are only commited once?

the gpod-library seems to be quite powerful.

in the future this maybe should be an option (connect ipod -> list tracks -> 'report them to last.fm?' yes/no ). just a thought.

Changed 3 years ago by edcatmur

Logged In: YES user_id=948438

is it safe, that tracks are only commited once?

last.fm is very strict on anything that looks like spamming the database. The songs need to be submitted with the correct timestamps when they were played or they will be rejected. This means the simplest thing to do is to submit the song once with the "last played" timestamp off the iPod.

in the future this maybe should be an option (connect ipod -> list tracks -> 'report them to last.fm?' yes/no ).

I don't really see why; if someone is already reporting tracks to last.fm, why would they not want their iPod tracks reported?

Changed 3 years ago by nobody

Logged In: NO

This means the simplest thing to do is to submit the song once with the "last played" timestamp off the iPod.

So, if you listen more than once to a song before you reconnect your iPod, this information will get lost, right? (is this information even stored in the ipod, except for the playcount?)

Changed 3 years ago by edcatmur

Logged In: YES user_id=948438

So, if you listen more than once to a song before you reconnect your iPod, this information will get lost, right? (is this information even stored in the ipod, except for the playcount?)

Yes. The iPod stores playcount (since last connection) and last played times of tracks, but does not store earlier play times, so we can't submit those earlier plays to last.fm.

Changed 3 years ago by malana

Logged In: YES user_id=410714

it works. that's really amazing!

Changed 3 years ago by malana

Logged In: YES user_id=410714

info: edcatmur modified this patch, so it works together with this one: https://sourceforge.net/tracker/?func=detail&atid=819743&aid=1479567&group_id=161415

Changed 22 months ago by theli

  • version deleted
  • component changed from None to Core
  • description modified (diff)
  • milestone set to planned
Note: See TracTickets for help on using tickets.