-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Soon available filter #10380
base: develop
Are you sure you want to change the base?
Soon available filter #10380
Conversation
82c0f9d
to
8c32cb5
Compare
63a4aa1
to
35f95a1
Compare
To be honest I'm confused by this PR, what's the difference between IN_PAST = is_available is true and IN_FUTURE = is_available is false? Only the availability days? |
bffe919
to
4ff7df9
Compare
@mynameisbogdan I think you are right (I'm not sure what I was thinking when I implemented 4 years ago)... I removed some extraneous code. |
Radarr#2074 make the UI take into account AvailabilityDelay to make it consistent with RSS Decision Engine add custom filter options for minimumAvailabilityDate with and without Delay Simplify the filter names. ConsideredAvailable ---> DateConsideredAvailable (these always take into account the delay) MinimumAvailability ---> MinimumAvailabilityDate (these never take into account delay) if delay = 0 .. the 2 dates above are identical. if delay = 0, MimimumAvailabilityDate will be 1 of InCinemas, Announced or Physical/Digital (Released) dates Add ability to make the custom filter dates relative to currentdate DateConsideredAvailable tooltip on NotAvailable
4ff7df9
to
358bfab
Compare
@mynameisbogdan : looking forward to your feedback |
This is a PR to replace: #5327