Posts: 8
Joined: Feb 2015
Reputation:
0
That's very likely the reason.
Maybe pkscout can find out if it's his end that ignores the substitution?
Posts: 2,170
Joined: Jan 2011
Reputation:
1,361
manfeed
Skilled Skinner
Posts: 2,170
2015-02-24, 12:00
(This post was last modified: 2015-02-24, 13:55 by manfeed.)
Hi, first of all I would like to say thanks for AS, really nice, it adds a lot to the experience of listening to the music.
I'm trying to use it in a music visualization screen and mostly it works like a charm... I'm using the options that you put in your wiki...
Window(Visualisation).Property(ArtistSlideshow.%d.SimilarName)
Window(Visualisation).Property(ArtistSlideshow.%d.SimilarThumb)
Window(Visualisation).Property(ArtistSlideshow.%d.AlbumName)
Window(Visualisation).Property(ArtistSlideshow.%d.AlbumThumb)
...to get the names and thumbs. Similar artists works perfectly. Discography is getting a bit awkward though, I mean, with most artist it works well, but not so with others... for example Faith Hill:
Window(Visualisation).Property(ArtistSlideshow.1.AlbumName) = It matters to me
Window(Visualisation).Property(ArtistSlideshow.2.AlbumName) = Cry
Window(Visualisation).Property(ArtistSlideshow.3.AlbumName) = Faith
Window(Visualisation).Property(ArtistSlideshow.4.AlbumName) = The private collection
Window(Visualisation).Property(ArtistSlideshow.5.AlbumName) = Fireflies
Window(Visualisation).Property(ArtistSlideshow.6.AlbumName) = Breath
Window(Visualisation).Property(ArtistSlideshow.1.AlbumThumb) = EMPTY
Window(Visualisation).Property(ArtistSlideshow.2.AlbumThumb) = correct image
Window(Visualisation).Property(ArtistSlideshow.3.AlbumThumb) = EMPTY
Window(Visualisation).Property(ArtistSlideshow.4.AlbumThumb) = correct image
Window(Visualisation).Property(ArtistSlideshow.5.AlbumThumb) = EMPTY
Window(Visualisation).Property(ArtistSlideshow.6.AlbumThumb) = correct image
I have found that AlbumName always returns the names, but the problem is AlbumThumb (only with certains artist, not all of them). Not sure whether you could do something about... thanks anyway...
P.S. Another one I have found: Christina Aguilera:
Window(Visualisation).Property(ArtistSlideshow.3.AlbumName) = Mi Reflejo
Window(Visualisation).Property(ArtistSlideshow.3.AlbumThumb) = EMPTY
P.S.(2) Upps... it's happening more frequently than I thought... other ones are Cassadee Pope, Vonda Shepard, Sugarland...
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Posts: 1
Joined: Feb 2015
Reputation:
0
Does someone know why Artist Slideshow only works when I use some kind of visualization (like waveform)? Nothing happens when visualization is set to none. I don't really like those visualization graphs running on my artist slideshow though.
I'm using Aeon Nox skin on Openelec 5.0.3 with Raspberry Pi 1 B
Posts: 17
Joined: Nov 2014
Reputation:
0
Hi Pkscout. I've been using AS in CCM almost as long as I have been using kodi and really like all you've done.
I've been looking through your code and trying to learn from it - with the aim of making what I hope might be a simple change. I would like AS to (optionally) show the available images only once per music track rather than cycling through them continuously - is that something easy to do? I realize that this is not something many people would want so if you can just give me a hint as to where the changes should be made I can probably tackle it myself.
Thanks - keep up the good work.