it uses a config var called TV_RECORD_SERVER_NICE and is only 2 (4) lines long, but works great for me... maybe someone else needs to save some cpu cycles for watching...
Flo
*** recordserver.py.orig Sun Mar 28 14:52:19 2004 --- recordserver.py Sun Mar 28 14:52:05 2004 *************** if __name__ == '__main__': *** 992 **** --- 993,996 ---- + # fdemmer priority hack + import os + os.nice(config.TV_RECORD_SERVER_NICE) + # end of hack
