Author: duncan
Date: Fri Sep 22 06:49:52 2006
New Revision: 8220

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

Log:
[ 1563334 ] Patch to pass MPLAYER_AO_DEV to mplayer when watching TV
Patch applied.


Modified: branches/rel-1-5/freevo/src/tv/plugins/mplayer.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/mplayer.py   (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/mplayer.py   Fri Sep 22 06:49:52 2006
@@ -120,7 +120,7 @@
 
         # Build the MPlayer command
         args = (config.MPLAYER_NICE, config.MPLAYER_CMD, config.MPLAYER_VO_DEV,
-                config.MPLAYER_VO_DEV_OPTS, config.MPLAYER_ARGS_DEF)
+                config.MPLAYER_VO_DEV_OPTS, config.MPLAYER_AO_DEV, 
config.MPLAYER_ARGS_DEF)
 
         if mode == 'tv':
             if vg.group_type == 'ivtv':
@@ -175,7 +175,7 @@
 
         args += (tvcmd,)
 
-        mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s %s' % args
+        mpl = '--prio=%s %s -vo %s%s -ao %s -fs %s -slave %s %s' % args
 
         command = mpl
         self.mode = mode

-------------------------------------------------------------------------
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