]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Refs #1355, Refs #1356 - Fix problem with DVR dup detect.
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 31 Oct 2012 13:40:35 +0000 (13:40 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Wed, 31 Oct 2012 13:40:35 +0000 (13:40 +0000)
commitfbe2db07101806acdfe9a667ff9daf6766b1a199
tree301d19c0745dc9c832cfa3285eaa74a88d671d37
parent31b1d5b57d0148bad30861f74ba10b3f385a9a73
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.
src/dvr/dvr_autorec.c
src/dvr/dvr_db.c