daniel-widrick / zap2it-GuideScraping

MIT License
59 stars 20 forks source link

How to setup to work with Jellyfin #18

Closed milanmdev closed 2 years ago

milanmdev commented 2 years ago

How can I set up this repository to work with Jellyfin? I assume I need to automate this script to run every 10 minutes or something like that.

I am using Ubuntu 20.4 LTS & Jellyfin 10.7.7.

daniel-widrick commented 2 years ago

I run the script once a day via cron. Jellyfin is then configured to look at the output file for its guide data. 10 minutes is likely too often. The script tries to download two weeks of programming.

milanmdev commented 2 years ago

I see. Is the modal presented in the image below supposed to display all the channels mapped to the file? image

daniel-widrick commented 2 years ago

Do you have logs from jellyfin processing your guide.xmltv file by chance?

milanmdev commented 2 years ago

I figured out how to do it, thanks anyways!