Skip to content

mil1i/zap2xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zap2xml

Docker container for zap2xml

This is zap2xml with Environment Variables driving the configuration. By default it runs every 12 hours to update your EPG data from zap2it

Quick Run

docker run -d --name zap2xml -v /xmltvdata:/data -e USERNAME=youremail@email.com -e PASSWORD=**password** -e OPT_ARGS="-I -D" -e XMLTV_FILENAME=xmltv.xml shuaiscott/zap2xml

Environment Settings

You can configure the following environment variables below:

Required

  • USERNAME - zap2it.com username
  • PASSWORD - zap2it.com password

Optional

  • OPT_ARGS - additional command line arguments for zap2xml
  • XMLTV_FILENAME - filename for your xmltv file (default: xmltv.xml)
  • SLEEPTIME - time in seconds to wait before next run (default: 43200)

About

Docker container for zap2xml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 98.3%
  • Dockerfile 1.5%
  • Shell 0.2%