Hi
If you can no longer access your recorded tv (nothing or only a few things there) then try the following:
1. Open the database on the TV server
2. Find the table dbo.recording (this in in SQL Express - dont know about mySQL)
3. look at the idChannel column
4. if there are any entries with a -1 then change them to something else - wont really matter as long as it is a positive integer
5. open MP and there are your recordings
It seems to be related to messing with the TV tuner cards and or channels. I accidently hit 'clear' on the tv channels (could do with a warning here) and it wiped them all. When I re-tuned, I lost the recorded tv.
even deleting the database and re-importing the recorded tv did not work. I suspect there is something linking the recording to the card, and if the card pid has changed it dumps in a -1 which at some point caused the reading of the table to bomb - if idChannel < 0 then movenext
