Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 712 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 712 Bytes

iCal to XMLTV Converter

Just a basic script to pull in an iCal URL and convert it to XMLTV format...


Using Locally:

  • Install script's requirements: pip install -r requirements.txt
  • Edit your run.sh file to suit / pull in ical files;
  • Plug into your PVR such as TVHeadend, etc.

Using via docker:

Probably the easiest if you want to get going right away and don't want to install the various python deps on your system...

  • Install Docker & Docker Compose;
  • CD to app source directory and run: docker-compose down && docker-compose up --build