I'm not sure to be honest, because I haven't used it in awhile (I
bought an ivtv card) and I almost am not sure if python allows you to
chain commands together in the VCR_CMD using ';' between commands.

Aubin


On Sat, Oct 11, 2003 at 12:17:42PM -0400, Alan Murrell wrote:
> Hi Aubin,
> 
> Actually, I installed xawtv-control, and I think I can
> control channel changing using 'v4lctl' to do the
> channel changing.  Here is my VCR_CMD now:
> 
> --- VCR_CMD ---
> VCR_CMD = ('/usr/bin/v4lctl setnorm NTSC; ' +
>            '/usr/bin/v4lctl setchannel %(channel)s; '
> +
>            '/usr/local/freevo/runtime/apps/mp1e ' +
>            '-v ' +
>            '-m3 ' +
>            '-p/dev/dsp1 ' +
>            '-r14,100 ' +
>            '-S32 ' +
>            '-a0 ' +
>            '-c/dev/video0 ' +
>            '-s640x480 ' +
>            '-b3 ' +
>            '-n%(timecode)s ' +
>            '-o %(filename)s.mpg')
> --- VCR_CMD ---
> 
> However, the traceback looks the same:
> 
> --- TRACEBACK ---
> 2003/10/11 09:00 PDT [*RecordServer*] Traceback (most
> recent call last):
>           File
> "/usr/local/freevo-1.4-rc1/runtime/lib/python2.2/site-packages/twisted/python/log.py",
> line 52, in callWithContext
>             return context.call({ILogContext: newCtx},
> func, *args, **kw)
>           File
> "/usr/local/freevo-1.4-rc1/runtime/lib/python2.2/site-packages/twisted/python/context.py",
> line 32, in callWithContext
>             return func(*args,**kw)
>           File
> "/usr/local/freevo-1.4-rc1/runtime/lib/python2.2/site-packages/twisted/internet/default.py",
> line 122, in run
>             self.mainLoop()
>           File
> "/usr/local/freevo-1.4-rc1/runtime/lib/python2.2/site-packages/twisted/internet/default.py",
> line 130, in mainLoop
>             self.runUntilCurrent()
>         --- <exception caught here> ---
>           File
> "/usr/local/freevo-1.4-rc1/runtime/lib/python2.2/site-packages/twisted/internet/base.py",
> line 368, in runUntilCurrent
>             call.func(*call.args, **call.kw)
>           File "./src/helpers/recordserver.py", line
> 698, in minuteCheck
>             self.record_app.Record(rec_prog)
>           File
> "/usr/local/freevo-1.4-rc1/src/tv/plugins/generic_record.py",
> line 92, in Record
>             self.rec_command = config.VCR_CMD %
> cl_options
>         exceptions.KeyError: timecode
> --- TRACEBACK ---
> 
> However, I think the problem may be a little more than
> that, since if I use the above mp1e commands on the
> command line, nothing gets recorded; it just sort of
> sits there, so I will see if I can get that working
> first, but in the meantime, any ideas on what the
> traceback is showing would be appreciated.
> 
> TIA,
> 
> Alan
> 
> 
> 
> 
> 
> 
> ______________________________________________________________________ 
> Post your free ad now! http://personals.yahoo.ca
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to