Author: duncan
Date: Sat Jan 13 06:55:16 2007
New Revision: 8973

Removed:
   branches/rel-1/freevo/src/audio/plugins/xmradioplayer.py
Modified:
   branches/rel-1/freevo/local_conf.py.example
   branches/rel-1/freevo/src/audio/plugins/mplayer.py

Log:
[ 1634480 ] XM radio online overkill
Patch from Justin Wetherell applied


Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Sat Jan 13 06:55:16 2007
@@ -1361,6 +1361,22 @@
 # COMMDETECTSERVER_IP   = 'localhost'
 # COMMDETECTSERVER_PORT = 6667
 
+# ======================================================================
+# Freevo xmradio plug-in settings:
+# ======================================================================
+# plugin.activate('audio.xmradio')
+# XM_CMD='mplayer'
+# XM_USER='your email address'
+# XM_PASS='your password'
+# XM_RATE='high'
+# XM_STATIONS = [
+#     ('The 60s', '6'),
+#     ('The 70s', '7'),
+#     ('The 80s', '8'),
+#     ('The 90s', '9'),
+#     ...etc...
+#     ('High Voltage', '202')
+# ]
 
 # ======================================================================
 # Freevo builtin rss server settings:

Modified: branches/rel-1/freevo/src/audio/plugins/mplayer.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/mplayer.py  (original)
+++ branches/rel-1/freevo/src/audio/plugins/mplayer.py  Sat Jan 13 06:55:16 2007
@@ -128,6 +128,9 @@
         if item.network_play and ( str(filename).endswith('m3u') or 
str(filename).endswith('pls')):
             is_playlist = True
 
+        if str(filename).find(".jsp?"):
+            is_playlist = True
+
         if item.network_play:
             extra_opts += ' -cache 100'
 

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