[mythtv-users] Prime Update Script Updated

Kirk Bocek t004 at kbocek.com
Mon Apr 29 14:28:58 UTC 2013


My Prime Update Script has been updated to fix some breakage caused by 
the recent 20130328 firmware update to the HDHR Prime firmware:

http://www.mythtv.org/wiki/PrimeUpdateScript

It's a simple, one line patch. If you don't want to install the whole 
script and have to reconfigure it, you can manually edit your existing 
file by finding the line:

     `$prog{hrconfig} $primeid set /tuner2/vchannel 0`

at line 130 and edit it to read:

     `$prog{hrconfig} $primeid set /tuner2/channel none`

In short, the new firmware no longer accepts the "vchannel 0" syntax I 
was previously using. I tested the "none" syntax with recent firmware 
and it seems to still work. So you should be able to make this change 
with older firmware and be ready for a future update.

Kirk Bocek



More information about the mythtv-users mailing list