Bart,

I added this as a hack. you can use it in the config file. it will work
if it is not there. It is not the ultimate solution however. Rob at some
point will be adding an event for when a recording stops. At that point
we will move the fxd generation to that point and then can snoop in the
directory and grab the correct file with the correct extension. but for
now if you now you always have nuv files than you can just set that in
the config.

Mike

On Thu, 2004-02-12 at 03:24, Bart Heremans wrote:
> Hi,
> 
> I have some problems with the fxd files that the recordserver creates. It
> is always .mpeg and not .nuv or .avi like I would.
> I was looking in the code and I saw this (recordserver.py) :
> 
> -------------------------------------------------------------
> def create_fxd(self,rec_prog):
>     from util.fxdimdb import FxdImdb, makeVideo
>     fxd = FxdImdb()
>     fxd.setFxdFile(config.TV_RECORD_DIR + '/' + rec_prog.filename, overwrite
> = True)
> 
>     fileext = '.mpeg'
>     if hasattr(config, "DEFAULT_REC_EXT") and config.DEFAULT_REC_EXT:
>       fileext = config.DEFAULT_REC_EXT
> -------------------------------------------------------------
> 
> It uses the config.DEFAULT_REC_EXT, nice but I don't see DEFAULT_REC_EXT
> in freevo_config.py or the local.conf.example. Maybe soem can add this variable
> in one of this files ?
> 
> Bart
> 
> 
> 
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Freevo-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to