Which art are available in dialogs?
#1
I'm skinning DialogFavourites.xml and would like to display the selected ListItem's fanart in the background. I've tried the various infolabels shown on the wiki, but it seems like only Icon and Thumb work.

Is there a way to display fanart in DialogFavourites.xml?

Code:
<texture background="true" fallback="backgrounds/default_bg.jpg">$INFO[Container(450).ListItem.Art(fanart)]</texture>

Using Gotham 13.1.

Also, is it possible to determine if a particular ListItem is a movie/tv show/episode/artist etc?

Thanks!
Reply
#2
All you can get from favourites.xml is the item's name, thumb and run command as shown below

Code:
<favourite name="Avril Lavigne" thumb="http://192.168.0.10:1359/%25/58E58B854FE9E9BD5E784AAB59ED6867/folder.jpg">ActivateWindow(10025,&quot;upnp://9aab24a3-d6e4-0171-e007-e5361f92448d/musicdb%3a%2f%2falbums%2f15%2f/&quot;,return)</favourite>
Noli illegitimi carborundum


Reply
#3
Thanks! I'm guessing that answers my second question too, no easy way to determine a favorite type without maybe parsing the run command.
Reply

Logout Mark Read Team Forum Stats Members Help
Which art are available in dialogs?0