<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 9, 2015 at 4:07 PM, Jerome Yuzyk <span dir="ltr"><<a href="mailto:jerome@supernet.ab.ca" target="_blank">jerome@supernet.ab.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>
<div style="font-family:"Courier 10 Pitch";font-size:10pt;font-weight:400;font-style:normal">
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">Now I know why Shaw Cablesystems wouldn't adjust their "Cable" lineup to exclude channels that weren't analog anymore: they're finally pulling the analog plug completely. So, I need to crack open my DCT-700 STB and feed it into one of the two tuners on my PVR-500 MCE kit.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">This is how I hope it goes:</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Connect the DCT-700 to my cable line and a monitor I have that has composite input, so I can initialize it. </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Connect DCT-700 composite out to the composite in on the PVR-500 and that will be Tuner1:Composite (dev/video0) connected to the "CableDigital" source I use for my HD box already. It will become secondary to the HD box. No need to delete and recreate anything.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Delete the old Tuner1/2 definitions and "Cable" source</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Plug the MCE kit's IR extender into the IR receiver and stick the emitter on the DCT-700 and follow <a href="https://help.ubuntu.com/community/Motorola_DCT700_Channel_Change_Script" target="_blank">https://help.ubuntu.com/community/Motorola_DCT700_Channel_Change_Script</a> to get channel-changing.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">  ? Does everyone use the script from that page or is there a better one?</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Delete my SchedulesDirect "Cable" lineup.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">- Profit!</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">Anything I'm missing here? Anyone using a DCT-700 with a PVR-500? Gotchas?</p>
<p style="margin:0px;text-indent:0px"> <br></p></div></blockquote><div> </div><div>I'm using a box which uses the same codes as the DCT700 with a PVR-500 on Comcast in California. I think your plan is generally good, except I use the generic "LircChannelChanger" script from the MythTV Wiki here: <a href="https://www.mythtv.org/wiki/LircChannelChanger">https://www.mythtv.org/wiki/LircChannelChanger</a>  I use it with the following configuration file:<br>#<br># Configuration file for the LircChannelChanger script<br>#<br># Except for the configfile option, all other options<br># specified on the command line can be specified in<br># this file.  Comments ('#') are stripped, and options<br># that are not prefixed with '--' have the '--' added.<br>#<br># The main reason for supporting a configfile is<br># that the command line for the LircChannelChanger script<br># could exceed the 128 character (database) size limits<br># if many options were specified (and fully typed out).<br># In particular, the before or after commands with long<br># remote strings.<br>#<br>remote          DCT700      # lirc remote name<br>tdelay          0.5         # Delay after setting transmitter<br>delay           0.5         # .5 seconds is long enough for reliable tuning<br>rdelay          0.5         # Add in .5 seconds for debounce compensation<br>                            # compensation (not clear if needed)<br>channeldigits   3           # Tunes faster with 3 digits (no timeout reqd)<br>digitprefix     KEY_        # lirc file has keys prefixed with KEY_<br>                            # so sending 0 requires the name KEY_0<br>beforekeys      KEY_EXIT    # Return from extended info screen, if on it<br><br><br></div><div>These timings work well for me. You may need to play with (or eliminate) the beforekeys because your box software may be different than mine. I call it (the "external channel changer command") with this line:<br>/usr/share/lirc/remotes/LircChannelChanger.pl --configfilename=/etc/lirc/LircChannelChanger-DCT700 --transmitter=1<br><br></div><div>I also have a DTA so I have to set the transmitter. You *may* be able to skip this if you have only one transmitter.<br><br></div><div>Good luck!<br><br></div><div>Karl<br></div></div></div></div>