- Moderator
- #71
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:
4. in Tables file, you set "strFileName" to the Title of the Movie.
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
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)
4. in Tables file, you set "strFileName" to the Title of the Movie.
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