Stationarr v1.0.11
This is a focused patch release for the EPG scraper.
It fixes an issue where Stationarr could generate scraper channels.xml entries with XMLTV IDs containing display/quality suffixes such as @SD, which caused some scraper sources to return 0 programme entries even though the EPG sidecar itself was working.
Fixed
- Fixed scraper
channels.xmlgeneration for XMLTV IDs containing display/quality suffixes such as:
@SD
@HD
@FHD
@UHD
- Stationarr now writes scraper-compatible XMLTV IDs such as:
ESPN.us
instead of:
ESPN.us@SD
when generating scraper channels.xml.
- This also applies to already-saved scraper channels when
channels.xmlis regenerated. - Improved scraper debug logging to show:
- original XMLTV ID;
- resolved XMLTV ID;
- final XMLTV ID written to
channels.xml; - selected scraper site;
- site ID;
- normalization reason.
- Improved warnings when the scraper runs successfully but returns 0 programme entries.
- Clarified that
tvtv.usHTTP 403 responses are upstream/source-access errors, not the XMLTV normalization bug.
Notes
After updating, users with affected scraper channels should regenerate their scraper channels.xml.
You can do this by toggling, removing/re-adding, or otherwise updating the affected scraper channels in the EPG Scraper page.
For example, affected entries like:
ESPN.us@SD
should now be written as:
ESPN.us
Once regenerated, run the scraper again and fetch the guide into Stationarr.