Release Artist Slideshow addon (with skin and addon integration)
(2017-01-22, 16:47)bitnumus Wrote: @pkskout I still can't get the plugin to show in the visualisations menu, so i can't enable it (its now disappeared)

I'm getting logs like this over and over for most artists, maybe its related?

http://pastebin.com/2BPNWbjf

In fact all it does it report this log every second, it creates the folder in /Artistinformation/ but doesn't put anything in there (the .nfo files), what am i missing? Also i'm seeing this:

After a fresh removal and install and restart this is how it runs:

http://pastebin.com/wmEbshhf

I decide to rule out the musicbrainz log by running picard and tagging an album, now its showing this in a loop:

15:41:27.973 T:140125685188352 DEBUG: [Artist Slideshow] starting with the following artists
15:41:27.973 T:140125685188352 DEBUG: [Artist Slideshow] [u'Chris Brown']
15:41:27.974 T:140125685188352 DEBUG: [Artist Slideshow] disable multi artist is set to false
15:41:27.974 T:140125685188352 DEBUG: [Artist Slideshow] left with
15:41:27.974 T:140125685188352 DEBUG: [Artist Slideshow] [u'Chris Brown']
15:41:27.976 T:140125685188352 DEBUG: [Artist Slideshow] checking for /storage/.kodi/userdata/addon_data/script.artistslideshow/ArtistInformation/42b84ed6/
15:41:27.976 T:140125685188352 DEBUG: [Artist Slideshow] /storage/.kodi/userdata/addon_data/script.artistslideshow/ArtistInformation/42b84ed6/ exists
15:41:27.976 T:140125685188352 DEBUG: [Artist Slideshow] Looking for a musicbrainz ID for artist Chris Brown
15:41:27.976 T:140125685188352 DEBUG: [Artist Slideshow] returning c234fa42-e6a6-443e-937e-2f4b073538a3

According to the second log you posted, AS is finding images and setting the folder properly. You can tell with these lines:
Code:
15:05:57.614 T:140125685188352   DEBUG: [Artist Slideshow] cached images found
15:05:57.614 T:140125685188352   DEBUG: [Artist Slideshow] ArtistSlideshow set to /storage/.kodi/userdata/addon_data/script.artistslideshow/ArtistSlideshow/42b84ed6/
15:05:57.614 T:140125685188352   DEBUG: [Artist Slideshow] ArtistSlideshow.ArtworkReady set to true

The log snippet you posted is normal when you have AS debugging enabled. That loop is part of the process that checks to see if the artist has changed (which would mean finding a new folder to show). The AS debugging info is *really* verbose, so once we're done troubleshooting, I'd definitely turn it off.

To your first comment. AS will not show in any kind of list anywhere (except in the list of Program Addons) unless the skin is doing something different than the way the default skin does it. AS is *NOT* a visualization. It is a script that sets some skin properties so that a skin can use that information to show images of the playing artist. Using my Estuary mod, I have the visualization set to NONE. Everything else is automatic if you go to the skin settings and under ARTWORK set the option for "show music visualization screen directly when playing a song" to on (it's the second option, right under "show media fanart as background." If you do that, when you hit play on an item in your music library the screen will change and you'll get images in the background.

Since you didn't post the full log, I can't tell if you're using my Estuary mod or something else. If you're not using my Estuary mod, you should check with the author of the skin you are using. From everything I can see AS is working fine.
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
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
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2017-01-22, 20:30
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