Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET)

  Thread Rating:
  • 7 Votes - 4.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
garyi Offline
Posting Freak
Posts: 1,196
Joined: Oct 2008
Reputation: 0
Post: #1231
Ah I found the skins, got rid of the red puke thanks god Wink
find quote
garyi Offline
Posting Freak
Posts: 1,196
Joined: Oct 2008
Reputation: 0
Post: #1232
worked out how to extract the patche but neither file opens. just saus its encountered a problem and has to close.

sigh, i only want to get artist fanart
find quote
digitalhigh Offline
Skilled Skinner
Posts: 1,467
Joined: Oct 2005
Reputation: 100
Location: Milwaukee, WI
Post: #1233
iamkewl Wrote:I got it to run in Ubuntu 8.10, but when I try to save settings it either crashes or gives me an application error.

Any ideas?

There is a file, "config.xml" in the app folder, which you *should* be able to edit manually if all else fails...

andacin Wrote:Other than the thumbs, one thing I think would be cool to add is automatic imdb selection. I noticed that almost all of my movies ask me to choose the correct movie from imdb, and 99% of the time the correct one is listed twice with the same ID for some reason. Is there a way to check and see if that ID is listed and if so - use it automatically? It would be easier to fix any wrong movies then to make sure every movie is correctly chosen manually.

How are your files named/organized? The only time the program should present you with the option to pick the proper movie is when it can't figure out the name itself...i.e., something in your naming may be throwing it off. This could be the production year, extraneous scene tags, etc...

garyi Wrote:worked out how to extract the patche but neither file opens. just saus its encountered a problem and has to close.

sigh, i only want to get artist fanart

Try the autoupdater:

http://www.mediainfoplus.com/index.php?o...Itemid=54#

I'm not just a semi-decent skinner...I also sing for a band. Check us out.

http://www.corruptable.com/main.html
find quote
garyi Offline
Posting Freak
Posts: 1,196
Joined: Oct 2008
Reputation: 0
Post: #1234
Many thanks that one worked a treat but it has not fixed the main stumbling block which is it will not load my music library.

Is there any other programmes designed to scrape music fan art? Thats really all I want.
find quote
andacin Offline
Junior Member
Posts: 17
Joined: Jun 2009
Reputation: 0
Post: #1235
digitalhigh Wrote:How are your files named/organized? The only time the program should present you with the option to pick the proper movie is when it can't figure out the name itself...i.e., something in your naming may be throwing it off. This could be the production year, extraneous scene tags, etc...

Structure is:

Movies
---Movie Name
------Movie Name.avi

I have no dates or anything in the folder names, just the movie name for both the file itself and the folder its in. Almost every movie I have it asks me to choose the correct one, and 99% of the time its the one thats listed twice with the same ID. Not sure why that's the case though.
find quote
andacin Offline
Junior Member
Posts: 17
Joined: Jun 2009
Reputation: 0
Post: #1236
andacin Wrote:Structure is:

Movies
---Movie Name
------Movie Name.avi

I have no dates or anything in the folder names, just the movie name for both the file itself and the folder its in. Almost every movie I have it asks me to choose the correct one, and 99% of the time its the one thats listed twice with the same ID. Not sure why that's the case though.

