<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>&gt; From: "Nick Morrott" &lt;knowledgejunkie@gmail.com&gt;<br>&gt; To: "Discussion about mythtv" &lt;mythtv-users@mythtv.org&gt;<br>&gt; Sent: Sunday, November 22, 2009 10:30:27 AM GMT -08:00 US/Canada Pacific<br>&gt; Subject: Re: [mythtv-users] Working around a lack of a IR Blaster<br>&gt; 2009/11/22 &nbsp;&lt;stefan_jones@comcast.net&gt;:<br>&gt; &gt; I don't have a working IR Blaster but want to record a few select shows.<br>&gt; &gt;<br>&gt; &gt; Shouldn't this work?<br>&gt; &gt;<br>&gt; &gt; Set up Analog video tuner card.<br>&gt; &gt;<br>&gt; &gt; Configure Input Connection to set tuner to a given channel (3).<br>&gt; &gt;<br>&gt; &gt; Connect output of STB to tuner. Set the STB to the desired channel.<br>&gt; &gt;<br>&gt; &gt; Put some dummy command in the outside tuner command line.<br>&gt; <br>&gt; Using /bin/true is the recommended way to 'fool' MythTV into thinking<br>&gt; channel changing was successful in this scenario.<br>&gt; <br>&gt; &gt; Record anything in the appropriate time slot to make the tuner record from<br>&gt; &gt; the STB for the appropriate length of time.<br>&gt; &gt;<br>&gt; &gt; Now, I tried this out this afternoon. First I tried watching Live TV on the<br>&gt; &gt; Analog tuner. I saw the appropriate channel . . . the one that the STB was<br>&gt; &gt; tuned to.<br>&gt; <br>&gt; Expected if you have one or more tuners in the machine and (if more<br>&gt; than 1 tuner) you configured the analog tuner's input connection<br>&gt; _last_ in mythtv-setup. This gives the tuner the lowest recording<br>&gt; priority (as long as you have not made any other tuner/channel/LiveTV<br>&gt; priority changes) and will be used first for LiveTV.<br>&gt; <br>&gt; &gt; Then I tried a test record. No dice. If I'm looking at the right messages,<br>&gt; &gt; another (digital) channel tried to tune in.<br>&gt; <br>&gt; This is again expected if the digital tuner(s) has a higher priority<br>&gt; for _scheduled_ recordings. If you want to test the analog tuner for<br>&gt; scheduled recordings, you need to tell the scheduler to prefer to use<br>&gt; the analog tuner over other possibly higher-preference inputs. You can<br>&gt; do this in the scheduling options for each recording rule where you<br>&gt; want this to be the case.<br>&gt; <br>&gt; &gt; Do I need&nbsp; to "scrub" the channels for the video source so they have no<br>&gt; &gt; tuning information? It seems to me that the Input Connection's channels just<br>&gt; &gt; need to supply a channel number . . . no tuning information that might cause<br>&gt; &gt; a digital tuner to try to take over.<br>&gt; <br>&gt; If you are using a video source that relies on using an external<br>&gt; channel change script, you need to ensure that each channel configured<br>&gt; on that input has a valid frequency value. In the case of controlling<br>&gt; an STB, it is the digits you want passed to the changer script.<br>&gt; <br>&gt; A lack of tuning information will cause the recording to fail -<br>&gt; another tuner will not try to take over.<br><br>Thanks, I think I've got things working.<br><br>For posterity:<br><br>* The error messages from the digital recorder in the mythfrontend console output were a red herring. I have two "ghost tuners" from a previous install. They don't show up in mythtvsetup, but their being in the DB causes errors on exit from mythtvsetup ("Tuner 8 is pointed at channel 71 which doesn't exist") and when mythfrontend starts up. I guess I'll have to use SQL to remove them.<br><br>* I changed priorities so that the analog tuner is 0, and the three digital tuners ranked 1,2 and 3. <br><br>* I removed all of the channels from the analog card's lineup that overlap with the digital card's range. (The digitals listen to the clear QAM stations on the cable signal . . . essentially the broadcast HD lineup plus SD digital versions of the low-tier cable TV channels; I added a "D" to the channel number to differentiate them. The analog tuner has its own lineup, consisting of the upper-tier cable channels that are now only viewable via the STB.)<br><br>* I wrote a little script called changechannel.sh to plug into the external tuner command line field. It writes the cable channel passed to it to a file. I'll eventually include the date as well. This will come in handy for debugging when the IR transmitter is functional.<br><br>* I was able to record two shows in a row. They look fine. The STB has a nice strong analog signal for the PVR-150 to pick up.<br><br>Thanks again.<br><br>Stefan<br></div></body></html>