I've also discovered something else (might be a misconfig (401 = not authorized) or a bug... I don't know):
In my tvheadend log I can see that every 20 seconds ther the following message appears:
Jun 05 17:10:27 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:27 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:27 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:27 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:47 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:47 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:47 HTTP: 127.0.0.1: /status.xml -- 401
Jun 05 17:10:47 HTTP: 127.0.0.1: /status.xml -- 401
...
When looking at the prvmanager.log, I can see that there's something going on every 20 seconds (at the same time, so I don't think that's it's coincidence...
)... in the python script I can see that this check happens every 20 seconds (CYCLE).
05.06.2012 17:10:27: PVR Manager: Service still active, monitoring PWR/OTHER: yes/no
05.06.2012 17:10:47: PVR Manager: Service still active, monitoring PWR/OTHER: yes/no
...
So it looks like this check does not work as expected as the tvheadend server would return a 401 in this case.
I've entered the correct credentials in the addon, because everything else seems to work... see the snippet from the log:
05.06.2012 08:16:03: PVR Manager: next recording in 889 minutes
05.06.2012 08:16:03: PVR Manager: Wakeup for Recording by ACPI at 05.06.2012 23:00:03 (UNIX-Time: 1338930003)
05.06.2012 08:16:03: PVR Manager: Instruct the system to shut down
05.06.2012 08:16:05: PVR Manager: service finished
05.06.2012 16:36:01: PVR Manager: no current recording(s)
05.06.2012 16:36:01: PVR Manager: next recording in 389 minutes
So is this a bug? Or do I have to enter my creds somewhere else?
OS: Ubuntu 12.04 - latest greatest version of addon
Regards,
Sascha