Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better duplication handling, better #604

Closed
wants to merge 4 commits into from
Closed

Better duplication handling, better #604

wants to merge 4 commits into from

Conversation

derolf
Copy link

@derolf derolf commented Mar 5, 2015

I added the following duplicated recording options:

  • Record all
  • Record if different episode number
  • Record if different subtitle
  • Record if different description
  • Record once per week
  • Record once per day

For autorec, all potential recordings are scheduled, but duplicates are marked as "reruns". Those duplicates are then just ignored and deleted when the timer is due.

Meaning: deduping is deferred until the point of recording. That's much safer than deduping too early.

image

image

image

@@ -291,9 +302,12 @@ typedef struct dvr_autorec_entry {
int dae_minduration;
int dae_maxduration;
int dae_retention;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra whitespaces.

@perexg
Copy link
Contributor

perexg commented Mar 6, 2015

Have you signed CLA ?

https://tvheadend.org/projects/tvheadend/wiki/CLA

@derolf
Copy link
Author

derolf commented Mar 6, 2015

Yes, I did sign the CLA.

@derolf derolf closed this Mar 6, 2015
@derolf derolf reopened this Mar 6, 2015
@derolf
Copy link
Author

derolf commented Mar 6, 2015

Is it fine now?

@perexg
Copy link
Contributor

perexg commented Mar 9, 2015

Merged. Thanks.

@perexg perexg closed this Mar 9, 2015
@@ -1527,11 +1531,12 @@ htsp_method_updateDvrEntry(htsp_connection_t *htsp, htsmsg_t *in)
retention = htsmsg_get_u32_or_default(in, "retention", 0);
priority = htsmsg_get_u32_or_default(in, "priority", DVR_PRIO_NORMAL);
title = htsmsg_get_str(in, "title");
subtitle = htsmsg_get_str(in, "title");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really correct? Shouldn't it be subtitle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants