Author: duncan
Date: Thu Jan 18 20:02:19 2007
New Revision: 8996

Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Log:
Corrected Amazon settings


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Thu Jan 18 20:02:19 2007
@@ -687,10 +687,10 @@
 plugin.activate('audio.detachbar')
 
 # Amazon seems to request the covers in one locale and get the data
-# in another encoding
+# in another encoding. Locale must be one of: de, jp, uk, us
 #
-AMAZON_LOCALE = 'latin-1'
-AMAZON_QUERY_ENCODING = AMAZON_LOCALE
+AMAZON_LOCALE = 'us'
+AMAZON_QUERY_ENCODING = 'latin-1'
 
 # use mplayer for tv
 # to use tvtime, put the following two lines in your local_conf.py:

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 Thu Jan 18 20:02:19 2007
@@ -1510,9 +1510,9 @@
 # plugin.activate('idlebar.system.procstats',level=20)
 
 # Amazon coversearch seems to request the covers in one locale and get the data
-# in another encoding
+# in another encoding. Locale must be one of: de, jp, uk, us
 #
-# AMAZON_LOCALE = 'latin-1'
-# AMAZON_QUERY_ENCODING = AMAZON_LOCALE
+# AMAZON_LOCALE = 'us'
+# AMAZON_QUERY_ENCODING = 'latin-1'
 # plugin.activate('audio.coversearch')
 

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