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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET) (/showthread.php?tid=47071)



- digitalhigh - 2009-04-01

fekker Wrote:Worst case, find a field that can be pulled and we can change to another one.
Almost have the credits field done. I'm not sure what xbmc is looking for in that field.

see if this works for a movie and displays correctly (please Big Grin )

Code:
<credits>John Lasseter / Joe Ranft / John Lasseter(story) &amp;  / Joe Ranft(story) &amp;  / Jorgen Klubien(story) / Dan Fogelman(screenplay) &amp;  / John Lasseter(screenplay) &amp;  / Joe Ranft(screenplay) &amp;  / Kiel Murray(screenplay) &amp;  / Phil Lorin(screenplay) &amp;  / Jorgen Klubien(screenplay) / Robert L. Baird additional screenplay material / Brenda Chapman story / Daniel Gerson additional screenplay material / Bonnie Hunt additional screenplay material / Don Lake additional screenplay material / Steve Purcell additional screenplay material / Dan Scanlon additional screenplay material</credits>

Holy balls dude! That's nice, but I don't think it's supposed to be that big.

http://www.themoviedb.org/movie/2789

Should just be whoever's listed under "author".

http://www.imdb.com/title/tt0296572/fullcredits#writers

Here it would be the "written by" field.


- fekker - 2009-04-01

That's an example for Cars Writing credits .. they had alot of help it seems Big Grin
http://www.imdb.com/title/tt0317219/fullcredits#writers


- MrDVD - 2009-04-01

fekker Wrote:i use mediainfo.dll (the core of MediaInfo GUI) so it will show the same data, just not as much details.

.ts support for movies should already work, i checked the load routine and media scan routine for it..

does this fail for movies or something else?

You are right Smile

On .ts it works already, just the "Media Folder Content" info window still display a red cross for Media.

.m2ts didnt work atm


- bobrap - 2009-04-01

fekker Wrote:see above post that i edited Big Grin

hide wget windows should hide them, if some still pop and you don't want them to (ie configured not to display). let me know when it appears and I'll track it down.

I uncheck the show wget box but they still pop up.


- MrDVD - 2009-04-01

bobrap Wrote:I uncheck the show wget box but they still pop up.

Check your config.xml and edit it to
Code:
<tv_showwgetwindows>false</tv_showwgetwindows>

maybe this help.


- digitalhigh - 2009-04-01

fekker Wrote:That's an example for Cars Writing credits .. they had alot of help it seems Big Grin
http://www.imdb.com/title/tt0317219/fullcredits#writers

You are correct sir!

Yeah, for TV episode data, might as well throw it in the <director> field. Howabout putting the network name in there, res/audio stuff, and MPAA or other parental rating? That one doesn't pull through either...might as well use it.


- Hitcher - 2009-04-01

I don't mean cause you any more headaches but I've noticed errors in the actors info.

IMDB - Samuel L. Jackson Sgt. Dan 'Hondo' Harrelson

NFO - Samuel L. Jackson Dan &amp;#x27;Hondo&amp;#x27; Harrelson

If I manually edit the NFO and change &amp;#x27; to ' then it displays fine.


- fekker - 2009-04-02

change - TV Shows Episode change to where the tagging stuff is going
added - Command line parameter to force an update is -nfoupdate
change - Ran cleanname on title and on actor name, that should strip out or change chars to something human readable.. well hopefully Big Grin
change - Resized actor thumbs to a larger, actually visable size
added - Added full credits info -- you'll need to delete your imdb cached data

Director field for episodes now contains
director
mpaa
studio
all other tagdata

Ran cleanname on title and on actor name, that should strip out or change chars to something human readable.. well hopefully Big Grin
Resized actor thumbs to a larger, actually visable size

Added full credits info -- you'll need to delete your imdb cached data
--- Exit MIP and either remove or rename C:\Program Files\mediainfoplus\cache\imdbcache

build 2830
http://www.mediafire.com/?nmteddjtztz


- fekker - 2009-04-02

Oh yeah.. almost forgot

When your viewing your movies, if it's a file level movie, (one folder, lots of movies) .. a button will appear on the right, along with the movie information, that will allow you to move it to a folder automatically.. doesn't move all items in stacked movies, but does well with others... named .. "Move to Folder"

