Media flag question
#1
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.
Reply
#2
thx, i'll add a flag for it in the next version.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Media flag question0