coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Wed Jul 01, 2009 11:02 pm Post subject: [Solved]get latest shoutcast database query string |
|
|
i'm using pspradio and i noticed the query string to get the latest databases are outdated does anyone know the update strings
as it stands pspradio currently tries this
| Code: | [shoutcast]
db_request_string = http://www.shoutcast.com/sbin/xmllister.phtml?service=pspradio&limit=600
db_new_request_string = http://www.shoutcast.com/sbin/newxml.phtml?genre=Top500 |
posted this on winamp shoutcast forums and they told me to replace "www" with "classic" so that it would be
| Code: |
db_request_string = http://classic.shoutcast.com/sbin/xmllister.phtml?service=pspradio&limit=600
db_new_request_string = http://classic.shoutcast.com/sbin/newxml.phtml?genre=Top500 |
and it worked[/code] |
|