2006-07-19, 04:55 AM
Tonight I updated from 96.12 to 97.13 and then converted the database to SQLLite using the ChangeDatabase.exe utility. Things went pretty well. The main problem I have is that some recordings are now showing as manual with no title and no description. I have attached my logs and my exported recordings XML files. Below is an example of what I am referring to. I am mainly looking for a way to get the information from my backup export file into the database. I tried a few things and it says the show is already in the database or the file has moved.
Before:
<recording>
<filename>E:\pvrdump\Caillou\Caillou_20060421_10001030.mpg</filename>
<channel>13 WILL</channel>
<status>READY</status>
<startTime>2006-04-21 10:00:00</startTime>
<endTime>2006-04-21 10:30:00</endTime>
<title>Caillou</title>
<subtitle>Machines! Brrrrrmmm!</subtitle>
<description>Caillou and his mother take the subway; recycling; remote-control robot.</description>
<uid>EP2335490098</uid>
</recording>
After:
<recording>
<filename>E:\pvrdump\Caillou\Caillou_20060421_10001030.mpg</filename>
<channel>13 WILL</channel>
<status>READY</status>
<startTime>2006-04-21 10:00:00</startTime>
<endTime>2006-04-21 10:30:00</endTime>
</recording>
Before:
<recording>
<filename>E:\pvrdump\Caillou\Caillou_20060421_10001030.mpg</filename>
<channel>13 WILL</channel>
<status>READY</status>
<startTime>2006-04-21 10:00:00</startTime>
<endTime>2006-04-21 10:30:00</endTime>
<title>Caillou</title>
<subtitle>Machines! Brrrrrmmm!</subtitle>
<description>Caillou and his mother take the subway; recycling; remote-control robot.</description>
<uid>EP2335490098</uid>
</recording>
After:
<recording>
<filename>E:\pvrdump\Caillou\Caillou_20060421_10001030.mpg</filename>
<channel>13 WILL</channel>
<status>READY</status>
<startTime>2006-04-21 10:00:00</startTime>
<endTime>2006-04-21 10:30:00</endTime>
</recording>