[RELEASE] Last.FM-SlideShow

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #51
Sorry, I'm not any help. Crash logs mean as much to me as they do to you.

Pastebin the xbmc.log may helpConfused
find quote
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #52
Update for Eden version 1.0.0

Should* work with most radio streams that supply the artist name in the title.

The slideshow will refresh when the artist changes instead of "on playback started", this makes playing albums or multiple tracks of the same artist a little nicer.

Faster loading, we try loading and starting the slideshow with the first five or so images then append the others.

Available in the main XBMC.org repository for Eden.
find quote
spoyser Offline
Senior Member
Posts: 169
Joined: Oct 2011
Reputation: 10
Post: #53
@divingmule

Great script! I have been using it with an 80s Internet Radio Station addon and it is very nice.

I have made a couple of change to the script to improve the image finding because the addon I'm using it with always returns the artist as Surname, Forname, and Last.FM quite often gives less results if you search in this order.

For example

Code:
http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=PLANT+ROBERT&autocorrect=1&api_key=

returns just 1 image, where as

Code:
http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=ROBERT+PLANT&autocorrect=1&api_key=

returns 50

Would you be interested in the code? If so should I PM it to you?
find quote
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #54
Sure, I'll check it out. However you want, PM is fine.
find quote
Post Reply