2025-07-15 14:35:04 -07:00
2021-06-16 20:35:46 -04:00
2025-04-02 15:55:41 -07:00
2021-04-24 16:17:46 -04:00
2025-07-15 14:35:04 -07:00
2021-04-24 19:04:16 -04:00
2025-07-15 14:35:04 -07:00
2025-04-02 15:55:41 -07:00
2025-07-15 14:30:54 -07:00

zap2xml

See zap2xml for original Perl script and guidance for the configuration file.

Docker

Tag Description
latest Stable zap2xml releases
nightly HEAD zap2xml release

Compose

services:
  zap2xml:
    container_name: zap2xml
    image: ghcr.io/jef/zap2xml:latest
    environment:
      OPT_ARGS: >-
        -I -D -C /config/.zap2xmlrc -o /xmltv/xmltv.xml
      SLEEPTIME: 43200 # 12 hours in seconds
      TZ: America/New_York
    volumes:
      - /path/to/appdata/zap2xml:/config
      - /path/to/appdata/xmltv:/xmltv # nice for mapping other drives to this that may use xmltv.xml
    restart: unless-stopped
Description
zap2xml but make it kubernetes
Readme MIT 181 KiB
Languages
TypeScript 95.7%
Shell 1.7%
JavaScript 1.6%
Dockerfile 1%