Actions
Bug #2887
closedBug #2888: No DVR update via HTSP in 4.1.0
No timer recordings via HTSP available anymore
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
HTSP
Target version:
-
Start date:
2015-05-25
Due date:
% Done:
0%
Estimated time:
Found in version:
4.1.0~g52e8375
Affected Versions:
Description
I have updated my server from 3.9.2378~gfc57f52 to 4.1.0~g52e8375.
When a client connects all data is sent to it via the enableAsyncMetadata call. In the previous version I could see the timerecEntryAdd events being sent. Now they are not sent anymore. Additionally when I add one from the client it will be added in the webinterface but the timerecEntryAdd or timerecEntryDelete are not sent to the client anymore.
Timer recordings are available:
ll /home/hts/.hts/tvheadend/dvr/timerec/ -rwx------ 1 hts users 278 May 24 01:24 71f4b001c0b8b6c6f4fbadffa050205f
The contents are:
{
"enabled": true,
"title": "Testaufnahme",
"channel": "0f12980dcf1785e083a8dbc99f3585cd",
"start": "14:26",
"stop": "15:25",
"weekdays": [
2,
3
],
"pri": 2,
"retention": 0,
"config_name": "8e6b54eba2b2639b76a5b3cca592f0a6",
"owner": "xbmc",
"creator": "xbmc"
}
Actions