This takes the current movie and moves it's data, to a new folder in it's current directory. -big.png becomes movie.tbn .. other files are moved and copied for max compatibility.

If the movie is not a file level item, the button should not appear.

so if ya want to move to a folder format... enter your file level movies in the configuration, uncheck any folder level ones (to inactivate them) and go through your items.. after you have them all moved, you can move the path to folder level.


- turbinez - 2009-04-02

will there be a version for mac os x users?


- fekker - 2009-04-02

turbinez Wrote:will there be a version for mac os x users?

It should work under wine for os x .. it for sure works under wine under ubuntu and wine under gentoo..

install wine
install .net 2.0 (i like wine tricks for doing that part)
install MIP
update MIP

there's more details in the wiki on wine install under ubuntu.. i'm guessing it's similar under os x


- ethan_9219 - 2009-04-02

@fekker.

Two Questions;

1. I'm assuming maybe 'no', but does MIP support video files that i have in .ISO format?

2. Any news on possibly using Australian (and other foreign country's) rating schemes? I know some are similar (Maybe G, PG etc) but they are still very different.

I'm not sure i'd be able to help that much, but let me know in any way that i might be able to help and i definitely will.

The Australian ratings look something like this:

G
http://upload.wikimedia.org/wikipedia/en/3/35/OFLC_large_G.svg

PG
http://upload.wikimedia.org/wikipedia/en/6/60/OFLC_large_PG.svg

M15+
http://upload.wikimedia.org/wikipedia/en/thumb/9/94/OFLC_large_M.svg/523px-OFLC_large_M.svg.png

MA15+
http://upload.wikimedia.org/wikipedia/en/thumb/0/05/OFLC_large_MA15%2B.svg/523px-OFLC_large_MA15%2B.svg.png

R18+
http://upload.wikimedia.org/wikipedia/en/thumb/b/bd/OFLC_large_R18%2B.svg/523px-OFLC_large_R18%2B.svg.png


- fekker - 2009-04-02

Just noticed the problem in actors is the role and not the name.
-- role is now cleaned up

-- changed -- Also, I renamed the button "Move to Folder" .. that's the new button that lets you move a file level movie to it's own folder auto magically.

-- fixed, error when reloading imdb data when clicking on refresh little green button

build 2831

This build will be made install a new install version later tonight, as well as the patch.

If you have already patched, you don't need to reinstall install with the new build.

http://www.mediafire.com/?qlzj3nlhjnt


- fekker - 2009-04-02

ethan_9219 Wrote:@fekker.

Two Questions;

1. I'm assuming maybe 'no', but does MIP support video files that i have in .ISO format?

2. Any news on possibly using Australian (and other foreign country's) rating schemes? I know some are similar (Maybe G, PG etc) but they are still very different.

I'm not sure i'd be able to help that much, but let me know in any way that i might be able to help and i definitely will.

The Australian ratings look something like this:

G
http://upload.wikimedia.org/wikipedia/en/3/35/OFLC_large_G.svg

PG
http://upload.wikimedia.org/wikipedia/en/6/60/OFLC_large_PG.svg

M15+
http://upload.wikimedia.org/wikipedia/en/thumb/9/94/OFLC_large_M.svg/523px-OFLC_large_M.svg.png

MA15+
http://upload.wikimedia.org/wikipedia/en/thumb/0/05/OFLC_large_MA15%2B.svg/523px-OFLC_large_MA15%2B.svg.png

R18+
http://upload.wikimedia.org/wikipedia/en/thumb/b/bd/OFLC_large_R18%2B.svg/523px-OFLC_large_R18%2B.svg.png

iso files are supported, they work best when it's just the main movie in there without all the menus, and some weird avcsomething formated ones don't return the audio streams when scanned (only saw 1 that did that).. for the most part they work great.

support for "certifications" what the IMDB is calling them, is in MIP, post.. um.. 2820 something Big Grin .. grab the newest version to use those options.. you'll find the setting in the configuration to use certification for mpaa data... and be able to pick the lang you want to be used.


- ethan_9219 - 2009-04-02

Okay...So i just check my region (Australia) and it uses the info from there? How about the certification images?