XBMC Community Forum
[MOD] Workaround Media Flagging - 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: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [MOD] Workaround Media Flagging (/showthread.php?tid=50138)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


- Imaginos - 2009-05-09 22:08

I've just corrected my archive, i forgot to put the Includes_Settings_LabelsButtons.xml Smile


- krypt2nite - 2009-05-09 22:13

Neku Wrote:Yes im using that one form first post. This one.
Viewtype_Multiplex.xml - Get this one if you would like the TV Show name to appear in episodes view. Screens FIXED: 5/4 Now displays the name like it should

Download this one also. Includes_MediaFlags.xml


- krypt2nite - 2009-05-09 22:16

Damn, Imaginos looks good. I updated by first post to let people know and will try it out later.


- Neku - 2009-05-09 22:28

i have that one ofc too.


- Imaginos - 2009-05-09 23:24

I've noticed a mistake in my file,
Some call to x264.png are written x.264.png

just make a find & replace on these two words


- DuMbGuM - 2009-05-10 01:35

Looks like great work Imaginos, I'll backup my old files and try it out. Laugh

Edit: No problems to report here.


- harryzimm - 2009-05-10 01:41

Shit-hot work Imaginos. Looking forward to trying your mod out.

cheers


- Imaginos - 2009-05-10 09:42

thanks, let me know, your opinions and ideas


- ronie - 2009-05-10 23:06

So far, i could only find one flaw. For DVD's with an 'MPEG Audio' tag, the mp3 icon is shown. However DVD's don't contain mp3 audio, but use mp2 (Mpeg-1 Layer II).

I guess it could be fixed like this:
<texture>flags/custom/mp2.png</texture>
<visible>substring(listitem.studio,MPEG Audio) + substring(listitem.filename,sddvd)</visible>

<texture>flags/custom/mp3.png</texture>
<visible>substring(listitem.studio,MPEG Audio) + !substring(listitem.filename,sddvd)</visible>


Also support for the WMV-HD codec would be nice:
<texture>flags/custom/wmvhd.png</texture>
<visible>substring(listitem.studio,WVC1)</visible>



There's been some discussion about the flames in x.264 logo not looking too good.
Another official logo without the flames is available, so we could use that one.....or just use the h.264 logo instead.


Here are the logos:
[Image: x264.png] [Image: h264.png] [Image: mp2.png] [Image: wmvhd.png]


- krypt2nite - 2009-05-10 23:40

Thanks Ronie I will implement these fixes and icons later. I like em.