MIP (media info plus) generates the media information for your media and add's it to the .nfo file.
cptBry worked out the details on xbmc side, and we worked out what fields and data to put into the .nfo
I have also sent the required code to Media Companions author so the .nfo's are created the same as what the hd flaggin is looking for. It's also on sourceforge as MIP is open source.
Each video stream, audio and subtitle stream's data is written to the .nfo for movies and tvshows.
Here's what the "fileinfo" looks like in the .nfo for xbmc
The language is the 3 digit code
Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<fileinfo>
<lastupdate>2009-03-24T20:11:06.53125-08:00</lastupdate>
<version>1.2</version>
<streamdetails>
<video>
<width>1920</width>
<height>804</height>
<codec>h264</codec>
<formatinfo>AVC</formatinfo>
<duration>1h 37mn 19s 916ms</duration>
<bitrate>6 772 Kbps</bitrate>
<bitratemode />
<bitratemax />
<container>.mkv</container>
<codecid>V_MPEG4/ISO/AVC</codecid>
<codecidinfo />
<scantype>Progressive</scantype>
</video>
<audio>
<language>deu</language>
<codec>DTS</codec>
<channels>6</channels>
<bitrate>1 536 Kbps</bitrate>
</audio>
<audio>
<language>eng</language>
<codec>DTS</codec>
<channels>6</channels>
<bitrate>1 536 Kbps</bitrate>
</audio>
<subtitle>
<language>deu</language>
</subtitle>
<subtitle>
<language>eng</language>
</subtitle>
</streamdetails>
</fileinfo>
<title>WALL-E (HD)</title>
..... more movie details, standard xbmc format ......
</movie>
![[Image: teamumx_logo_small.png]](http://universalmc.sourceforge.net/images/teamumx_logo_small.png)

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: screenshot000b.png]](http://img5.imageshack.us/img5/793/screenshot000b.png)
![[Image: screenshot000v.png]](http://img5.imageshack.us/img5/6081/screenshot000v.png)
![[Image: screenshot000m.png]](http://img5.imageshack.us/img5/8011/screenshot000m.png)
![[Image: screenshot000.png]](http://img26.imageshack.us/img26/8175/screenshot000.png)
![[Image: screenshot000q.png]](http://img26.imageshack.us/img26/3976/screenshot000q.png)
Search
Help