Just a basic script to pull in an iCal URL and convert it to XMLTV format...
- 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.
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