view src/streambrowser/shoutcast.h @ 2788:3a615c9d2bb1

reindent
author mf0102 <0102@gmx.at>
date Wed, 09 Jul 2008 13:23:22 +0200
parents 4ec0e13208de
children f9c6a9cb442e
line wrap: on
line source


#ifndef SHOUTCAST_H
#define SHOUTCAST_H

#include "streambrowser.h"
#include "streamdir.h"

#define SHOUTCAST_NAME			"Shoutcast"
#define SHOUTCAST_ICON			DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "shoutcast.png"
#define SHOUTCAST_STREAMDIR_URL		"http://www.shoutcast.com/sbin/newxml.phtml"
#define SHOUTCAST_CATEGORY_URL		"http://www.shoutcast.com/sbin/newxml.phtml?genre=%s"
#define SHOUTCAST_STREAMINFO_URL	"http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=%s&file=filename.pls"
#define SHOUTCAST_BUFFER_SIZE		256


gboolean			shoutcast_category_fetch(category_t *category);
streamdir_t*			shoutcast_streamdir_fetch();


#endif	// SHOUTCAST_H