Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 510 Bytes

For my personal use only. Do not use.

Notes to myself:

docker create \
  -name=zap2xml \
  -v /path/to/config:/config \
  -e PUID=<uid> \
  -e PGID=<gid> \
  -e TZ=America/New_York \
  -e EMAIL=<email> \
  -e PASSWORD=<password> \
  -e EXTRAPARAM="<extra parameters for zap2xml>" \
  aptalca/zap2xml
  • Drop the zap2xml perl script into the config folder and restart
  • Extra parameters can be anything that zap2xml accepts
  • For tvguide instead of zap2it, add a "-z" into the extra parameters