Bug #2459
Users with recording profile set can see all recordings regardless of profile
100%
Description
Scenario:
1. Record a few things with the default DVR profile
2. Create a DVR profile and a new user
3. Assign the newly created profile to the user
4. In XBMC, go to the recordings tab
What happens:
The user can see all recordings created earlier with the default profile
What should happen:
the user should see an empty list since no recordings have yet been made with "his" profile
Subtasks
History
Updated by Sam Stenvall almost 10 years ago
I may add that XBMC also shows "Recording started" and similar notifications when a recording from a different profile is involved. This is because the HTSP events are sent to the user regardless of his chosen profile.
Updated by Jaroslav Kysela almost 10 years ago
The per-user recording management is actually limited only to the new recordings creation, so all users DVR checked can do all ops with them.. And yes, the DVR config restriction should be applied to all requests.
Updated by Sam Stenvall almost 10 years ago
I guess we need some equivalent of htsp_user_access_channel() for DVR entries.
Updated by Jaroslav Kysela over 9 years ago
- Status changed from New to Fixed
It was fixed in v3.9-2380-ged513c0 .