[rhythmbox] jamendo: switch to mp3 format for streams, since ogg is not available



commit b5d82688d043942005a5c6a8bf6edce151f0fee4
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Feb 26 22:24:47 2010 +1000

    jamendo: switch to mp3 format for streams, since ogg is not available
    
    The Ogg Vorbis streams haven't been available for a while now, and it
    looks like they won't come back.  Switching to MP3 at least gives us
    something that works for now.

 plugins/jamendo/jamendo/JamendoSaxHandler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/jamendo/jamendo/JamendoSaxHandler.py b/plugins/jamendo/jamendo/JamendoSaxHandler.py
index f433182..5818965 100644
--- a/plugins/jamendo/jamendo/JamendoSaxHandler.py
+++ b/plugins/jamendo/jamendo/JamendoSaxHandler.py
@@ -26,7 +26,7 @@ data = {"artist" : ["name"],
         "album" : ["name","id","releasedate","id3genre"],
         "track" : ["name","id","numalbum","duration","id3genre"]}
         
-stream_url = "http://api.jamendo.com/get2/stream/track/redirect/?id=%s&streamencoding=ogg2";
+stream_url = "http://api.jamendo.com/get2/stream/track/redirect/?id=%s&streamencoding=mp31";
 
 class JamendoSaxHandler(xml.sax.handler.ContentHandler):
 	def __init__(self,db,entry_type):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]