user-275
21-08-2016, 09:13 PM
I'm running gip 2.96 on Ubuntu 16.04. After upgrading from 2.95, I got an error that get_iplayer_web_pvr was missing from /etc/default. I replaced that with:
# use 0.0.0.0 to bind to all interfaces
# LISTEN=127.0.0.1
LISTEN=0.0.0.0
# port must be more than 1024 for unprivileged users
PORT=1935
Web_PVR now launches correctly (using cron from reboot) but when I add new programs using the Web_PVR client, they don't show up in ./get_iplayer/pvr. They are on the Web_PVR list, but those choices are not picked up by my get_iplayer --pvr cron job.
I'm sure there is something amazingly obvious that I am missing, but I seem to be unable to figure out what is wrong.
Any help much appreciated.
Chris
# use 0.0.0.0 to bind to all interfaces
# LISTEN=127.0.0.1
LISTEN=0.0.0.0
# port must be more than 1024 for unprivileged users
PORT=1935
Web_PVR now launches correctly (using cron from reboot) but when I add new programs using the Web_PVR client, they don't show up in ./get_iplayer/pvr. They are on the Web_PVR list, but those choices are not picked up by my get_iplayer --pvr cron job.
I'm sure there is something amazingly obvious that I am missing, but I seem to be unable to figure out what is wrong.
Any help much appreciated.
Chris