comparison src/streambrowser/xiph.h @ 2850:587b3657990d

xiph now updates the streams as well; i am aware of gui crashing when adding xiph streams, but tomorrow is another lovely day
author Calin Crisan ccrisan@gmail.com
date Tue, 29 Jul 2008 00:20:31 +0300
parents cc6f02424609
children c27da2c06805
comparison
equal deleted inserted replaced
2849:3ba1579e37a5 2850:587b3657990d
27 #define XIPH_ICON DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "xiph.png" 27 #define XIPH_ICON DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "xiph.png"
28 #define XIPH_STREAMDIR_URL "http://dir.xiph.org/yp.xml" 28 #define XIPH_STREAMDIR_URL "http://dir.xiph.org/yp.xml"
29 #define XIPH_TEMP_FILENAME "file:///tmp/xiph_yp.xml" 29 #define XIPH_TEMP_FILENAME "file:///tmp/xiph_yp.xml"
30 30
31 31
32 gboolean xiph_streaminfo_fetch(category_t *category, streaminfo_t *streaminfo);
32 gboolean xiph_category_fetch(category_t *category); 33 gboolean xiph_category_fetch(category_t *category);
33 streamdir_t* xiph_streamdir_fetch(); 34 streamdir_t* xiph_streamdir_fetch();
34 35
35 36
36 #endif // SHOUTCAST_H 37 #endif // SHOUTCAST_H