New Media Flags for NIGHT

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #71
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

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
dannycorker Offline
Senior Member
Posts: 219
Joined: Mar 2010
Reputation: 0
Post: #72
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?
find quote
Danielocean Offline
Senior Member
Posts: 242
Joined: Mar 2009
Reputation: 3
Location: Germany
Post: #73
i use 1080 and it look fine...

:rofl: greetz DanielOcean :rofl:

MY SYSTEM PIC 1 ... MY SYSTEM PIC 2 ... MY SYSTEM PIC 3
find quote
nicho111 Offline
Junior Member
Posts: 9
Joined: Aug 2010
Reputation: 0
Post: #74
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!
find quote
Post Reply