Skip to content

aptalca/zap2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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