wäre es möglich, eine schnittstelle zu lastfm zu programmieren?
ich stelle mir das folgendermaßen vor:
ein notificationscript wird immer am ende eines titels ausgeführt. das script übergibt dann name und interpret an lastfm…
im prinzip brauche ich dann “nur” einen befehl “übertrageTrackToLastfm(benutzername, passwort, interpret, name);” oder so in der art…
ist sowas machbar?
wäre denk ich für viele leute hier interessant, die gespielte playlist bei lastfm zu haben
Hm, wieso hat jetzt hier niemand geantwortet. Such einfach mal nach titelübertragung etc. Du kannst ja schlecht reinstolpern und der gemütlichkeit halber ein behandeltes Thema ernet anfragen.
Radio 1 uses it? Why that? I mean, it’s only about reporting your playlist to last.fm so that they can collect data for their recommendations. Or am I missing something?
I just thought it was interesting that the BBC sent their “now playing” information to Last.FM, that’s all The ability to display a banner of artists/albums on your station’s website based upon your recently played songs sounds quite handy.
Ah, ok, I see. You give them your playlist, they give you some goodies.
The protocol seems to be rather simple. I might include it in mAirList as an extra “logging interface”. Just enter your last.fm username and password and you’re done. No scripting involved.
I have started to implement the protocol. The HTTP calls are fairly easy to handle. Satisfying the various constraints (failure handling, delays between subsequent retries, etc.) is however a little tricky.
This won’t be included in v2.1, but in the upcoming (development) release 3.0 (as it depends on some modified internal structures).