Why can't you just add following to local_conf.py?

VCR_PRE_REC = ('/etc/init.d/nxtvepg start ;')
VCR_POST_REC = ('/etc/init.d/nxtvepg stop ;')

* A note on the the VCR_PRE_REC and VCR_POST_REC settings: If you already are using the settings like I am for another command you will need to make a script to contain both commands (because freevo doesn't seem to like stacking commands here) and call the script instead, like:

local_conf.py:
VCR_PRE_REC = ('/home/freevo/prerecordcmds.sh ;')

prerecordcmds.sh:

/etc/init.d/nxtvepg start
/bin/aumix -l 100 -R




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to