mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- webradio: add possibility to auto-load webradio files
Conflicts: src/gui/webtv_setup.cpp src/gui/webtv_setup.h src/neutrino.cpp src/system/settings.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -42,8 +42,15 @@ class CWebTVSetup : public CMenuTarget, CChangeObserver
|
||||
int exec(CMenuTarget *parent, const std::string &actionKey);
|
||||
int Show();
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *data);
|
||||
|
||||
void webradio_xml_auto();
|
||||
bool webradio_xml_autodir(std::string directory);
|
||||
|
||||
void webtv_xml_auto();
|
||||
bool webtv_xml_autodir(std::string directory);
|
||||
|
||||
void webchannels_auto();
|
||||
bool webchannels_autodir(std::string directory);
|
||||
};
|
||||
|
||||
class CWebTVResolution : public CMenuTarget
|
||||
|
Reference in New Issue
Block a user