Skip to content

isabella232/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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.9%
  • Shell 32.1%