mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- update shoutcast API to Version 2.0 and disable shoutcast menu entry until cs-tech gets a proper shoutcast dev-id
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1104 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -681,11 +681,11 @@ int CAudioPlayerGui::show()
|
||||
LOCALE_AUDIOPLAYER_ADD_LOC, true, NULL, InetRadioInputChanger,
|
||||
cnt, CRCInput::convertDigitToKey(count + 1)), old_select == count);
|
||||
|
||||
sprintf(cnt, "%d", ++count);
|
||||
/* sprintf(cnt, "%d", ++count);
|
||||
InputSelector.addItem(new CMenuForwarder(
|
||||
LOCALE_AUDIOPLAYER_ADD_SC, true, NULL, InetRadioInputChanger,
|
||||
cnt, CRCInput::convertDigitToKey(count + 1)), old_select == count);
|
||||
|
||||
*/
|
||||
sprintf(cnt, "%d", ++count);
|
||||
InputSelector.addItem(new CMenuForwarder(
|
||||
LOCALE_AUDIOPLAYER_ADD_IC, true, NULL, InetRadioInputChanger,
|
||||
@@ -703,9 +703,9 @@ int CAudioPlayerGui::show()
|
||||
paintLCD();
|
||||
break;
|
||||
case 1:
|
||||
openSCbrowser();
|
||||
/* openSCbrowser();
|
||||
break;
|
||||
case 2:
|
||||
case 2:*/
|
||||
readDir_ic();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_AUDIO);
|
||||
paintLCD();
|
||||
@@ -1392,8 +1392,7 @@ bool CAudioPlayerGui::openFilebrowser(void)
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
#define SC_BASE_DIR "http://www.shoutcast.com"
|
||||
#define SC_INIT_DIR "/sbin/newxml.phtml"
|
||||
|
||||
bool CAudioPlayerGui::openSCbrowser(void)
|
||||
{
|
||||
bool result = false;
|
||||
|
Reference in New Issue
Block a user