![]() |
|
[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) |
- Imaginos - 2009-05-09 22:08 I've just corrected my archive, i forgot to put the Includes_Settings_LabelsButtons.xml
- krypt2nite - 2009-05-09 22:13 Neku Wrote:Yes im using that one form first post. This one. 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. ![]() 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:
- krypt2nite - 2009-05-10 23:40 Thanks Ronie I will implement these fixes and icons later. I like em. |