2012-04-06, 12:37
guys is there any way to set a static background image instead of fanart in movie list view? searched every where seems i couldn't find the answer!
(2012-04-07, 18:19)PatK Wrote: Perhaps if you elaborate on what you're trying to achieve, there may be other solutions.. . Roni works quite hard to ensure T! is showing plenty of artwork.
(2012-04-09, 22:08)ronie Wrote: it's not possible (and never will) to disable fanart in Transparency!
(2012-04-09, 23:29)Senthil Wrote:(2012-04-09, 22:08)ronie Wrote: it's not possible (and never will) to disable fanart in Transparency!
ronie you doing a great job... transparency is one of the best theme I have used, as I said my issue not a big deal.. but I don't like the word "not possible" though..
(2012-04-09, 23:29)ronie Wrote: impossible then? ;-)
<visible>![Container.Content(Movies) + Skin.HasSetting(MoviesExtraFanart) + !IsEmpty(Control.GetLabel(6102))] + ![[Container.Content(TVShows) | Container.Content(Seasons)] + Skin.HasSetting(TVShowsExtraFanart) + !IsEmpty(Control.GetLabel(6105))] + ![Container.Content(Episodes) + Skin.HasSetting(TVShowsExtraFanart) + !IsEmpty(Control.GetLabel(6106))] + !IsEmpty(ListItem.Property(HideBackGroundFanart)) + ![[Control.IsVisible(592) | Control.IsVisible(598)] + !Window.IsVisible(MovieInformation)]] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
<imagepath background="true" fallback="special://skin/backgrounds/background-movies.jpg">$INFO[Skin.String(Custom_Back_Movies_Folder)]</imagepath> <aspectratio>scale</aspectratio> <include condition="Skin.HasSetting(AnimateBackgrounds)">backgroundanimation</include> <include>VisibleFadeEffect</include> <visible>IsEmpty(ListItem.Property(HideBackGroundFanart)) + IsEmpty(Fanart.Image) + [substring(Container.FolderPath,videodb://1/) | substring(Container.FolderPath,videodb://4/)] + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
<imagepath background="true" fallback="special://skin/backgrounds/background-videos.jpg">$INFO[Skin.String(Custom_Back_Videos_Folder)]</imagepath> <aspectratio>scale</aspectratio> <include condition="Skin.HasSetting(AnimateBackgrounds)">backgroundanimation</include> <include>VisibleFadeEffect</include> <visible>[IsEmpty(ListItem.Property([b]HideBackGroundFanart[/b])) + IsEmpty(Fanart.Image) + !substring(Container.FolderPath,videodb://1/) + !substring(Container.FolderPath,videodb://2/) + !substring(Container.FolderPath,videodb://3/) + !substring(Container.FolderPath,videodb://4/) + !substring(Container.FolderPath,videodb://5/)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>