2011-07-23, 22:51
clock2113 Wrote:pjf85, you have the same fanart/logo for both Weeds and True Blood as I do... GET OUT OF MY COMPUTER!!! :p
I finally changed the Weeds fanart, I hate having the title twice

You can have your computer back now...
clock2113 Wrote:pjf85, you have the same fanart/logo for both Weeds and True Blood as I do... GET OUT OF MY COMPUTER!!! :p
jpf55 Wrote:
Thanks
argh! Wrote:Looks nice.
BUt another query: How did you folks get the shortened list at bottom-right?
jpf55 Wrote:Any ideas, aside from "Undo the mod" ?
ronie Wrote:you'll also have to apply your mod to the $INFO[Fanart.Image] image in MyVideoNav.xml.
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture background="true">[b]$INFO[Fanart.Image][/b]</texture>
<aspectratio>scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>VisibleFadeEffect</include>
<include condition="Skin.HasSetting(AnimateFanart)">backgroundanimation</include>
<visible>!IsEmpty(Fanart.Image) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
</control>
<control type="image">
<!-- THIS IS TO SHOW THE fanart in the middle bottom half of the screen for Movies -->
<posx>257</posx>
<posy>250</posy>
<width>600</width>
<height>337</height>
<texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>VisibleFadeEffect</include>
<include condition="Skin.HasSetting(AnimateFanart)">backgroundanimation</include>
<visible>!Container.Content(TVshows) + !IsEmpty(ListItem.Property(Fanart_Image)) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
</control>
<control type="image">
<!-- THIS IS TO SHOW THE fanart normally for TVshow -->
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>VisibleFadeEffect</include>
<include condition="Skin.HasSetting(AnimateFanart)">backgroundanimation</include>
<visible>!Container.Content(Movies) + !IsEmpty(ListItem.Property(Fanart_Image)) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
</control>
jpf55 Wrote:Not sure I follow...i didn't get you either ;-)
jpf55 Wrote:I don't see where its calling the centered smaller fanart, the posistions appear to be correct
Quote:<visible>!Container.Content(TVshows) + !Container.Content(Seasons) + !Container.Content(Episodes) + !IsEmpty(ListItem.Property(Fanart_Image)) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
ronie Wrote:change the visible condition for the small fanart to:
Dina Wrote:Hello. I'm using Night and I want to try out Transparancy, but the skin in the repository says the skin is Broken and wouldn't let me download. I'm using Dharma 10.1 so I'm not looking for the SVN nightly build.
Weird thing is, the skin in the repository does say that it is SVN.
droshi Wrote:how do you change when the decision is made for which covers get flagged as bluray vs dvd?
For example, I'd like it to only flag covers as bluray if they are direct iso or bdmv folder rips, everything else can be normal dvd covers...possible?
Thanks!
gabbott Wrote:It is based on if bluray or dvd is in the filename.
droshi Wrote:how do you change when the decision is made for which covers get flagged as bluray vs dvd?
For example, I'd like it to only flag covers as bluray if they are direct iso or bdmv folder rips, everything else can be normal dvd covers...possible?
Thanks!
stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)
stringcompare(ListItem.Filename,.iso,right) | (ListItem.Filename,.m2ts,Right) | substring(ListItem.Filename,.bdmv,Right)