![]() |
|
|||||||
| FanArt, Background Backdrops, Posters, Banners, and other media artwork Custom HTPC (Home Theater PC) media artwork releases, requests, suggestions and discussions. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 | |
|
Member
Join Date: Oct 2008
Location: Stockholm, Sweden
Posts: 59
![]() |
Hi.
First of all thank you for everything about XBMC!!! Second. I use 8.10 Atlantis beta 2 and would like FanArt to work in FileView DVDview not only in Libary mode. Anyone know how to accomplish this? I have searched the forum and only found this: http://xbmc.org/forum/showthread.php?t=36372&page=2 My problem with this is: Quote:
I tried 6 rows up from the end between: Code:
<control type="image"> <posx>640</posx> <posy>0</posy> <width>640</width> <height>105</height> <aspectratio align="right">keep</aspectratio> <texture diffuse="Wide_Icon_Diffuse.png">$INFO[Container.TVshowThumb]</texture> <visible>Container.Content(Seasons) | Container.Content(Episodes)</visible> <include>Window_OpenClose_Animation</include> </control> Code:
<control type="label"> <include>WindowTitleCommons</include> <label>$LOCALIZE[9] - $LOCALIZE[20314]$INFO[Container.PluginName, - ]</label> </control> </controls> </window> The result was looking like this: Code:
<control type="image"> <posx>640</posx> <posy>0</posy> <width>640</width> <height>105</height> <aspectratio align="right">keep</aspectratio> <texture diffuse="Wide_Icon_Diffuse.png">$INFO[Container.TVshowThumb]</texture> <visible>Container.Content(Seasons) | Container.Content(Episodes)</visible> <include>Window_OpenClose_Animation</include> </control> <!-- Frazze test --> <control type="image"> <posx>0</posx> <posy>0</posy> <width>480</width> <height>400</height> <visible>!IsEmpty(listitem.property(fanart_image)) </visible> <animation effect="fade" end="0" time="200">WindowClose</animation> <animation effect="fade" start="0" end="100" time="200">VisibleChange</animation> <texture>$INFO[listitem.property(fanart_image)]</texture> </control> <!-- Frazze test --> <control type="label"> <include>WindowTitleCommons</include> <label>$LOCALIZE[9] - $LOCALIZE[20314]$INFO[Container.PluginName, - ]</label> </control> </controls> I guess I just pasted the code in the wrong place in the file since I see the fanart but in the wrong place... VERY GRATEFULL FOR ANY ASSISTANS!!!! Tanx!!! //Talle Last edited by Talle; 2008-10-11 at 11:56. |
|
|
|
|
|
|
#2 |
|
Member
Join Date: Mar 2007
Posts: 80
![]() |
Check this out. The original thread discussion has moved there...
http://xbmc.org/forum/showthread.php?t=36614 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|