Re: Re: [Freevo-users] Freevo and VCR_CMD script support

2005-02-22 Thread Adam Weichman
Actually, I found that I wasn't restarting the recordserver after each edit of the config file. Once I started doing this Freevo seemed to work correctly. Also, to respond to the PRE and POST options: I could change the command and use the VCR_PRE_CMD and POST options, but then I have to resta

Re: [Freevo-users] Freevo and VCR_CMD script support

2005-02-21 Thread Bart Heremans
If the VCR_CMD is recording fine minus the audio. Then you can use it and use VCR_PRE_REC and VCR_POST_REC scripts for the sound, that way you won't have problems stopping a recording when it is busy, you will when you use a shell script for recording. see : http://freevo.sourceforge.net/cgi-bin/d

Re: [Freevo-users] Freevo and VCR_CMD script support

2005-02-21 Thread Geert Decorte
Anything specific in the /var/log/freevo/recordserver-0.log ?? > Hello, > > I am having some trouble using the local_config.py to make freevo use an > external script to record TV. This is my line: > > VCR_CMD = ('/home/morsub4u/vcr_cmd_list %(channel)s %(seconds)s > "%(filename)s"') > > Now, thi