comparison src/streambrowser/shoutcast.h @ 2891:c27da2c06805

initial code for bookmarks
author Calin Crisan ccrisan@gmail.com
date Tue, 12 Aug 2008 23:49:32 +0200
parents fbb32674bfd2
children
comparison
equal deleted inserted replaced
2890:5e97b55f87cf 2891:c27da2c06805
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_streaminfo_fetch(category_t *category, streaminfo_t *streaminfo);
34 gboolean shoutcast_category_fetch(category_t *category); 34 gboolean shoutcast_category_fetch(streamdir_t *streamdir, category_t *category);
35 streamdir_t* shoutcast_streamdir_fetch(); 35 streamdir_t* shoutcast_streamdir_fetch();
36 36
37 37
38 #endif // SHOUTCAST_H 38 #endif // SHOUTCAST_H
39 39