[mythtv-users] mythfilldatabase --do-channel-updates failing

Gary Buhrmaster gary.buhrmaster at gmail.com
Thu Mar 15 20:56:25 UTC 2012


On Thu, Mar 15, 2012 at 20:23, Brian Long <briandlong at gmail.com> wrote:
....
> It stinks that there's no way to know when a lineup change is about to come
> and screw up the recordings.  I asked SchedulesDirect if they could notify
> me when a lineup change occurs, but they cannot at this time.

<conjecture>
I suppose you could write a script that pulls the schedule direct
lineup data using tv_grab_na_dd and compares with your copy
from yesterday to determine if a change has occured.  You
would likely have to do some xml parsing, and probably use the
MythTV bindings to select the lineup and channels that you care
about to avoid false positives.  Probably a useful script to contribute
to the wiki.
</conjecture>

> I've not been checking the exit status of "mythchanger" with the 4250HDC, so
> MythTV just records blindly.  I've just added logic to my channel-change
> script to log if it exits with non-zero and "exit 1", but I'm not sure
> mythchanger can detect failed channel changes.

It might catch the 'channel nnn is no more, it is has moved to mmmm'
case where channel nnn no longer exists, but it would probably not
catch the 'channel nnn content is no longer TWC, it is now HSN'
(which my local cableco has done in the past as part of their
channel 'rationalization').  But anything is better than nothing.
Good luck.

Gary


More information about the mythtv-users mailing list