Kodi Community Forum
Media flag question - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Media flag question (/showthread.php?tid=255980)



Media flag question - robleedes - 2016-01-11

Kodi 15.2, Transparency 8.0.9, Windows 7

I use a program other than KODI to scrape metadata for my media files that generates an .nfo file and it populates a <VideoCodec> tag with x264 which does not display a media flag, such as H.264.

Example
Code:
<fileinfo>
      <streamdetails>
         <audio>
            <channels>5.1</channels>
            <codec>AAC</codec>
         </audio>
         <video>
            <aspect>2.400</aspect>
            <codec>x264</codec>
            <durationinseconds>7020</durationinseconds>
            <height>800</height>
            <language>en</language>
            <scantype>Progressive</scantype>
            <width>1920</width>
         </video>
      </streamdetails>
   </fileinfo>

Can I modify a Transparency skin file to do this, or does this need to be added as a feature request or a bug report?

Also, please point me in the right direction for any of these answers. Thanks in advance.


RE: Media flag question - ronie - 2016-01-11

thx, i'll add a flag for it in the next version.