Author: dmeyer
Date: Fri Jan  5 14:07:08 2007
New Revision: 2353

Modified:
   trunk/popcorn/src/backends/mplayer/config.cxml

Log:
Add options like freevo has in the config. The question is
if we need this options in a config file or make easier
switches in the config and do some hardcoding in the
backend itself.


Modified: trunk/popcorn/src/backends/mplayer/config.cxml
==============================================================================
--- trunk/popcorn/src/backends/mplayer/config.cxml      (original)
+++ trunk/popcorn/src/backends/mplayer/config.cxml      Fri Jan  5 14:07:08 2007
@@ -43,4 +43,20 @@
         <desc lang="en">Deinterlacer video filter to use</desc>
     </var>
 
+    <dict name="options">
+        <desc lang="en">
+            Special mplayer options based on the file type (extention or
+            scheme). Note: this variable may be deleted in the future.
+        </desc>
+        <var type="str"/>
+        <set key="default" value="-cache 5000"/>
+        <set key="dvd" value="-cache 8192"/>
+        <set key="vcd" value="-cache 4096"/>
+        <set key="cd" value="-cache 1024 -cdda speed=2"/>
+        <set key="dvb" value="-cache 1024"/>
+        <set key="avi" value="-cache 5000"/>
+        <set key="rm" value="-cache 5000 -forceidx"/>
+        <set key="rmvb" value="-cache 5000 -forceidx"/>
+    </dict>
+
 </config>

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