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

New: Provide more Options to choose File Date from #9499

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mrpimpky
Copy link

Database Migration

NO

Description

I added some more options to determine which date should be used for a file.

  • In Cinemas or Physical Release Date
    This tries the "In Cinemas" date first, then falls back to the "Physical Release" and finally to the "Digital Release" (it is a combination of "In Cinemas" and "Physical Release"
  • Oldest Date
    This uses the oldest date of "In Cinemas", "Physical Release", and "Digital Release".
  • Latest Date
    This uses the latest date of "In Cinemas", "Physical Release", and "Digital Release".

Todos

  • Tests
  • Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json)
  • Wiki Updates

@github-actions github-actions bot added Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. Area: API Issue is related to the API labels Dec 18, 2023
@@ -76,6 +76,24 @@ const fileDateOptions = [
get value() {
return translate('PhysicalReleaseDate');
}
},
{
key: 'cinemasOrRelease',
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't this essentially be the same as oldest in most cases? I'm struggling to see the need for all three of these. I could be missing something obvious though.

Copy link
Author

@mrpimpky mrpimpky Jan 16, 2024

Choose a reason for hiding this comment

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

It could be, but in rare circumstances, the release could be digital-first (or physical), and someone would like to prioritize the cinema release date. But if you want, I can remove this entry. Should I?

Copy link
Author

@mrpimpky mrpimpky Jan 16, 2024

Choose a reason for hiding this comment

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

One example is "The Irishman", released first on Netflix but later in selected cinemas.

Copy link
Author

Choose a reason for hiding this comment

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

@Qstick Is there anything left I can do for you? Or are these changes ready for approval?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: API Issue is related to the API Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants