XBMC Community Forum
New Media Flags for NIGHT - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Night (/forumdisplay.php?fid=130)
+---- Thread: New Media Flags for NIGHT (/showthread.php?tid=85114)

Pages: 1 2 3 4 5 6 7 8


- zwat - 2010-12-14 13:43

if u got night from the xbmc addon menu u don't have the media folder. must get the skin from git to play with flags


- dannycorker - 2011-01-06 15:41

Got the flags in OK, but they look very pixelated on my screen - I'd usually be on a 1080p screen but am only running 1280x768 atm, will they look fine again when I switch to 1080 you think?


- Danielocean - 2011-01-06 21:50

i use 1080 and it look fine...


Night Custom Skin Implementation - nicho111 - 2011-07-17 18:52

So I added these custom media flags to ...XBMC/skin/skin.night/media/flagging but can't seem to get them to show.

I edited the IncludesCodecFlagging to include

<include name="VideoTypeHackFlaggingConditions">
<control type="image">
<description>Bluray Image</description>
<width>90</width>
<height>33</height>
<aspectratio>keep</aspectratio>
<texture>flagging/video/bluray.png</texture>
<visible>substring(ListItem.filename,bluray)</visible>
</control>
<control type="image">
<description>WEB Image</description>
<width>90</width>
<height>33</height>
<aspectratio>keep</aspectratio>
<texture>flagging/video/web-dl.png</texture>
<visible>substring(ListItem.filename,web)</visible>
</control>


Can somebody tell me what I'm doing wrong and give me some direction on how to fix it? I would be really thankful because I really like these flags!