Changes

MythTV for Linux

1,162 bytes added, 23:24, 3 November 2014
/* troubleshoot */
The following lines were added (+) and removed (-):
=== EPG off by one hour after Daylight Saving Time ===The system time is correct, in that it changed by going ahead or back an hour as it should.  However, now the Electronic Program Guide (EPG) is off by one hour.  All of the correct programming is showing in the EPG, however, it is time shifted either ahead or back.  In the fall season when DST ends, all clocks are set back 1 hour.  The clock on the MythTV system is correct.  The program guide shows a program that is airing at 6:00pm as scheduled for 7:00pm.  To resolve, the EPG program database needs to be cleared and then MythTV needs to be allowed to repopulate the database.  Using MySQL command line interface, clear the Program table. mysql> use mythconverg; truncate table program;  Now run the MythTV Backend Setup.  Allow it to stop the Backend process.  You won't need to make any changes in the MythTV Backend Setup interface.  Exit the interface and choose "Yes" when asked if you wish to run "mythfilldatabase."Open the MythTV Frontend and select Watch TV.  Once the tuner is engaged it will start updating the EPG if you are using an OTA EPG and not a pay subscription service.
Bureaucrat, administrator
14,711
edits