Kodi Community Forum
Logo Mod - how ? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Logo Mod - how ? (/showthread.php?tid=51966)



Logo Mod - how ? - tatoosh - 2009-05-30

Hey there,

is it possible to add an image like "sdTV" for my recorded TV files - like the DVD or bluray icon?

Can someone help me?

Thx


- ronie - 2009-05-31

sure, if you're using this mod, you'll only have to add sdtv to the filename and it should work.

if you're not using any mods you'll have to find a sdtv icon yourself and add this code to Includes_MediaFlags.xml
Code:
<control type="image" id="82">
     <include>Furniture_ShowcaseMediaFlagsVars</include>
     <texture>flags/sdtv.png</texture>
     <visible>substring(listitem.filename,sdtv)</visible>
</control>



- tatoosh - 2009-05-31

great ronie.
THANKS for the links and also for the source code. very handy.


TaToosh

I tried it out - used the MOD, but dont get a good result. Whats wrong here?

Filename: The.Cell.[xH264.Stereo.SDTV.CUT].mkv
Image:
Image

Whats wrong here??