last.fm
XML parsing in java with xpath
I am trying to print out some data so my code is private static final DocumentBuilderFactory DOCUMENT_BUILDER_FACTORY = DocumentBuilderFactory.newInstance();[详细]
2023-04-10 10:26 分类:问答last.fm json call error
the following code: $.ajax({ type:\'GET\', url:\'http://ws.audioscrobbler.com/2.0/?method=artist.search&artist=megadeath&api_key=b5bd5e1d31bf4188a6bcd329c964f6f2&limit=5&format=json&a[详细]
2023-04-08 00:02 分类:问答Is it possible to get scrobbling from information from last.fm API
I am getting information about the track I am listening to from last.fm.. I cannot however get the information about what I am scrobbling from, like you see on you last.fm page: \"scrob开发者_如何学JA[详细]
2023-04-06 06:36 分类:问答Music tag finder API .NET library
I\'m trying to build an application that can be used to automatically get music tag information from the web and rename my music library. I have been searching on google for any API available to help[详细]
2023-04-05 01:57 分类:问答Get json object with jquery without using the $.each
I\'m using the recenttracks api from lastFm: www.last.fm/api/show?service=278 I\'m fetching the json format with jquery:[详细]
2023-03-29 08:44 分类:问答Last.fm invalid method signature (playlist.addTrack)
I am trying to add an \"artist - song\" entry to one of my playlists on last.fm from the command line.[详细]
2023-03-15 18:27 分类:问答Parameters not being passed into URL in Android
Ok, I have looked at multiple examples and my code seems to be correct, but for what ever reason the parameters are not being added to the URL. I\'m trying to connect to the Last.Fm API and my code is[详细]
2023-03-11 08:43 分类:问答I need help using the library.add_track feature of pylast (python last.fm api wrapper)
I need help debugging an error received when trying to use the library.add_track function in pylast. I\'ve examined the code but I am not expert in python. I am just trying to utilize this wrapper to[详细]
2023-03-09 12:15 分类:问答I need help using the library.add_album feature of pylast (python last.fm api wrapper)
I am trying to access the library class of pylast, but must be doing something wrong. I can get most other features to work.The following is a code example which just takes the standard working exampl[详细]
2023-02-22 03:02 分类:问答Search JSON objects for a specific value with JS/AJAX (Last.fm)
I\'m using the Last.fm API to return data in JSON format and this works fine. I\'m using the user.getTopArtist() API call.[详细]
2023-02-18 01:17 分类:问答