Kodi Community Forum

Full Version: Logo Mod - how ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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>
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??