- 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:
svenhoefer
2018-09-25 23:53:35 +02:00
committed by Thilo Graf
parent e3a5dbf6f4
commit dff946029f
8 changed files with 137 additions and 50 deletions

View File

@@ -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