comparison src/streambrowser/shoutcast.h @ 2889:6c53f9fa9029

Backed out changeset 59ff744e1e23
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Aug 2008 20:29:49 +0300
parents fbb32674bfd2
children c27da2c06805
comparison
equal deleted inserted replaced
2856:59ff744e1e23 2889:6c53f9fa9029
28 #define SHOUTCAST_STREAMDIR_URL "http://www.shoutcast.com/sbin/newxml.phtml" 28 #define SHOUTCAST_STREAMDIR_URL "http://www.shoutcast.com/sbin/newxml.phtml"
29 #define SHOUTCAST_CATEGORY_URL "http://www.shoutcast.com/sbin/newxml.phtml?genre=%s" 29 #define SHOUTCAST_CATEGORY_URL "http://www.shoutcast.com/sbin/newxml.phtml?genre=%s"
30 #define SHOUTCAST_STREAMINFO_URL "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=%s&file=filename.pls" 30 #define SHOUTCAST_STREAMINFO_URL "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=%s&file=filename.pls"
31 31
32 32
33 gboolean shoutcast_streaminfo_fetch(category_t *category, streaminfo_t *streaminfo);
33 gboolean shoutcast_category_fetch(category_t *category); 34 gboolean shoutcast_category_fetch(category_t *category);
34 streamdir_t* shoutcast_streamdir_fetch(); 35 streamdir_t* shoutcast_streamdir_fetch();
35 36
36 37
37 #endif // SHOUTCAST_H 38 #endif // SHOUTCAST_H