<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2012-09-27, at 12:23 AM, Adrian Fox wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">Is there a reason that not external channel changer can be specified and, more importantly, is there a way to make one appear?&nbsp;<span class="Apple-converted-space">&nbsp;</span><br></span></span></blockquote></div><div><br></div><div>I got around this limitation by hanging a script off the backend's "RecStarted" event. The event fires for all recordings on all cards but as one of the script parameters you can get the card id to test for the device you want controlled. Have a look yonder: <a href="http://www.mythtv.org/wiki/MythTV_System_Events">http://www.mythtv.org/wiki/MythTV_System_Events</a></div><div><br></div><div>When I first deployed my script I found there were multiple rec started events getting published for each recording so I added a little something to deal with that but otherwise it's strait-forward and reliable. My script has been working great for around two years.</div><br><div>- George</div></body></html>