<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 1/16/24 09:34, Steve Greene wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAJMGAonnAn6esyXPYG4o6jLP-rZOp8cZ6iYc1OuNPVrD8bcUfQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div>I'm not sure if this is a bug or a residual issue from
creating my listings. I have a non-standard setup, with both
Verizon FIOS and OTA sources. The documentation wasn't much
help with this use case, but I discovered that I could create
mid-tier config files for each source, with a master config
that combined both.</div>
<div><br>
</div>
<div>My problem relates to the long process of editing the
listings. One channel, Discovery, I inadvertently left out of
the listings. I had to go back into to edit the whole source
to get it back. Since then, the listings for Discovery don't
show up in the guide, but the information is there, since my
recording rules will pickup programs on that channel. I've
gone back to edit the source several times, but it doesn't fix
the issue. <br>
</div>
<div><br>
</div>
<div>By the way, is anyone working on a gui for this editing
process? There are too many channels for me to edit without
hours of work.<br>
</div>
<div>
<div>
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div><br>
</div>
<div>Steve Greene<br>
(301) 842-8923</div>
<div><a
href="http://historicity.co"
target="_blank"
moz-do-not-send="true">historicity.co</a><br>
</div>
An independent archival
professional specializing in still
photography, moving images and
recorded sound.<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
<p>Are you using tv_grab_zz_sdjson_sqlite?</p>
<p>If so, you can update the selected channels using sqlite3.</p>
<p>Find your sqlite database (file with extension DB in the .xmltv
directory)<br>
</p>
<p>sqlite3 xxx.DB<br>
update channels set selected = 1 where channum = 123;<br>
update channels set selected = 1 where channum = 124;<br>
etc.</p>
<p>If you want to unselect one set selected = 0<br>
update channels set selected = 0 where channum = 999;<br>
</p>
<p>There is also a script in the wiki at
<a class="moz-txt-link-freetext" href="https://www.mythtv.org/wiki/XMLTV#Channel_selection_shortcut">https://www.mythtv.org/wiki/XMLTV#Channel_selection_shortcut</a> . I
have not tried it. </p>
<p>If you are using <span
style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">tv_grab_zz_sdjson
there is a shortcut in the wiki at
<a class="moz-txt-link-freetext" href="https://www.mythtv.org/wiki/XMLTV#Channel_selection_shortcut_2">https://www.mythtv.org/wiki/XMLTV#Channel_selection_shortcut_2</a> .<br>
</span></p>
<p>
</p>
<p>Peter<br>
</p>
</body>
</html>