by BaddaBing on Thu Apr 28, 2005 1:51 am
Look for (') apostrophes, (#) pound and (&) single ampersands in the names of your files as they are reserved characters in XML and will cause the problems you are experiencing.
I.E.
This is bad a bad XML title -> Joe & Ted's Excellent Adventure #4
This would work -> Joe_and_ Teds_excellent_adventure_number_4
The easiest way to do this would be to scan the directory your videos are stored in using the find utility in windows file explorer - do a search for each of the characters (', #, &) and if you find a file with any offending characters - go to that file and edit the name to remove any illegal characters - then run the import again.