This project is closed and read-only.
Actions
Bug #3025
openMultiple recordings of the same event have the same ID
Bug #3025:
Multiple recordings of the same event have the same ID
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Start date:
2015-07-23
Due date:
% Done:
0%
Estimated time:
Found in version:
master
Affected Versions:
Description
This causes problem for Kodi since the addon (pvr.hts) blindly trusts that the IDs from the server are unique. See this log snippet:
DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - recording id:2130620946, state:scheduled, title:Die Truman Show, desc: Satire über Medienmanipulation, in der ein Versicherungsagent ohne sein Wissen seit 30 Jahren Star einer weltweit live übertragenen Fernseh-Seifenoper ist., error:none DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - recording id:2130620946, state:recording, title:Die Truman Show, desc: Satire über Medienmanipulation, in der ein Versicherungsagent ohne sein Wissen seit 30 Jahren Star einer weltweit live übertragenen Fernseh-Seifenoper ist., error:none
These are two separate recordings.
Actions