Skip to content

v0.1.4 - Multiple Guide Download

Latest
Compare
Choose a tag to compare
@kj4ezj kj4ezj released this 27 Feb 20:24
· 1 commit to main since this release
45d9288

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:
    1. Download guide data using USERNAME and PASSWORD.
    2. Download guide data using USERNAME2 and PASSWORD2.
    3. Sort downloaded guides using tv_sort from the XMLTV package (prerequisite for the next step).
    4. Merge downloaded guides into a single output file.

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