[mythtv-users] no channel lock - live TV

Andrew Williams andy at tensixtyone.com
Thu May 1 21:00:11 UTC 2008


2008/5/1 nick <boexli at gmx.net>:

>  thanks a lot for this - but I dont realy know much about SQL and how to
>  manually change the data w/o creating inconsitencies. Is there mybe a step by
>  step instruction how to get this fixed?
>

There's a script on that bug that accordingly fixes it, i've not tried
it myself so I don't know. YMMV, and please backup first.

First, you want to check that your actually having that issue, run the
following SQL to get a dump of your channels, frequency and service
ids then compare it to your working channels.conf

select channel.name, dtv_multiplex.frequency, channel.serviceid from
dtv_multiplex,channel where channel.mplexid = dtv_multiplex.mplexid

If the freqs are different then it could be that bug.

-- 
Andrew Williams
w: http://tensixtyone.com/
e: andy at tensixtyone.com


More information about the mythtv-users mailing list