jef / zap2xml

📺 Automate zap2it TV guide to XMLTV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

version: '3'
services:
  zap2xml:
    container_name: zap2xml
    image: ghcr.io/jef/zap2xml:latest
    environment:
      OPT_ARGS: >-
        -I -D -C /config/.zap2xmlrc
      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

About

📺 Automate zap2it TV guide to XMLTV

License:MIT License


Languages

Language:Perl 99.1%Language:Dockerfile 0.6%Language:Shell 0.3%