Bug #1355
Unable to schedule the same event on normal and timeshifted (+1) channel via autorec
100%
Description
Create two autorec rules to record the same programme twice but one hour apart (e.g. search for "Blob Weekly", "Channel Wibble", "Education/Science/Factual Topics" - create autorec - change the filter to "Channel Wibble +1" and create another autorec rule).
While creating the rules, the webUI confirms that "this currently matches (and will record) 1 event" for both.
autorec rules are both created successfully in ~/.hts/tvheadend/autorec
However, the second rule never sticks, and doesn't actually match any events. Nothing is written to dvr/log, nothing is output to debugging for the second event.
Associated revisions
Fix #1355, #1356 - Fix problem with DVR dup detect.
I have completely removed global duplicate detection at this stage until
such time as I can do things properly. This means a user can ALWAYS manually
override and force a recording of a show.
For now duplicate detection only exists within the context or a series
link. So it will only record the "first?" instance of a given episode in
a give series link.
This is still a bit of a hack until I provide the user with the ability
to control the configuration and implement all the hooks properly.
(cherry picked from commit fbe2db07101806acdfe9a667ff9daf6766b1a199)
History
Updated by Adam Sutton about 8 years ago
- Target version set to 3.2
I think this is indeed related to #1356, but I need to review further. Either way I think I will try and back port any fix to 3.2.
Updated by Adam Sutton about 8 years ago
- Status changed from Accepted to Resolved
I think this is now resolved, see #1356.
Adam
Updated by Prof Yaffle about 8 years ago
I'm unable to test the autorec rules because of config issues, but the code changes seem to successfully permit manual scheduling of normal and +1 programs side by side.
If this and #1356 are indeed the same issue then it's reasonable to presume that this is fixed as well.
Updated by Adam Sutton about 8 years ago
- Status changed from Resolved to Fixed
- % Done changed from 0 to 100
Applied in changeset 2aa067c73a60560aae60a9e86cc8eae69afcddce.
Refs #1355, Refs #1356 - Fix problem with DVR dup detect.
I have completely removed global duplicate detection at this stage until
such time as I can do things properly. This means a user can ALWAYS manually
override and force a recording of a show.
For now duplicate detection only exists within the context or a series
link. So it will only record the "first?" instance of a given episode in
a give series link.
This is still a bit of a hack until I provide the user with the ability
to control the configuration and implement all the hooks properly.