Hi,
im trying to import the xml from WebGrab into Dispatcharr, but it doesn’t import. I’ve successfully used the xml with Threadfin.
The issue seems to be (according to ChatGPT)
- Missing required attributes
- <tv source-info-url="…" source-info-name="…">
- Dispatcharr expects certain metadata, depending on the version.
- Incorrect channel IDs
- Channel IDs must be consistent between <channel id="…"> and program <programme channel="…">.
- Malformed timestamps
- Programme start / stop times must be in YYYYMMDDHHMMSS +0000 format.
- Encoding errors
- XML must be UTF-8 and properly declared:
<?xml version="1.0" encoding="UTF-8"?>
- XML must be UTF-8 and properly declared:
Is there any solution for this? It would be great if there is!

not much of a whatever it is if it says there something wrong and doesnt provide any info where to look.
1. is general info,i have seen many diff things for the metadata,it cannot be a fixed standard or every xml file would be the same.
3. is impossible as webgrab writes same value for channel id's
4. if it existed webgrab would usually have a error in the log about it.
7, it output utf-8