[mythtvnz] Diagnosing recording wrong channel

Steve Hodge stevehodge at gmail.com
Thu Jun 21 09:36:38 BST 2012


On Thu, Jun 21, 2012 at 7:37 PM, Stephen Worthington <
stephen_agent at jsw.gen.nz> wrote:

> So if all those rows with mplexid = NULL are not valid analogue
> channels, this command should delete them:
>
> delete from channel where chanid > 1035 and chanid <= 1053 and mplexid
> = NULL;
>

Alternatively, if you'd prefer to keep them but not use them:
update channel set visible = 0 where chanid > 1035 and chanid <= 1053 and
mplexid
= NULL;


> If they are valid analogue channels, then this should give them lower
> priority than the DVB-T channels:
>
> update channel set recpriority = -1 where chanid > 1035 and chanid <=
> 1053 and mplexid = NULL;
>

If you do keep them you'll want to fix up the tuning data (freqid).

Cheers,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ourshack.com/pipermail/mythtvnz/attachments/20120621/532f95b4/attachment.html>


More information about the mythtvnz mailing list