tvieson New User
Posts : 5 Join date : 2009-01-05
| Subject: Trouble with TV Scraper Mon Jan 05, 2009 7:08 am | |
| Media Companion Version 2.085 I am able to add the root folder in my settings and it pulls up all my TV Show Folders My folder breakdown is like so Movies My Movies TV Shows CSI Deadliest Catch Family Guy and so on The name convention is Family Guy - S01E01 Inside each folder I have all the episodes for the corresponding shows along with a tvshow.nfo file as specified by the XBMC manual. Inside I have the general information on the TV Series along with its direct url to the series off the TheTVDB website. Now Media Companion does pull up the information I have in the tvshow.nfo file, but it won't pull any of the episodes in the folder. It also does not pull the TheTVDB link. Because it didn't pull this I figured it may have been the problem and manual entered in the TheTVDB code for the series and got the following error - Code:
-
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at XBMC_Media_Companion.tvedit.tvencodespecialchrs(String text) at XBMC_Media_Companion.tvedit.savetv_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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.1433 (REDBITS.050727-1400) CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Media Companion 2.085 Assembly Version: 2.0.8.5 Win32 Version: 2.0.8.5 CodeBase: file:///C:/Documents%20and%20Settings/Media%20Center/Desktop/Media%20Companion/Media%20Companion%202.085.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.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. I was able to hit continue and it was able to pull down all the additional information for the TV Serier, however it still wouldn't pull up my episodes. Now XBMC pulls up my episodes without trouble and downloads the scrapers information without trouble. I am simply trying to use Media Companion to generate nfo files for me to cut down on making nfo files myself and reduce download time for XBMC. I have the full Family Guy Collection, Entourage, CSI, and several more. Being to get this to work would save me a ton of time and energy and would be great appreciated if you could help me find a solution. | |
|
tvieson New User
Posts : 5 Join date : 2009-01-05
| Subject: Re: Trouble with TV Scraper Wed Jan 07, 2009 9:53 am | |
| Ok, found the issue which raises a suggestion. If it detects that there is an nfo already present, can you add an option to edit the existing nfo or delete and create a new nfo file. The nfo file also caused and issue were it would not detect any of the episodes in the directory. Now once Media Companion created a fresh nfo file it was able to find and detect all episodes. Other than that minor issue, the programs works flawless. Thanks for the great application. I look forward to some improvements and new features in the future. As a general suggestion on the movies, the movies that it discovers incorrectly in must cases are corrected by setting imdb to all instead of title. You may want to set this as your default as it may reduce the number of mistakes. | |
|