Activity for liblastfm

  • Vikram Ambrose Vikram Ambrose committed [e22ad6]

    Reset post page timeout timer after post

  • Vikram Ambrose Vikram Ambrose committed [eb622f]

    Add a 30 second timeout for scrobble

  • Vikram Ambrose Vikram Ambrose committed [159856]

    Return ignoredMessage codes from scrobble response

  • Vikram Ambrose Vikram Ambrose posted a comment on ticket #2

    Non issue. Closing. Will add API to return scrobble ignoredMessage from last.fm

  • Vikram Ambrose Vikram Ambrose modified ticket #2

    Library No Longer Works

  • Vikram Ambrose Vikram Ambrose committed [69a87e]

    Add comment regarding scrobble filters to example

  • David Griffin David Griffin posted a comment on ticket #2

    Thanks! I managed to get it working with that help.

  • Vikram Ambrose Vikram Ambrose posted a comment on ticket #2

    So I had a look again at the scrobble api. It hasn't changed in all these years thats why the code still works but Last.fm has got stricter. You have to put real data in there. They filter out scrobbles now. So my example.c won't even work with all the 0s in there. See this page https://www.last.fm/api/scrobbling#filters I haven't provided any API to debug this issue so it will be difficult for you to do unless you build it from source. If you do build it from source, go to track.c and add a printf...

  • David Griffin David Griffin posted a comment on ticket #2

    Thanks for the response! How would I know it's a problem with my API key? I applied for a new API key yesterday because I thought the same thing, but the new key didn't solve anything. Below is the output of LASTFM_print_session(stdout,s); after logging in and attempting to scrobble. According to the return code of the scrobble(0 or LASTFM_STATUS_OK) the track successfully scrobbles, but it definitely is not showing as scrobbled on the account I used. status = ok username = thewisenoob api_key =...

  • Vikram Ambrose Vikram Ambrose committed [e9656d]

    Added more HTML escape characters

  • Vikram Ambrose Vikram Ambrose posted a comment on ticket #2

    I haven't touched this thing in 4 years so I didn't expect it to work. But I tried it out and it still works!! Amazing! Try LASTFM_print_session(stdout,s); after logging in to see if everything important has been filled in. Could be a problem with your API key

  • David Griffin David Griffin created ticket #2

    Library No Longer Works

1