show artist thumbs
#1
hi,

I'm trying to get artist-thumbs on screen.
My goal is to show the first 5 Artists of the Movie with thumbs and names when pressing "Info" or "Pause" while playing a movie.

I can not figure out, how to show the thumbs.
I've looked at the DialogVideoInfo.xml to get an idea. but...

Code:
<control type="image">
            <description>Actor image</description>
            <posx>1060</posx>
            <posy>480</posy>
            <width>160</width>
            <height>160</height>
            <texture>$INFO[Container(50).Listitem.Icon]</texture>
            <aspectratio>keep</aspectratio>
            <visible>Control.IsVisible(50)</visible>
        </control>
(taken from Mark3 skin)

The solution in the DialogVideoInfo.xml seems to be, that you have to "focus" the name to get the picture.

Is there any way to show artist thumbs without "focus-ing"?
http://www.xbmcnerds.com - german xbmc community
Reply
#2
The information is available only in the video info dialog.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


Image
Reply
#3
thanks. at least i can stop trying.
http://www.xbmcnerds.com - german xbmc community
Reply

Logout Mark Read Team Forum Stats Members Help
show artist thumbs0