Release Artist Slideshow addon (with skin and addon integration)
#79
(2012-04-18, 15:46)Acrobat76 Wrote: So, for the first few days everything was working perfectly, both with and without the cache limitation. However now the slideshow gets stuck on an artist and doesn't move on to the next artist when the song`s artist changes. This should be my debug log, i`m a bit new to xbmc so apologies if i`m missing something obvious

http://pastebin.com/HxSqEfAj

That's the debug log. Thanks for that. As I look through it, it appears to me that for some reason PAPlayer (the process that plays the music) is stopping between songs. On both my systems PAPlayer keeps running and indicates a new track is starting. I'm not sure if that's an AppleTV specific thing, but that's what's causing the issue. ArtistSlideShow checks to see if PAPlayer is playing any audio. If it isn't, it stops (by default at least). Once Artist Slideshow is stopped the only way to restart it is to exit the music visualization screen and go back in.

Having said all that, ronie (the original author) did include an option to have Artist Slideshow keep running even if the music stopped. When I updated the documentation I removed reference to that, as I couldn't figure out a use case that made any sense for that. The good news is that the code is still there. So let's try this:

open up your MusicVisualization.xml file and look for this line (it should be near the top):

<onfocus>RunScript(script.artistslideshow)</onfocus>

replace it with this:


<onfocus>RunScript(script.artistslideshow, daemon=True)</onfocus>

That should force Artist Slideshow to keep running even after PAPlayer stops. Artist Slideshow takes very little processing power (basically zero if it isn't downloading new images), so you shouldn't notice any performance hit. Hopefully that will correct your issue. If it does, I'll add something to the wiki for AppleTV users.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2012-04-18, 19:41
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5