[mythtv-users] mythfilldatabase not running automatically?
Bill Meek
keemllib at gmail.com
Wed Jan 12 15:37:36 UTC 2022
On 1/12/22 7:56 AM, James Abernathy wrote:
> | MythFillDatabaseLog | /var/log/mythtv | NULL |
> | MythFillDatabasePath | /usr/bin/mythfilldatabase | NULL |
> | MythFillEnabled | 1 | NULL |
> | MythFillFixProgramIDsHasRunOnce | 1 | crw-pvr |
> | MythFillFixProgramIDsHasRunOnce | 1 | crw-pvr |
> | MythFillGrabberSuggestsTime | 0 | NULL |
> | MythFillMaxHour | 16 | NULL |
> | MythFillMinHour | 16 | NULL |
MythFillDatabaseLog doesn't exist, at least in the v32Pre code base, harmless
MythFillDatabasePath must be mythfilldatabase, any other value, like a full
path name will *prevent* mythfilldatabase logging.
MythFillFixProgramIDsHasRunOnce, I've only got one. Probably harmless.
MythFillMaxHour and Min are the same, that looks like a change just for
testing. Not the original 0-5AM.
I'd also look at the timestamps in housekeeping:
mysql> SELECT * FROM housekeeping WHERE tag='MythFillDB';
+------------+----------+---------------------+---------------------+
| tag | hostname | lastrun | lastsuccess |
+------------+----------+---------------------+---------------------+
| MythFillDB | NULL | 2022-01-12 09:00:02 | 2022-01-12 09:00:02 |
+------------+----------+---------------------+---------------------+
Once MythFillDatabasePath is corrected, I'd run the backend with -v system,xmltv
and there may be clues in the mythfilldatabase.log (or wherever you log to).
--
Bill
More information about the mythtv-users
mailing list