• 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 132
Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET)
Sorry to repost, i think my post got lost

Hi Fekker

First of all love the new ep thumbs feature, great work, but i can't get it to work, i'm using 64 bit OP/s and have installed ImageMagick as per the guide, but i get out of memory error whenever i click on an app without a thumb?


Also just wondered how are you progressing with the extra images?

And have you strated to implement the new Multiplex 16:9 thumbs yet?, there are quite a lot now on TVDB

One more thing and sorry to ask so much, any plans to intergrate trailers into MIP?

Thx

Lestat
Reply
Hi, I had a quick question...

Is it just me, or does MIP stop scanning folders for movies once it hits the System Volume Information? I see that it is supposed to skip that folder, but for me it doesn't scan for anything past that. I'm running windows 7, tried all the MIP versions I could find.

Sorry if this has already been covered
Reply
I'm not sure anyone mentioned that, but the latest version (2891) chokes on scanning TV Series. When scanning, CPU usage grows to 50% and memory usage grows well above 1,5 GB (WinXP 32). MIP finally loads the episodes and resumes working, but the memory usage seems way too high. Is it WAD?
Cheers
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option)
Reply
sumofatguy Wrote:Hi, I had a quick question...

Is it just me, or does MIP stop scanning folders for movies once it hits the System Volume Information? I see that it is supposed to skip that folder, but for me it doesn't scan for anything past that. I'm running windows 7, tried all the MIP versions I could find.

Sorry if this has already been covered

This works for me on XP but MIP started to list the Recycle folders of my external harddiscs since I changed all my structure from file level to folder level. Furthermore I got one hell of a list of entries with "extrathumbs" which are needed for Aeon Auriga but I think this was mentioned before.

I got another issue with the episode thumbnail feature. The thumbnail preview are generated and shown perfectly (could you maybe code the extra window so that you see it in the windows taskbar coz it keeps appearing behind the open MIP window and I waited like 5 minutes till I found that out) but when I choose one of the 1280x720 thumbnails and click OK I ALWAYS end up with the first generated screenshot no matter what I chose before.
Reply
2897 up on mip update - bug fixes


Quote:Little bug regarding .ts support.
unable to reproduce, can you provide an example and mip version, try latest 2897 build

Quote:I have an issue with the actors, they don't get scraped properly. I scraped "In Good Company" and he got only 2 actors from it.
fixed, bug with regex
Quote:I'm noticing that the biggest problem with the other fanart is that it doesn't go away when you're viewing something that doesn't have an art image. I could really use a flag in the skin to tell me when it's there or not...if you haven't already done that.
hmm.. i didn't run into that one, does that happen with episodes too? (also this is in xbmc right?)

Quote:First of all love the new ep thumbs feature, great work, but i can't get it to work, i'm using 64 bit OP/s and have installed ImageMagick as per the guide, but i get out of memory error whenever i click on an app without a thumb?
try to resize a background or image or compress it, does that work? if so it' might be ffmpeg (in mip's root folder) is not 64bit

Quote:I'm not sure anyone mentioned that, but the latest version (2891) chokes on scanning TV Series. When scanning, CPU usage grows to 50% and memory usage grows well above 1,5 GB (WinXP 32). MIP finally loads the episodes and resumes working, but the memory usage seems way too high. Is it WAD?
Cheers
should not happen, my guess is that it's getting stuck on scanning media info
-start mip
-make fullscreen
-load shows
-when it hangs, what episode is it working on (top right of screen)

Quote:The thumbnail preview are generated and shown perfectly (could you maybe code the extra window so that you see it in the windows taskbar coz it keeps appearing behind the open MIP window and I waited like 5 minutes till I found that out) but when I choose one of the 1280x720 thumbnails and click OK I ALWAYS end up with the first generated screenshot no matter what I chose before.
add to show itself, also added bring to front on load of dialog,fixed a few resize issues with fanart's getting smaller size, double checked
selection option, could not reproduce, please re-test background issue with 2897


other things in build

added messagebox to warn when tv show is loading in debug mode

