<br><br><div class="gmail_quote">On Tue, Jul 3, 2012 at 8:10 AM, Joseph Fry <span dir="ltr"><<a href="mailto:joe@thefrys.com" target="_blank">joe@thefrys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div><div class="h5">On Tue, Jul 3, 2012 at 10:45 AM, Scott Chevalley <span dir="ltr"><<a href="mailto:avalon@osguru.org" target="_blank">avalon@osguru.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 07/03/2012 10:24 AM, Joseph Fry wrote:<br>
> On Tue, Jul 3, 2012 at 7:40 AM, David Watkins <<a href="mailto:watkinshome@gmail.com" target="_blank">watkinshome@gmail.com</a><br>
</div><div>> <mailto:<a href="mailto:watkinshome@gmail.com" target="_blank">watkinshome@gmail.com</a>>> wrote:<br>
><br>
> On 2 July 2012 04:20, Monkey Pet <<a href="mailto:monkeypet@gmail.com" target="_blank">monkeypet@gmail.com</a><br>
</div><div><div>> <mailto:<a href="mailto:monkeypet@gmail.com" target="_blank">monkeypet@gmail.com</a>>> wrote:<br>
> > Hi all, I have a HD prime with comcast. I am wondering how I force mythtv<br>
> > to delete all the non-tunable channels. I have been doing it manually after<br>
> > having it retrieve the lineup from schedulesdirect. However, I am wondering<br>
> > if there is a much faster method to do it, since there are hundreds of<br>
> > channels. Also can I access the channel editor from the mythfrontend? I<br>
> > have been going through mythtvsetup to do my channel editing. Thanks.<br>
><br>
><br>
> If you already know what channels you want to delete then maybe you<br>
> can use a modified version of the script on the this page?<br>
><br>
> <a href="http://www.mythtv.org/wiki/UK_Channel_Assignments" target="_blank">http://www.mythtv.org/wiki/UK_Channel_Assignments</a><br>
><br>
> It doesn't necessarily save a lot the first time you use it, but it<br>
> makes sorting things out following a channel rescan much easier.<br>
><br>
><br>
> I simply change the "visible" flag using the MythWeb channel editor. I also do<br></div></div></blockquote></div></div></div></blockquote><div><br></div><div>MythWeb was the fastest way. However, I found going straight to the mySQL also really easy especially for bulk channel modifications. After speeding a few hours, I think I have my channel lineup just right.</div>
<div><br></div><div>(backup your db first)</div><div><br></div><div>Here are some example mysql cmds:</div><div><br></div><div>(example select)</div><div>select channum,callsign,name,visible from channel where callsign like '%radio%';</div>
<div><br></div><div><div>(example update)</div><div>update channel set visible=0 where channum >= 400 and channum <= 420;</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
> this for channels that I know I'll never watch so they don't clutter up my guide<br>
> and search results (seems like every show on the home shopping channels appear<br>
> as a new series when I do a search).<br>
><br>
><br>
</div></div>> This body part will be downloaded on demand.<br>
><br>
<br>
I'm interested in doing this as well since Verizon FIOS is going to start<br>
marking some channels copy-once at the end of the month. I have 3 of the<br>
Hauppauge DCR-2650, which are very similar to the HDHR Prime, and I find if I<br>
tune to a channel marked as anything other than copy freely the frontend I'm<br>
using freezes on a black screen. All of my frontends are using moderately old<br>
nvidia cards, mostly gforce 210's, although I do some testing with an old Dell<br>
D820 with some mobile nvidia chipset. Is this normal, because that will making<br>
looking through the channels for copy-once channels to delete rather time consuming.<br>
<br>
Thanks!</blockquote><div><br></div></div></div><div>Removing the visible flag with mythweb is the fastest way to prevent channels from being tuned, and it has the advantage of being easily reversed. Removing the channel from your lineup on SchedulesDirect (if you use it) will prevent the guide data from being downloaded, so I often do both to speed up the mythfilldatabase process.</div>
<div><br></div><div>I use QAM and had to scan for channels and link the xmlid's manually... if your channels were created based purely upon your schedulesdirect listings, then just editing the channels there may be adequate.</div>
</div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>