add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
95 stars 28 forks source link

Properly encode data in exported xmltv #17

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

Currently we write the XML line by line, since that might be faster and less memory-hungry. This requires that we encode our data properly of course. This doesn't happen.

michaelarnauts commented 4 years ago

This could be done by incrementally writing with lxml. https://lxml.de/api.html#incremental-xml-generation