Bug #2488
htsmsg_xml_deserialize error Unknown label referense: "&
Start date:
2014-11-17
Due date:
% Done:
0%
Estimated time:
Found in version:
3.9.2064
Affected Versions:
Description
Generating whatson.xml using tv_grab_dvb which is gathering the data from the DVB stream
The resulting file had some titles with "&" that broke the import. some are located in Title tags , also "&" in descriptions tags also broke the import.
example
<programme channel="1222.dvb.guide" start="20141118110000 +1300" stop="20141118120000 +1300"> <title lang="en"> His & Hers </title> <sub-title lang="en">ESPN presents His & Hers</sub-title> <desc lang="en">ESPN presents His & Hers</desc> <rating system="dvb"> <value>5</value> </rating> </programme>
<title lang="en">Frances & Friends LIVE</title>
cat whatson.xml |nc -U /home/xbmc/.hts/tvheadend/epggrab/xmltv.sock
offending file uploaded.
Files
History
Updated by Spencer Roff almost 10 years ago
Added small.xml to test that it was working. Imported fine.
My aim with this aproach to the guide is to still capture the EPG OTA but map the SD guide to the HD channels in NZ that only display now and next in NZ.
Updated by Spencer Roff almost 10 years ago
Thanks ill log a bug with the maintainer for tv_grab_dvb.
You can close this as i can work around it.