[mythtv-users] cant access some recordings wneh I changed my machine's hostname and domain name

Edward Wildgoose edward.wildgoose at frmhedge.com
Sat Apr 19 23:22:02 UTC 2003



> I'd use run an UPDATE on the recorded table and SET hostname = "whatever"
> 
> It might screw-up the starttimes because they seem to update to NOW for 
> some reason. Atleast they did on my machine. I had to go in and change 
> them to what was in the filenames. Luckily I only had 3 files.

perhaps something like

update table
set hostname = "whatever", 
    starttime=startime

Updating the field to be the original value *may* stop it changing...


More information about the mythtv-users mailing list