2016-01-11, 03: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
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.
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.