reworked folder and re-tested file level scans, added extrathumbs to ignore list, please retest if having issues with system volume info or recycle bin.

haven't added new features, just bug fixes

will see tommorrow about feature requests if i can
Reply
Just so you know, with 2897, it is creating an extrathumbs folder in every movie folder that is opened with MiP. Not a bad thing, will be ready when you copy the tv still grabbing across to movies.
Reply
fekker Wrote:should not happen, my guess is that it's getting stuck on scanning media info
-start mip
-make fullscreen
-load shows
-when it hangs, what episode is it working on (top right of screen)

Hmmm, something must've been wrong either with the file or rthe .nfo file. Initially it hanged on a single episode of a Polish series "Tajemnica twierdzy szyfrów" (S01E03; more importantly it was the only episode coded as .wma).

So, I went to that directory and deleted all .nfo files, rescanned and... guess what:
Code:
************** Tekst wyjątku **************
System.IO.FileNotFoundException: Nie można odnaleźć pliku 'C:\Program Files\MEDIA\MediaInfoPlus\temp\tvdb\Tajemnica twierdzy szyfrów.xml'.
Nazwa pliku: 'C:\Program Files\MEDIA\MediaInfoPlus\temp\tvdb\Tajemnica twierdzy szyfrów.xml'
   w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   w System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   w System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   w System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
   w System.IO.StreamReader..ctor(String path)
   w movieinfoplus.thetvdb.TVSeriesData.readTVSeriesXML(String xmllocationandfilename, TVSeriesData& vTVSeriesData)
   w movieinfoplus.tvshowcollection.kbLoadTvShows(Boolean debugon, Boolean dlo)
   w movieinfoplus.maincollection.tsbShowsLoadShows_Click(Object sender, EventArgs e)
   w System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   w System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   w System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   w System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   w System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   w System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   w System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   w System.Windows.Forms.Control.WndProc(Message& m)
   w System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   w System.Windows.Forms.ToolStrip.WndProc(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Zestawy załadowane **************
mscorlib
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mediainfoplus
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.1.2898
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/mediainfoplus.exe
----------------------------------------
Microsoft.VisualBasic
    Wersja zestawu: 8.0.0.0
    Wersja Win32: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Data
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
ComponentFactory.Krypton.Toolkit
    Wersja zestawu: 3.0.10.0
    Wersja Win32: 3.0.10.0
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/ComponentFactory.Krypton.Toolkit.DLL
----------------------------------------
TabControlEX
    Wersja zestawu: 0.0.3216.38616
    Wersja Win32: 0.0.3216.38616
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/TabControlEX.DLL
----------------------------------------
System.Configuration
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
4fktqyjc
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
eb8enq4i
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
xuzxmlav
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
21c5wgr3
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
pzz3y_xr
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
tj6tid44
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
miplibfc
    Wersja zestawu: 2.0.1.2863
    Wersja Win32: 2.0.1.2863
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/miplibfc.DLL
----------------------------------------
eiqvedky
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sjmr3vwg
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

So I restarted MIP (the latest version), scanned again and the program told me "No show data exists for the following shows:Tajemnica twierdzy szyfrów". Yet, the show does not get scanned, it's not on the list on the left, nothing, as if I deleted the entire series and not just the .nfo files.

Help...?

EDIT:/ Hint: restoring the .nfo files for all the episodes changes nothing, the MIP simply doesn't see them. And when I restore the tvshow.nfo - it get's back to "normal" - that is 1,6 GB memory used before it recovers.
Cheers
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option)
Reply
fekker Wrote:2897 up on mip update - bug fixes
unable to reproduce, can you provide an example and mip version, try latest 2897 build

Downloaded and installed a fresh copy and updated to 2898.
Created a folder on the Desktop called "test videos"
Created a folder called "Lost" within this
Copied a file into this folder called "Lost - S03E04 - This is a test.ts"
Let MIP do its thing on the "test videos folder

