https://bugs.kde.org/show_bug.cgi?id=405278
Mauro Carvalho Chehab <mchehab+sams...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kaf | |feine/2380ab25da84c999ea14c | |d6bb34e0328e9c67059 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #4 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- Git commit 2380ab25da84c999ea14cd6bb34e0328e9c67059 by Mauro Carvalho Chehab. Committed on 11/03/2019 at 21:38. Pushed by mauroc into branch 'master'. xmltv: add a parser for XMLTV EPG data files This parser handles XMLTV format files as specified at: http://wiki.xmltv.org/index.php/Main_Page The way the parser was written, once a file is added to the parser, it keeps monitoring it for file changes. When a file change is detected, it will reload the file and parse it, adding entries to the EPG guide. Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> M +2 -1 src/CMakeLists.txt M +7 -0 src/dvb/dvbchannel.cpp M +1 -0 src/dvb/dvbchannel.h M +44 -15 src/dvb/dvbconfigdialog.cpp M +2 -0 src/dvb/dvbconfigdialog.h M +20 -0 src/dvb/dvbmanager.cpp M +4 -0 src/dvb/dvbmanager.h A +261 -0 src/dvb/xmltv.cpp [License: GPL (v2+)] A +56 -0 src/dvb/xmltv.h [License: GPL (v2+)] https://commits.kde.org/kaffeine/2380ab25da84c999ea14cd6bb34e0328e9c67059 -- You are receiving this mail because: You are watching all bug changes.