XBMC Community Forum
[RELEASE] Artist Slideshow addon (for skin integration) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Artist Slideshow addon (for skin integration) (/showthread.php?tid=102703)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


- perro6969 - 2011-06-05 13:10

ronie Wrote:no fanart in filemode is a xbmc issue and i don't think a script should try to compensate for that (if possible at all).

i'm afraid pulling images from an album folder is also not possible in xbmc.

OK, I get it. Anyway, it doesn't matter: This addon is better than that :-)


Convergence - Mudislander - 2011-06-05 13:57

Got it working in my Confluence mod. Looks good. Appriciate the hard work. Thanks !!


- ronie - 2011-06-05 14:03

butchabay Wrote:Integration in cirrus extended v2, works like a charm ! Smile
Thanx for all you're doing !

Mudislander Wrote:Got it working in my Confluence mod. Looks good. Appriciate the hard work. Thanks !!

cheers for your support guys :-)


- perro6969 - 2011-06-05 14:25

Maybe I've found a little bug...but also a workaround
When listening to a various artists album or a compilation, the addon recognize the new (never played before) artist, but only 1 picture is displayed. To diplay the others I have to get out of the visualisation view and come back.
There's no problem if the artist have been played before.
Is this happening also to others?
Anyway, like I said, it's just a little bug.


- ronie - 2011-06-05 14:42

perro6969 Wrote:Maybe I've found a little bug...but also a workaround
When listening to a various artists album or a compilation, the addon recognize the new (never played before) artist, but only 1 picture is displayed. To diplay the others I have to get out of the visualisation view and come back.
There's no problem if the artist have been played before.
Is this happening also to others?
Anyway, like I said, it's just a little bug.

it doesn't happen on my end, but i may need to adjust some timings in the script.

but...i'm gonna need a debug log to know for sure. :-)


- perro6969 - 2011-06-08 11:10

Hi Ronie,

you'll get a debug log. Right now I can't find the time, but I'll do it.


- solidsatras - 2011-06-08 17:38

@ronie
you might want to fix the typo in the thread name:
[Release] Arstist Slideshow addon (for skin integration)


- ronie - 2011-06-08 18:08

solidsatras Wrote:@ronie
you might want to fix the typo in the thread name:
[Release] Arstist Slideshow addon (for skin integration)

thanx & taken care of :-)


- perro6969 - 2011-06-08 21:33

ronie Wrote:it doesn't happen on my end, but i may need to adjust some timings in the script.

but...i'm gonna need a debug log to know for sure. :-)

Hello,

here is the debug log:
http://pastebin.com/FbN93CUf

I played an Artist (Bad Religion) for the first time using the addon and when I go to the visualisation mode, it displays only 1 image. This happens always when I play the artist for the first time.
What also happens is that when I go out and come back to the visualisation mode (workaround) it displays only a few images the whole time, but I know there should be more, so I go out again from the visualisation mode for a longer period of time and come back, it displays more images.
I hope it's clear. Please, tell me if you need any other debug log.


- ronie - 2011-06-08 22:35

perro6969 Wrote:Hello,

here is the debug log:
http://pastebin.com/FbN93CUf

I played an Artist (Bad Religion) for the first time using the addon and when I go to the visualisation mode, it displays only 1 image. This happens always when I play the artist for the first time.
What also happens is that when I go out and come back to the visualisation mode (workaround) it displays only a few images the whole time, but I know there should be more, so I go out again from the visualisation mode for a longer period of time and come back, it displays more images.
I hope it's clear. Please, tell me if you need any other debug log.

well, let me explain how the addon works, that might clear up a few things...

as soon as the first image is downloaded it will show up on your screen.
xbmc will keep using this (and only this) image while other images are downloaded in the background. (xbmc does not automatically pick up those new ones).
as soon as all images are downloaded, the script will force xbmc to refresh the slideshow, so all images will be used.

this means, in the case a track ends before all images are downloaded, you'll only get to see the first image.

getting out of the visualization screen and back in, will also refresh the slideshow, so you'll get to see the images that have been downloaded so far.

i think that's what you're experiencing.

now i'll have a look at your log to see if i'm right ;-)


edit:
nope...not what's happening at your end.
so back to plan A, adjust some timings in the script.