[Solved]get latest shoutcast database query string

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

[Solved]get latest shoutcast database query string

Post by coolkehon »

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: Select all

[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: Select all

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]
Post Reply