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)



- lestat1977uk - 2009-04-06

ok i have finally scanned all my movies in and followed ur advice fekker, i ran anuto complete and it seem to pickup everything, that said when i click on movies with problems or missing thumbs or fanart, it seem to list all my movies am i now doing something wrong?


- lestat1977uk - 2009-04-06

do i now have to go and select each film one by one as the fanart,folder.jpg, tbn etc are not in the folders?

EDIT

yep, it appears that when i click on each movie the jpgs etc are then loaded into the folder, anyway of automating this , i actually though that is what auto pilot did


Ratings - auto pilot mode - Radikaltimes - 2009-04-06

i have a question in regards to this

in auto pilot the movie Hot Fuzz gets Mpaa : R , if i refresh from the imdb button i get Mpaa: Rated R for violent content including some graphic images, and language., which Stark is able to read .. i don't want to go movie by movie changing this .. any ideas how to fix this?

thank you


- fekker - 2009-04-06

autopilot is broke in that build, let me get that sorted out. (broke meaning it's not setting the images)

auto-pilot + media info only + check the box above it will pull the mpaa back down..

but.. i'm changing the cert info, so ya might want to wait for the next build for that so you have both in one shot.


- lestat1977uk - 2009-04-06

that would be why then lol


- lestat1977uk - 2009-04-06

think they are a few problems with this build, have a few films although obscure that have been picked up before, but thi sbuild won't pick em up

Where does it try get the info from , i know imdb isnt great for them but tmdb has been ok


- Radikaltimes - 2009-04-06

fekker Wrote:autopilot is broke in that build, let me get that sorted out. (broke meaning it's not setting the images)

auto-pilot + media info only + check the box above it will pull the mpaa back down..

but.. i'm changing the cert info, so ya might want to wait for the next build for that so you have both in one shot.

... i will wait then Smile thank you .. great app .. takes a lil bit to get it running the way you want .. but once is there .. it works great!!


- lestat1977uk - 2009-04-06

i will wait too

thx man


- fekker - 2009-04-07

Here's build 2854
- fixed imdb parsing, should no longer result in junk in the text
- fixed autopilot not saving images
- fixed cert field by showing the same text as imdb shows with a / between each item
- changed credits field to only pull the partial data (matches xbmc scraper function)

http://www.iamkizer.net/xbmc/mip/mediainfoplus_build2854_exefilesonly_requires_2853patchfirst.zip

**requires the extra files from 2853, so patch with that first
http://www.iamkizer.net/xbmc/mip/mediainfoplus_rev2853_exefiles_and_imagemagick_embedded.7z


- lestat1977uk - 2009-04-07

cool thx fekker

quick one, having soem probs with a handful of films (as am doing them one by one)

Derialed - Fanrat on TMDB but neve rbeing pickup up

The American Mall (terrible movie im sure) - picking up nothing , although have picked up with another media program in past

Any way i can troubleshoot this?


- fekker - 2009-04-07

lestat1977uk Wrote:cool thx fekker

quick one, having soem probs with a handful of films (as am doing them one by one)

Derailed - Fanrat on TMDB but neve rbeing pickup up

The American Mall (terrible movie im sure) - picking up nothing , although have picked up with another media program in past

Any way i can troubleshoot this?
3 reasons are possible
1) the movie does not have it's imdbid entered in themoviedb
2) it's a brand new item and hasn't hit the api yet
3) it's a png file

if the fanart up there is .png, mip will ignore it. If that's the case, save the png local, convert to .jpg and upload back to tmdb, that way it helps lots of folks Big Grin

in this case, there's no imdb id there

mip uses imdb for movie lookups (question was asked earlier)


- Radikaltimes - 2009-04-07

fekker:

the new info in the Mpaa field will break the flags in stark ..or at lease i think so ..

Mr. & Mrs. Smith = USATongueG-13 / USA:Unrated

info from Stark
<control type="image">
<include>Objects_FSInfoCertificate</include>
<texture>flags/mpaa_pg13.png</texture>
<visible>substring(listitem.mpaa,Rated PG-13)</visible>
</control>

do this means i have to alter the DialogVideoInfo.xml to match the new info?


- lestat1977uk - 2009-04-07

yep was missing its id, isnt now Smile

ok now for the others Wink


- XBMCG33K - 2009-04-07

I am currently getting errors like this:
Quote:See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at movieinfoplus.maincollection.overlayleft(String whattotagLeft, String whattotagRight)
at movieinfoplus.maincollection.hdbluraySDD51_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mediainfoplus
Assembly Version: 2.0.0.2801
Win32 Version: 2.0.0.2801
CodeBase: file:///C:/Program%20Files/mediainfoplus/mediainfoplus.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
ComponentFactory.Krypton.Toolkit
Assembly Version: 3.0.10.0
Win32 Version: 3.0.10.0
CodeBase: file:///C:/Program%20Files/mediainfoplus/ComponentFactory.Krypton.Toolkit.DLL
----------------------------------------
TabControlEX
Assembly Version: 0.0.3216.38616
Win32 Version: 0.0.3216.38616
CodeBase: file:///C:/Program%20Files/mediainfoplus/TabControlEX.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
f8sskqke
Assembly Version: 2.0.0.2801
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
n1twxoom
Assembly Version: 2.0.0.2801
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
qeuj-9dd
Assembly Version: 2.0.0.2801
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
miplibfc
Assembly Version: 1.0.1.2800
Win32 Version: 1.0.1.2800
CodeBase: file:///C:/Program%20Files/mediainfoplus/miplibfc.DLL
----------------------------------------
vqjdv_aq
Assembly Version: 2.0.0.2801
Win32 Version: 2.0.50727.3521 (NetFXspW7.050727-3500)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Can you help on this any? This only happens when I try to add a media flag.


- lestat1977uk - 2009-04-07

how does the google image search work?

Edit

Figured it out, great feature makes getting those obsuce ones much easier!

btw are u aware that the tmdb link (top right) is no longer working?