https://github.com/Radarr/Radarr/issues/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
* New: Release Group for movie table index
Co-authored-by: Qstick <qstick@gmail.com>
* fixup! New: Release Group for movie table index
---------
Co-authored-by: Qstick <qstick@gmail.com>