Hi,

I try the webradio functionality of Freevo 1.3.4, and I notice that the
mplayer_options tag in .fxd files does not seem to be read by
audioitem.py.

I attach a patch that solve this problem.

Regards,

David

--- src/audio/audioitem.py.orig 2003-08-02 21:04:59.000000000 +0200
+++ src/audio/audioitem.py      2003-08-17 17:49:12.000000000 +0200
@@ -274,6 +274,9 @@
                     self.url = data
                     print "URL:", self.url
                     glob_name = 0
+                if glob_name == 'mplayer_options':
+                    self.mplayer_options = data
+                    glob_name = 0
         prs = xml.parsers.expat.ParserCreate()
         prs.StartElementHandler = s_el
         prs.EndElementHandler = e_el
b



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to