mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
-add shoutcast dev id to neutrino.conf, no menu now
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1107 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -56,18 +56,6 @@
|
||||
#define ENABLE_INTERNETRADIO
|
||||
#define VLC_URI "vlc://"
|
||||
|
||||
#if 0
|
||||
#define SC_BASE_DIR "http://www.shoutcast.com"
|
||||
#define SC_INIT_DIR "/sbin/newxml.phtml"
|
||||
#else
|
||||
#define SC_DEV_ID "XXXXXXXXXXXXXXXX"
|
||||
#define SC_BASE_DIR "http://api.shoutcast.com"
|
||||
#define SC_TUNE_IN_BASE "http://yp.shoutcast.com"
|
||||
#define SC_INIT_DIR "/legacy/genrelist?k="SC_DEV_ID
|
||||
#define SC_GET_GENRE "/legacy/stationsearch?k="SC_DEV_ID"&search="
|
||||
#define SC_GET_TOP500 "/legacy/Top500?k="SC_DEV_ID
|
||||
#endif
|
||||
|
||||
bool chooserDir(std::string &setting_dir, bool test_dir, const char *action_str);
|
||||
bool chooserDir(char *setting_dir, bool test_dir, const char *action_str, size_t str_leng);
|
||||
|
||||
@@ -210,6 +198,8 @@ class CFileBrowser
|
||||
ModeSC
|
||||
} tFileBrowserMode;
|
||||
|
||||
//shoutcast
|
||||
std::string sc_init_dir;
|
||||
/**
|
||||
* @param selection select the specified entry, ignored if selection == -1
|
||||
*/
|
||||
|
Reference in New Issue
Block a user