keeping all auto xml epg together

Origin commit data
------------------
Commit: dfe8dfc96f
Author: TangoCash <eric@loxat.de>
Date: 2021-09-13 (Mon, 13 Sep 2021)
This commit is contained in:
TangoCash
2021-09-13 17:37:15 +02:00
committed by vanhofen
parent 3e968eecf1
commit c40fc9c43e
5 changed files with 8 additions and 22 deletions

View File

@@ -969,7 +969,6 @@ int CNeutrinoApp::loadSetup(const char *fname)
}
g_settings.xmltv_xml_auto.clear();
g_settings.xmltv_xml_m3u.clear();
g_settings.livestreamResolution = configfile.getInt32("livestreamResolution", 1920);
g_settings.livestreamScriptPath = configfile.getString("livestreamScriptPath", WEBTVDIR);
@@ -3329,7 +3328,7 @@ TIMER_STOP("################################## after all #######################
#endif
xmltv_xml_readepg();
xmltv_xml_m3u_readepg();
xmltv_xml_auto_readepg();
RealRun();
ExitRun(g_info.hw_caps->can_shutdown);
@@ -4727,7 +4726,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
else if (msg == NeutrinoMessages::EVT_RELOAD_XMLTV) {
printf("CNeutrinoApp::handleMsg: reload xmltv epg\n");
xmltv_xml_readepg();
xmltv_xml_m3u_readepg();
xmltv_xml_auto_readepg();
return messages_return::handled;
}
if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000)) {