Preparing all my 'media' for Aeon?

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fekker Offline
Posting Freak
Posts: 1,545
Joined: Oct 2008
Reputation: 30
Post: #131
I figure this is a good thread for this information

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>
find quote
LaTropa64 Offline
Fan
Posts: 649
Joined: Nov 2005
Reputation: 0
Post: #132
Can MIP update all your current nfo's with that video resolution and audio details without overwriting the existing data in the nfo? I've spent a fair amount of time updating some movie titles, plot synopsis, etc. and really don't want to lose my customized info.
find quote
Hitcher Online
Skilled Skinner
Posts: 9,975
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #133
LaTropa64 Wrote:Can MIP update all your current nfo's with that video resolution and audio details without overwriting the existing data in the nfo? I've spent a fair amount of time updating some movie titles, plot synopsis, etc. and really don't want to lose my customized info.

Yes it can, you just select 'Auto Pilot' and then 'Update Media Information Only!'.

Hopefully AEON can use this info and save everyone having to rename all their movies. Shouldn't be too hard as it already gets the Studio and MPAA Rating from them.

[Image: sig_zps3af3b48e.jpg]
find quote
LaTropa64 Offline
Fan
Posts: 649
Joined: Nov 2005
Reputation: 0
Post: #134
Hitcher Wrote:Yes it can, you just select 'Auto Pilot' and then 'Update Media Information Only!'.
Awesome! I've been using MediaCompanion but I'll be giving MIP a try now.


Quote:Hopefully AEON can use this info and save everyone having to rename all their movies. Shouldn't be too hard as it already gets the Studio and MPAA Rating from them.
Yeah, I'm definitely not interested in renaming all my media. I like them being nice and simple like "Hitman (2007).mkv".

But does Aeon grab the studio and rating details straight from the nfo or does it use that data because it's been scanned into the library?
find quote
Hitcher Online
Skilled Skinner
Posts: 9,975
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #135
That info will be scanned to the database anyway.

[Image: sig_zps3af3b48e.jpg]
find quote
LaTropa64 Offline
Fan
Posts: 649
Joined: Nov 2005
Reputation: 0
Post: #136
Hitcher Wrote:That info will be scanned to the database anyway.

Has that made it to SVN?
find quote
Hitcher Online
Skilled Skinner
Posts: 9,975
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #137
My mistake, the extra info the MIP adds to NFO files does not get scanned to the database at this moment in time.

[Image: sig_zps3af3b48e.jpg]
find quote
Hitcher Online
Skilled Skinner
Posts: 9,975
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #138
You guys were right about the image looking blurred, turns out it was the Largeimage control causing the problem -

http://trac.xbmc.org/changeset/19099

Here's the result -

[Image: screenshot000b.png]
Hitcher Wrote:Notes:

1920x1080 display

movie.tbn dimensions 720x1080

Default thumbsize (512) - NO <thumbsize> used in advancedsettings.xml


INFO SCREEN with -BIG.PNG

[Image: screenshot000v.png]

INFO SCREEN with cached tbn

[Image: screenshot000m.png]

Just for you guys here's the result when using the original poster (1000x1500) as the '-big.png'

1920x1080 display

movie.tbn dimensions 1000x1500

<thumbsize>1024</thumbsize> used in advancedsettings.xml

INFO SCREEN with -BIG.PNG

[Image: screenshot000.png]

INFO SCREEN with cached tbn

[Image: screenshot000q.png]

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply