Bug #2888
No DVR update via HTSP in 4.1.0
100%
Description
When I edit a scheduled recording via the webinterface the connected client (TVHClient) does not get the update via the htsp protocol. There is no dvrEntryUpdate
event. The change is only shown when enableAsyncMetadata
call is made to fetch all data. Adding or deleting works. The events dvrEntryDelete
and dvrEntryDelete
are sent.
In the tvheadend log I see only:
... [ TRACE]:dvr: entry timer scheduled for 1433096070
I have checked this problem with the version 4.1.0~g52e8375.
Subtasks
History
Updated by Jaroslav Kysela over 9 years ago
There are more strict rules to deliver notifications in the recent code. Notifications are send only for owners (owner username must match with the login) of the timerec/autorec entries.
Also use the 'release/4.0' branch if you like to work with the "more" stable code.
Updated by Jaroslav Kysela over 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|14941255f55c1523d99bf1ce59f889949c572512.
Updated by Jaroslav Kysela over 9 years ago
After looking to the code, the DVR All RW ACL rule should be applied to autorec/timerec, too. Fixed in both 4.1(master) and 4.0 branches.
EDIT: It's wrong fix - it should be DVR All, not DVR All RW. Working on it.