| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #71 (permalink) |
| Portal Developer Join Date: Sep 2004 Location: Vienna, Austria
Posts: 1,509
Thanks: 3
Thanked 101 Times in 59 Posts
Country: | Hi Dukus, run some tests. I'm using Ant Movie Catalog. Results are: 1. When selecting "Download Actor thumbnails" i get immediately a System.NullReferenceException that apno01 reported a few posts ago. 2. When processing a Template, the special German characters (Umlaut) are left out. i.e. "fr" instead of "für". When importing an AMC XML catalog directly they are there. 3. On one special movie i get an exception. Removing it, the exception is gone. However it would be nice to tell me,which field you're processing, so that i can correct it. Exception is: Code: System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at GUIDVDs.DVD_DB.AddActor(DVD r) in D:\3\MY DVDS SCR\DVD_DB.cs:line 325 at GUIDVDs.DVD_DB.CreateRec(DVD r) in D:\3\MY DVDS SCR\DVD_DB.cs:line 171 at GUIDVDs.MyDVDs.GetDVDs(String fileName, String folderName) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 1081 at GUIDVDs.MyDVDs.ButImport_Click(Object sender, EventArgs e) in D:\3\MY DVDS SCR\DVDPlugin.cs:line 660 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) When selecting it in MP, i get a message that this is an unsupported extension, which is true of course. You should write the Slot number into it, so that MP Asks to insert the Disc with this number. 5. When selecting to import into the Movie Database, it makes no sense to create and maintain your own DVD Database. Would be nice if you wouldn't create it, when the option is selected. 6. You're always importing the "Original Title". Would be good to have an option to use the "Translated Title" instead of. With Template i can simply choose another field, but when reading the AMC XML file, an option would be necessary. thx, Helmut |
| | |
| | #72 (permalink) |
| Portal Developer | Updated version on : (again )www.geocities.com/dukus13ro Bugs fixed. Wait some replay A try to implement some sorting and filtering contex menu. (Next version) For hwahrmann: 1. Fixed 2. XML format not suport special caracters, must use AMC XML save 3. Fixed 4 ???? () 5. ???? 6. Solved (Option -> Use transalated title)
__________________ Hungarian MP forum |
| | |
| | #73 (permalink) |
| Retired Team Member Join Date: Feb 2005 Location: Ft Smith, AR
Posts: 2,045
Thanks: 36
Thanked 12 Times in 12 Posts
Country: | dukus - I haven't been using the newer versions of your plugin - the version I have is working good (except for the genre feature change you made back a rev or two which I wish was changed to the original manner but I can live with it - like it is now for awhile longer - I am not complaining, but would like to talk about it if you decide to make any change to the genre). But since I want to get a bigger HD and start loading my DVDs to HD I was wondering if you have (or will at sometime later) be working on an option that would allow playing the backup on the harddisk? Mike |
| | |
| | #74 (permalink) |
| Portal Developer Join Date: Sep 2004 Location: Vienna, Austria
Posts: 1,509
Thanks: 3
Thanked 101 Times in 59 Posts
Country: | Hi Dukus, thanks for the changes, everything works perfect now. Some clarification to the stuff you didn't understand: 4. Ok, i mentioned it a bit weird. will try again. AMC has a slot number, which is in my case the Label of the DVD. Would be good, if you could insert the Slot number as "DVD#" + slot number into movie.discid. This results then in a message from MP: Please insert CD/DVD DVD#001 , when you press play on the movie. 5. When i choose to import the catalog directly into the Video database of MP, you can skip the creation of your own DB for the plugin. But it dioesn't matter, i delete it anyhow after the import, since i'm not using your GUI, but the standard MyVideo of MP. thanks, Helmut |
| | |
| | #75 (permalink) |
| Retired Team Member Join Date: Feb 2005 Location: Ft Smith, AR
Posts: 2,045
Thanks: 36
Thanked 12 Times in 12 Posts
Country: | Dukus - I haven't seen you around this past month, I hope all is well. I found a new DVD catalog program you may want to also include its export file (it can export XML). The name of the application is Movie Lable 2006 - http://www.codeaero.com/movie-label/ Mike |
| | |
| | #76 (permalink) |
| Retired Team Member Join Date: Apr 2005 Location: Stuttgart Age: 42
Posts: 731
Thanks: 7
Thanked 7 Times in 7 Posts
Country: | Hi dukus, great plugin, but with latest SVN (06-04-20006) I get this error when I start configuration.exe: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.TypeLoadException: Method 'OnDisableCancel' in type 'GUIDVDs.DVD_DB' from assembly 'MyDVDs, Version=1.0.2315.35647, Culture=neutral, PublicKeyToken=null' does not have an implementation. at System.Reflection.Assembly.GetExportedTypes() at MediaPortal.Configuration.Sections.PluginsNew.load Plugins() at MediaPortal.Configuration.Sections.PluginsNew.Load All() at MediaPortal.Configuration.Sections.PluginsNew.OnSe ctionActivated() at MediaPortal.Configuration.SettingsForm.ActivateSec tion(SectionSettings section) at MediaPortal.Configuration.SettingsForm.sectionTree _AfterSelect(Object sender, TreeViewEventArgs e) at System.Windows.Forms.TreeView.OnAfterSelect(TreeVi ewEventArgs e) at System.Windows.Forms.TreeView.TvnSelected(NMTREEVI EW* nmtv) at System.Windows.Forms.TreeView.WmNotify(Message& m) at System.Windows.Forms.TreeView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Configuration Assembly Version: 1.0.2345.43199 Win32 Version: 1.0.2345.43199 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Configuration.exe ---------------------------------------- Core Assembly Version: 1.0.2345.43158 Win32 Version: 1.0.2345.43158 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Core.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Databases Assembly Version: 1.0.2345.43166 Win32 Version: 1.0.2345.43166 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Databases.DLL ---------------------------------------- DirectShowLib Assembly Version: 1.4.0.43144 Win32 Version: 1.4.0.43144 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.DirectX.Direct3D Assembly Version: 1.0.2902.0 Win32 Version: 9.05.132.0000 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Microsoft.DirectX.Direct3D.DLL ---------------------------------------- System.Runtime.Serialization.Formatters.Soap Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- RemotePlugins Assembly Version: 1.0.2345.43188 Win32 Version: 1.0.2345.43188 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/RemotePlugins.DLL ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- Microsoft.DirectX.DirectInput Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Microsoft.DirectX.DirectInput.DLL ---------------------------------------- Microsoft.DirectX Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/Microsoft.DirectX.DLL ---------------------------------------- TVCapture Assembly Version: 1.0.2345.43170 Win32 Version: 1.0.2345.43170 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/TVCapture.DLL ---------------------------------------- TaskScheduler Assembly Version: 1.1.1007.26951 Win32 Version: 1.1.1007.26951 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/TaskScheduler.DLL ---------------------------------------- System.Management Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- Dialogs Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/plugins/windows/Dialogs.DLL ---------------------------------------- LyricsEngine Assembly Version: 0.1.0.0 Win32 Version: 0.1.0.0 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/plugins/windows/LyricsEngine.dll ---------------------------------------- System.Web.Services Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- MyDVDs Assembly Version: 1.0.2315.35647 Win32 Version: 1.0.2315.35647 CodeBase: file:///C:/Programme/Team%20MediaPortal/MediaPortal/plugins/windows/MyDVDs.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> </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. After pressing "Continue" the plugin section is empty. |
| | |
| | #79 (permalink) |
| Retired Team Member Join Date: Jan 2005 Location: Berlin Age: 34
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts
Country: | It would be great if you upload the plugin and sources to the repository: http://www.team-mediaportal.com/files/ (after logging in)
__________________ Bad news from the stars... We cannot give any support without a properly filled support template and a full mediaportal.log pasted here. Before you ask... |
| | |
| | #80 (permalink) |
| Portal Developer | In this week post a new version of plugin and the source code and implement a dvd catalog (hope :lol: ). And solve some problem with genre view
__________________ Hungarian MP forum |
| | |
![]() |
| Bookmarks |
| Tags |
| dvds, remake |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backed up DVDs and playing movies from a fileserver | zicoz | MediaPortal 1 Talk | 10 | 2006-11-24 18:35 |
| Bug in DVD identification: same ID for different DVDs | RogueSquadron | General Support | 0 | 2006-10-08 15:36 |
| Dog Bollox setup - won't play most DVD's? | ChEeSyBoOfS | Codecs, External Players | 32 | 2006-08-22 15:07 |
| My Video - DVD player will not play some DVDs.... | Taipan | Fixed 0.2 RC3 Bugs | 2 | 2006-03-21 00:12 |
| FFdshow 20051208 not working with DVDs | hgelpke | Codecs, External Players | 2 | 2005-12-28 00:24 |