Ended up with:
Image
Reply
Halibutt Wrote:Hmmm, something must've been wrong either with the file or rthe .nfo file. Initially it hanged on a single episode of a Polish series "Tajemnica twierdzy szyfrów" (S01E03; more importantly it was the only episode coded as .wma).

So, I went to that directory and deleted all .nfo files, rescanned and... guess what:
Code:
************** Tekst wyjątku **************
System.IO.FileNotFoundException: Nie można odnaleźć pliku 'C:\Program Files\MEDIA\MediaInfoPlus\temp\tvdb\Tajemnica twierdzy szyfrów.xml'.
Nazwa pliku: 'C:\Program Files\MEDIA\MediaInfoPlus\temp\tvdb\Tajemnica twierdzy szyfrów.xml'
   w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   w System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   w System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   w System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
   w System.IO.StreamReader..ctor(String path)
   w movieinfoplus.thetvdb.TVSeriesData.readTVSeriesXML(String xmllocationandfilename, TVSeriesData& vTVSeriesData)
   w movieinfoplus.tvshowcollection.kbLoadTvShows(Boolean debugon, Boolean dlo)
   w movieinfoplus.maincollection.tsbShowsLoadShows_Click(Object sender, EventArgs e)
   w System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   w System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   w System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   w System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   w System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   w System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   w System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   w System.Windows.Forms.Control.WndProc(Message& m)
   w System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   w System.Windows.Forms.ToolStrip.WndProc(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Zestawy załadowane **************
mscorlib
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mediainfoplus
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.1.2898
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/mediainfoplus.exe
----------------------------------------
Microsoft.VisualBasic
    Wersja zestawu: 8.0.0.0
    Wersja Win32: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Data
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
ComponentFactory.Krypton.Toolkit
    Wersja zestawu: 3.0.10.0
    Wersja Win32: 3.0.10.0
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/ComponentFactory.Krypton.Toolkit.DLL
----------------------------------------
TabControlEX
    Wersja zestawu: 0.0.3216.38616
    Wersja Win32: 0.0.3216.38616
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/TabControlEX.DLL
----------------------------------------
System.Configuration
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
4fktqyjc
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
eb8enq4i
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
xuzxmlav
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
21c5wgr3
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
pzz3y_xr
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
tj6tid44
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
miplibfc
    Wersja zestawu: 2.0.1.2863
    Wersja Win32: 2.0.1.2863
    CodeBase: file:///C:/Program%20Files/MEDIA/MediaInfoPlus/miplibfc.DLL
----------------------------------------
eiqvedky
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sjmr3vwg
    Wersja zestawu: 2.0.1.2898
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

So I restarted MIP (the latest version), scanned again and the program told me "No show data exists for the following shows:Tajemnica twierdzy szyfrów". Yet, the show does not get scanned, it's not on the list on the left, nothing, as if I deleted the entire series and not just the .nfo files.

Help...?

EDIT:/ Hint: restoring the .nfo files for all the episodes changes nothing, the MIP simply doesn't see them. And when I restore the tvshow.nfo - it get's back to "normal" - that is 1,6 GB memory used before it recovers.
Cheers

I'll have to see why mip gets stuck with that one when there's an .nfo there.. the other part of the issue, that shows the bug in mip, is that the tvdb api is not returning anything for that show

http://www.thetvdb.com/api/GetSeries.php...0szyfr%F3w

Quote:Just so you know, with 2897, it is creating an extrathumbs folder in every movie folder that is opened with MiP. Not a bad thing, will be ready when you copy the tv still grabbing across to movies.
woops, that was unintentional as it's part of what I'm working on with digitalhigh, something that's incomplete.

Quote:Downloaded and installed a fresh copy and updated to 2898.
Created a folder on the Desktop called "test videos"
Created a folder called "Lost" within this
Copied a file into this folder called "Lost - S03E04 - This is a test.ts"
Let MIP do its thing on the "test videos folder
ahh.. gotca.. i was looking at movies and not tv shows


2898 will display more of the fanart from the tvdb.. including those new ones that are up there... limited to 36 backgrounds (up from 24) at the moment, will have to modify the save dialog to allow it to be saved as something else for skins.
Reply
fekker Wrote:double checked
selection option, could not reproduce, please re-test background issue with 2897

Ah I just found out I misunderstood how this thing worked... I thought I had the option to select between smaller and larger thumbnails so I only chose a large one. Now I found out how it works, sorry for the inconvenience.

fekker Wrote:reworked folder and re-tested file level scans, added extrathumbs to ignore list, please retest if having issues with system volume info or recycle bin.

Nice work. I don't see any other folders getting identified as movies now but the ones I have.
Reply
the application is developing very well Smile

can you tell us when we can expect the OFDb Update in the Auto-Pilot screen?

I also have some feature requests, can you tell me if they are possible?

1. Implement Moviemaze (http://www.moviemaze.de) scraping, as they have a much better plot than OFDb. Perhaps with the option to select what information you want to use.
2. Use the runtime you get from the media file scanning, round it to minutes and copy it to the duration field. This would be very useful, because IMDB often gives you more than one runtimes.
3. Scrap Apple Trailers http://www.apple.com/trailers/ for movie trailers.
4. Scrap GetVideoArtwork http://www.getvideoartwork.com/ for movie posters.
5. Automatic create thumbnails for the new aeon multiplex view.

Now i found another "bug" / cosmetique failure Smile

when MIP scraps IMDb for actor photos it also adds the link to the following photo in the nfo file : http://i.media-imdb.com/images/tn15/addtiny.gif.
Having this white photos in the database is not very useful Smile

Can you filter that out?
Reply
i tried what u said fekker, just did a resize it still failed, should i get a 64bit ffmepg?

anyone else have new thumbs feature working in 64bit O/S?
Reply
fekker Wrote:I'll have to see why mip gets stuck with that one when there's an .nfo there.. the other part of the issue, that shows the bug in mip, is that the tvdb api is not returning anything for that show

http://www.thetvdb.com/api/GetSeries.php...0szyfr%F3w
Strange: the show's most definitely there and the .nfo files that now cause trouble were created by MIP in the first place. Shall I send you the .nfos?
Cheers
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option)
Reply
Halibutt Wrote:Strange: the show's most definitely there and the .nfo files that now cause trouble were created by MIP in the first place. Shall I send you the .nfos?
Cheers

my guess is that they changed something with the show and somehow it got lost.. i see the show is there, but when the api search is used, it fails to return anything.

Quote:tried what u said fekker, just did a resize it still failed, should i get a 64bit ffmepg?

anyone else have new thumbs feature working in 64bit O/S?
it's something with image magick failing.

give this a try..
uninstall image magick
remove everything from the imagemagick folder (in mip's directory)
re-install image magick to that folder

give it another try.. maybe it's looking at 2 different versions (32 and 64 bit)
i know there was another guy here somewhere in the thread that got it working under 32bit

Quote:the application is developing very well

can you tell us when we can expect the OFDb Update in the Auto-Pilot screen?

I also have some feature requests, can you tell me if they are possible?

1. Implement Moviemaze (http://www.moviemaze.de) scraping, as they have a much better plot than OFDb. Perhaps with the option to select what information you want to use.
2. Use the runtime you get from the media file scanning, round it to minutes and copy it to the duration field. This would be very useful, because IMDB often gives you more than one runtimes.
3. Scrap Apple Trailers http://www.apple.com/trailers/ for movie trailers.
4. Scrap GetVideoArtwork http://www.getvideoartwork.com/ for movie posters.
5. Automatic create thumbnails for the new aeon multiplex view.
feature requests are good btw.. i'm not totally ignoring them, but have to fix bugs first, and finish up a tool for making fanart from media files. i'll address them when i get those done up and see what's doable and what has to wait.
Reply
fixing the white image when scraping actor photos, the runtime thing and ofdb in autopilot would be good Smile

the other requests are not urgent.

perhaps scraping imdb for trailers would be doable faster, because there is a scraper available for that.
Reply
  • 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 132

Logout Mark Read Team Forum Stats Members Help
Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET)7