[RELEASE] Artist Slideshow addon (for skin integration)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
perro6969 Offline
Senior Member
Posts: 105
Joined: May 2010
Reputation: 0
Post: #11
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 :-)
find
Mudislander Offline
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #12
Got it working in my Confluence mod. Looks good. Appriciate the hard work. Thanks !!

Noli illegitimi carborundum
find
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #13
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 :-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
perro6969 Offline
Senior Member
Posts: 105
Joined: May 2010
Reputation: 0
Post: #14
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.
find
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #15
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. :-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
perro6969 Offline
Senior Member
Posts: 105
Joined: May 2010
Reputation: 0
Post: #16
Hi Ronie,

you'll get a debug log. Right now I can't find the time, but I'll do it.
find
solidsatras Offline
Senior Member
Posts: 289
Joined: Mar 2010
Reputation: 10
Post: #17
@ronie
you might want to fix the typo in the thread name:
[Release] Arstist Slideshow addon (for skin integration)
find
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #18
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 :-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
perro6969 Offline
Senior Member
Posts: 105
Joined: May 2010
Reputation: 0
Post: #19
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.
find
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #20
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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2011-06-08 22:41 by ronie.)
find
Thread Closed