Here's the scenario for this screenshot:
- I loaded my entire library and ran autopilot. I have no other files except the movies in the folders.
- My movies are laid out as I mentioned above (you can see this in the picture)
- Other than about 5 movies, they all ask me to select from the list
- For every one of them, the correct movie is listed twice with the same ID (as you can see in this picture) (also note that I manually selected the movie in this list, it wasn't already selected)

[Image: mipselect.jpg]
find quote
digitalhigh Offline
Skilled Skinner
Posts: 1,467
Joined: Oct 2005
Reputation: 100
Location: Milwaukee, WI
Post: #1237
andacin Wrote:Here's the scenario for this screenshot:
- I loaded my entire library and ran autopilot. I have no other files except the movies in the folders.
- My movies are laid out as I mentioned above (you can see this in the picture)
- Other than about 5 movies, they all ask me to select from the list
- For every one of them, the correct movie is listed twice with the same ID (as you can see in this picture) (also note that I manually selected the movie in this list, it wasn't already selected)

[Image: mipselect.jpg]

You know, now that you mention it, I think I recall a conversation where fekker said something to the effect of "he was going to turn off the auto-checking, but didn't get to it yet?"

My suggestion would be to scan your lib with XBMC as-is. Then export the db back to individual files, which *should* then make .nfo's with the proper IMDB ID's for most everything. Just make sure to check "use folder names for lookup" when you set the content for the folder. Once the .nfo's are in place, I'd wager that autopilot will work much better. Wink

I'm not just a semi-decent skinner...I also sing for a band. Check us out.

http://www.corruptable.com/main.html
find quote
bidossessi Offline
Senior Member
Posts: 217
Joined: May 2009
Reputation: 0
Location: Algiers
Post: #1238
Native HD tag is coming to XBMC. how is this being prepared for?
@digitalhigh: looks like you're the caretaker for now Smile

openSUSE 11.2 | SVN XBMC
I'm... dreaming... of a quiet... HTPC
find quote
digitalhigh Offline
Skilled Skinner
Posts: 1,467
Joined: Oct 2005
Reputation: 100
Location: Milwaukee, WI
Post: #1239
bidossessi Wrote:Native HD tag is coming to XBMC. how is this being prepared for?

Obviously, with fekker's current absence, there's not much that can be done for the current incarnation of CapnBry's work...however, I know that fekker was aware of this development a long time ago, and it looks like MIP should already support the *majority* of what's used by XBMC.

This is the XML schema as listed by CapnBry:
Code:
<movie>
    <fileinfo>
        <streamdetails>
        <video>
            <codec>h264</codec>
            <aspect>2.399999</aspect>
            <width>1920</width>
            <height>816</height>
        </video>
        <audio>
            <codec>ac3</codec>
            <language>eng</language>
            <channels>2</channels>
        </audio>
        <audio>
            <codec>dca</codec>
            <language>eng</language>
            <channels>6</channels>
        </audio>
        <subtitle>
            <language>eng</language>
        </subtitle>
        <subtitle>
            <language>deu</language>
        </subtitle>
        </streamdetails>
    </fileinfo>
</movie>

And this is the XML schema currently generated by MIP:

Code:
<fileinfo>
    <lastupdate>2009-05-17T19:14:29.953125-06:00</lastupdate>
    <version>1.3</version>
    <streamdetails>
      <video>
        <width>704</width>
        <height>272</height>
        <codec>MPEG-4 Visual</codec>
        <formatinfo>MPEG-4 Visual</formatinfo>
        <duration>2h 4mn 19s 280ms</duration>
        <bitrate>1 432 Kbps</bitrate>
        <bitratemode />
        <bitratemax />
        <container>.avi</container>
        <codecid>XVID</codecid>
        <codecidinfo />
        <scantype>Progressive</scantype>
        <aspectdisplayratio>2.588</aspectdisplayratio>
      </video>
      <audio>
        <language />
        <codec>MPEG Audio</codec>
        <channels>2</channels>
        <bitrate>128 Kbps</bitrate>
      </audio>
    </streamdetails>
  </fileinfo>

So, it definitely looks like everything should work, except for the aspectratio, which needs the MIP tag changed to just <aspect>.

Quote:@digitalhigh: looks like you're the caretaker for now Smile

I try my best. I just hate having to tell people that "feature x" isn't supported yet, but most likely will be as soon as fekker's back. Wink

I'm not just a semi-decent skinner...I also sing for a band. Check us out.

http://www.corruptable.com/main.html
find quote
mst3kroqs Offline
Junior Member
Posts: 37
Joined: Aug 2004
Reputation: 0
Post: #1240
Sorry for the basic question, but as I am new to using Media Info Plus I am not sure what I am running into is relative to my own misunderstanding of the program, or whether MIP or tmdb is having issues ... I'm running MIP 2.0.1.2898. How do I force a 'rescan' of TMDB for new fanart for my movies?

Thanks!
(This post was last modified: 2009-06-15 17:54 by mst3kroqs.)
find quote
Post Reply