Kodi Community Forum
[RELEASE] Last.FM-SlideShow - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150)
+---- Thread: [RELEASE] Last.FM-SlideShow (/showthread.php?tid=94501)

Pages: 1 2 3 4 5


- Joe-ATV2 - 2011-10-30

THX divingmule for the fast reply! I was happy to see the slideshow.zip an installed it onto my ATV2. I can see it under picture Add-Ons but it won't let me start it :-( Just nothing is happening after clicking it and waiting for a while.

I also followed the other link and installed that. Also this Add-On doesn't work for me on confluence skin.

Any more advice is much appreciated!


- Joe-ATV2 - 2011-10-30

OK done! I had to restart XBMC for Last.fm slideshow to work. I'm happy now!


- ktjensen - 2012-01-07

Okay. Am completely new in setting up LastFM with the slideshow on my XBMC client. Am using the latest XBMC. How do I set this up? Does someone have an exact ten steps to do this?

I can not even get LastFM to play my stations or playlist from LastFM as I am so new at this.


- divingmule - 2012-01-09

ktjensen Wrote:Okay. Am completely new in setting up LastFM with the slideshow on my XBMC client. Am using the latest XBMC. How do I set this up? Does someone have an exact ten steps to do this?

There isn't anything to setup. Play some music from your library or the Last.FM add-on, then go to picture add-ons and select the Last.FM SlideShow, wait a bit for the images to download.

ktjensen Wrote:I can not even get LastFM to play my stations or playlist from LastFM as I am so new at this.

Have you entered your Last.FM username and pass in the Music settings?


- Carrot Cruncher - 2012-02-11

hi. i've just installed this plugin and i love it however, it is causing xbmc (dharma) to crash intermittently when moving from one track to another. i can't see anything useful in the debug log but i have put the crash log up on :
http://pastebin.com/E1tqzQFF
playing music without this plugin started works fine but, as soon as i start it, it will crash xbmc within a few tracks. crash info means nothing to me, hoping someone else can advise. cheers.


- divingmule - 2012-02-14

Sorry, I'm not any help. Crash logs mean as much to me as they do to you.

Pastebin the xbmc.log may helpHuh


Eden Update - divingmule - 2012-03-03

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.


RE: [RELEASE] Last.FM-SlideShow - spoyser - 2013-04-11

@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?


RE: [RELEASE] Last.FM-SlideShow - divingmule - 2013-04-11

Sure, I'll check it out. However you want, PM is fine.


RE: [RELEASE] Last.FM-SlideShow - ncarthy - 2014-01-18

I installed this addon in Frodo 12.3 but it always says "No images found for Artistname". The artistname is the correct name of the artist.

Code:
11:01:31 T:6612 WARNING: XFILE::CDirectoryFactory::Create - Unsupported protocol(script) in script://script.image.lastfm.slideshow/
11:01:31 T:6612   ERROR: XFILE::CDirectory::Exists - Error checking for script://script.image.lastfm.slideshow
11:01:31 T:6612 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(script) in script://script.image.lastfm.slideshow/



RE: [RELEASE] Last.FM-SlideShow - ncarthy - 2014-01-18

...replying to my own msg.

Last.Fm has removed the API function that this addon used to get a list of images for an artist. See http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2216689

As there is no replacement API function I think this addon cannot be fixed.


[RELEASE] Last.FM-SlideShow - ktjensen - 2014-01-18

Switch to ARTIST SLIDESHOW instead. Works great.


RE: [RELEASE] Last.FM-SlideShow - ncarthy - 2014-01-18

Thanks. Will use that instead.


RE: [RELEASE] Last.FM-SlideShow - ncarthy - 2014-01-18

Yes, ARTIST SLIDESHOW rocks.


RE: [RELEASE] Last.FM-SlideShow - therottweiler - 2014-02-28

Is there a way we can tag this repository as broken? If it flat out doesn't work anymore, it shouldn't be in the main XBMC repository.