Skip to content

ddarnell1/zap2xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
    image: ghcr.io/jef/zap2xml:latest
    container_name: zap2xml
    restart: unless-stopped
    environment:
      - OPT_ARGS=-I -D -C /config/.zap2xmlrc
      - SLEEPTIME=43200 # 12 hours in seconds
      - TZ=America/Denver
    volumes:
      - ./config:/config
      - ./xmltv:/xmltv

About

📺 Automate zap2it gracenote TV guide to XMLTV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 99.1%
  • Other 0.9%