This release pulls in the multi-guide download code @Sparticuz tried to introduce to the upstream repo (shuaiscott/zap2xml) in pull request 9.
Documentation is here.
Changes
- If
USERNAME2
is set, then:- Download guide data using
USERNAME
andPASSWORD
. - Download guide data using
USERNAME2
andPASSWORD2
. - Sort downloaded guides using
tv_sort
from the XMLTV package (prerequisite for the next step). - Merge downloaded guides into a single output file.
- Download guide data using
This feature would be very useful to people hosting Jellyfin (or equivalent) servers with TV tuners in multiple regions or with both over-the-air and cable television.
Installation
You can pull this release from the GitHub Container Registry...
docker pull ghcr.io/kj4ezj/zap2xml:v0.1.4
...or from Docker Hub.
docker pull docker.io/kj4ezj/zap2xml:v0.1.4