2021-10-13, 09:29 PM
(This post was last modified: 2021-10-13, 09:44 PM by loveridgem.)
Hi,
I have been struggling since setting up Pluto TV to keep my EPG populated. What I have found is that I need to run UpdateEPG from the Settings page. This always works. I've tried cron jobs to run either or both UpdateEPG.sh and PostUpdateEPG.sh and that hasn't worked.
UpdateEPG.sh
#!/bin/bash
python3 /var/opt/nextpvr/scripts/plutotv/pluto.py xmltv
PostUpdateEPG.sh
#!/bin/bash
# This is commented out becaue it's being done in a cron job
nohup python3 /var/opt/nextpvr/scripts/plutotv/pluto.py xmltv-update 120 &
Any ideas why this isn't working by itself without me having to click on UpdateEPG from Settings?
Thanks,
Mike
EDIT: I recently discovered I can put multiple times in on the UpdateEPG on the settings page. I'll see if that works.
I have been struggling since setting up Pluto TV to keep my EPG populated. What I have found is that I need to run UpdateEPG from the Settings page. This always works. I've tried cron jobs to run either or both UpdateEPG.sh and PostUpdateEPG.sh and that hasn't worked.
UpdateEPG.sh
#!/bin/bash
python3 /var/opt/nextpvr/scripts/plutotv/pluto.py xmltv
PostUpdateEPG.sh
#!/bin/bash
# This is commented out becaue it's being done in a cron job
nohup python3 /var/opt/nextpvr/scripts/plutotv/pluto.py xmltv-update 120 &
Any ideas why this isn't working by itself without me having to click on UpdateEPG from Settings?
Thanks,
Mike
EDIT: I recently discovered I can put multiple times in on the UpdateEPG on the settings page. I'll see if that works.