mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
add option to read (online) xmltv epg
Origin commit data
------------------
Commit: 8ad9f2e35c
Author: TangoCash <eric@loxat.de>
Date: 2018-09-01 (Sat, 01 Sep 2018)
This commit is contained in:
@@ -194,6 +194,14 @@ void CSectionsdClient::readSIfromXML(const char * epgxmlname)
|
||||
close_connection();
|
||||
}
|
||||
|
||||
void CSectionsdClient::readSIfromIPTVXML(const char * url)
|
||||
{
|
||||
send(sectionsd::readSIfromIPTVXML, (char*) url, strlen(url));
|
||||
|
||||
readResponse();
|
||||
close_connection();
|
||||
}
|
||||
|
||||
void CSectionsdClient::writeSI2XML(const char * epgxmlname)
|
||||
{
|
||||
send(sectionsd::writeSI2XML, (char*) epgxmlname, strlen(epgxmlname));
|
||||
|
Reference in New Issue
Block a user