Author: duncan
Date: Thu Jan 25 20:01:06 2007
New Revision: 9053

Modified:
   branches/rel-1/freevo/src/tv/plugins/generic_record.py

Log:
[ 1642932 ] No frequencies in mencoder command
Fix applied, added frequencyMHz


Modified: branches/rel-1/freevo/src/tv/plugins/generic_record.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/generic_record.py      (original)
+++ branches/rel-1/freevo/src/tv/plugins/generic_record.py      Thu Jan 25 
20:01:06 2007
@@ -77,6 +77,7 @@
 
         cl_options = { 'channel'  : rec_prog.tunerid,
                        'frequency' : frequency,
+                       'frequencyMHz' : float(frequency) / 1000,
                        'filename' : rec_prog.filename,
                        'base_filename' : os.path.basename(rec_prog.filename),
                        'title' : rec_prog.title,

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to