2014-06-23, 11:25 PM
I ran into a situation where NPVR was doing a recording, but, it failed to lock the tuner.
That means, that other apps were free to use it, and NPVR didn't notice it, and it couldn't record anything after that.
Please consider adding a lock capability to NPVR.
http://www.silicondust.com/forum2/viewtopic.php?t=6710
That means, that other apps were free to use it, and NPVR didn't notice it, and it couldn't record anything after that.
Please consider adding a lock capability to NPVR.
http://www.silicondust.com/forum2/viewtopic.php?t=6710
Code:
KEY=$RANDOM
hdhomerun_config FFFFFFFF set /tuner0/lockkey $KEY
hdhomerun_config FFFFFFFF key $KEY set /tuner0/channel 128
hdhomerun_config FFFFFFFF key $KEY set /tuner0/program 3
hdhomerun_config FFFFFFFF key $KEY save /tuner0 capture.ts
hdhomerun_config FFFFFFFF key $KEY set /tuner0/lockkey none