Skip to content

gravitykillseverything/zap2xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a forked version that works using https://tvlistings.gracenote.com/ and is hosted on docker.

The same username and password still works for gracenote as zap2xml.

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. This container will take a second account for zap2it and will merge the received xml files into one using tv_merge.

Quick Run

docker run -d --name zap2xml -v /xmltvdata:/data -e [email protected] -e PASSWORD=**password** -e OPT_ARGS="-I -D -a" -e [email protected] -e PASSWORD2=**secondpassword** -e OPT_ARGS2="-I -D" -e XMLTV_FILENAME=xmltv.xml gravitykillseverything/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
  • USERNAME2 - Second zap2it.com username
  • PASSWORD2 - Second zap2it.com password
  • OPT_ARGS2 = additional command line arguments for zap2xml for the second username
  • XMLTV_FILENAME - filename for your xmltv file (default: xmltv.xml)
  • SLEEPTIME - time in seconds to wait before next run (default: 43200)

##Jellyfin

Add the same volume used above where the xml data is saved to Jellyfin's docker compose. Then set it as a tv guide provider.

About

Docker container for zap2xml that fixes website pull

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 96.2%
  • Dockerfile 1.9%
  • Shell 1.9%