2014-08-23, 10:35 PM
After moving the file location of recordings, I had to use vidimport to batch import them all. his worked pretty well, except for shows with apostrophes (') and ampersands (&) like thomas and friends, the xml file contained an extra code for the ampersand of the code that represents the character. For example
Instead of & in the xml file, representing '&' the xml file contained &
To fix this, I had to flag import=off for vidimport, and do a search & replace for & and ' after which everything imported OK.
Not sure if this util is still in active dev, but I thought i'd post the solution in case others find the issue too. This could go in the wiki page (don't think I have edit rights)
Instead of & in the xml file, representing '&' the xml file contained &
To fix this, I had to flag import=off for vidimport, and do a search & replace for & and ' after which everything imported OK.
Not sure if this util is still in active dev, but I thought i'd post the solution in case others find the issue too. This could go in the wiki page (don't think I have edit rights)