Author: remi
Date: 2009-09-03 15:20:17 +0200 (Thu, 03 Sep 2009)
New Revision: 5325

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
Log:
* Fixed a bug with m3u extension and -playlist argument. Thanks to Paul and 
community.

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-09-03 13:03:26 UTC (rev 5324)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-09-03 13:20:17 UTC (rev 5325)
@@ -153,7 +153,7 @@
             uri,
         ]
         if uri.lower().find(".m3u") == -1:
-            if uri.lower().find("http") != 0:
+            if uri.lower().find("http") == 0:
                 cmd.pop(4)
         try:
             self.__process = subprocess.Popen(


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to