Okay, still trying to get this to work, and I have
found one of my problems: a lot of the posts I read
indicated that I need to use '%(timecode)s' for the -n
argument of mp1e, however, I kept getting the
following error:

-----
          File
"/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/log.py",
line 52, in callWithContext
            return context.call({ILogContext: newCtx},
func, *args, **kw)
          File
"/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/python/context.py",
line 32, in callWithContext
            return func(*args,**kw)
          File
"/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/default.py",
line 122, in run
            self.mainLoop()
          File
"/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/default.py",
line 130, in mainLoop
            self.runUntilCurrent()
        --- <exception caught here> ---
          File
"/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/internet/base.py",
line 411, in runUntilCurrent
            call.func(*call.args, **call.kw)
          File
"/usr/local/freevo/src/helpers/recordserver.py", line
745, in minuteCheck
            self.record_app.Record(rec_prog)
          File
"/usr/local/freevo/src/tv/plugins/generic_record.py",
line 103, in Record
            self.rec_command = config.VCR_CMD %
cl_options
        exceptions.KeyError: u'timecode'
-----

When I looked at line 103 of generic_record.py, I only
saw definitions for 'channel', 'filename', and
'seconds'; no 'timecode'.

For anyone currently using mp1e: how do you pass the
time argument to mp1e?  From what I can tell, the '-n'
switch only accepts either the number of frames or a
hh:mm:ss type of time argument.  I suppose in my
script, I could pass '%(seconds)s' and have it
calculate the number of frames (29.97 * %(seconds)s),
but that seems clunky.  I will give it a try, however.

In the meantime, any other light you could shed on
this would be appreciated.

Alan Murrell


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to