comparison src/streambrowser/shoutcast.h @ 2848:fbb32674bfd2

click on a stream updates; more comments; more proper stream icons
author Calin Crisan ccrisan@gmail.com
date Mon, 28 Jul 2008 23:43:31 +0300
parents cc6f02424609
children c27da2c06805
comparison
equal deleted inserted replaced
2845:d0cbf303869b 2848:fbb32674bfd2
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