JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.28k stars 63 forks source link

[Bug] Radarr not displaying all missing movies #10

Closed s3rverro0m closed 4 years ago

s3rverro0m commented 4 years ago

Describe the Bug LunaSea doesn't show all the missing movies in Radarr.

To Reproduce I have 32 movies missing currently and only 9 show up.

Expected Behaviour All 32 moves should show up.

s3rverro0m commented 4 years ago

IMG_0667

Screen Shot 2019-12-30 at 8 22 06 PM
JagandeepBrar commented 4 years ago

Are some of the movies releasing more than 60 days in the future? Right now it only checks for movies that have already been released physically or will be released in the next 31 days (1 month).

I might re-work it to show everything, but I thought it since it was "missing" it should be only releases that are/might be readily available (in the case of a leak, usually happens 1-2 weeks early).

Thoughts?

JagandeepBrar commented 4 years ago

Actually, decided to show all releases so it doesn't cause confusion for others in the future.

Fixed in #11.

s3rverro0m commented 4 years ago

Ah got it! I would be okay with any of those options, whatever you think is best. If you were to keep the original way you had it, a popup would have been helpful so there isn’t any confusion! Just a suggestion. But looks like you changed it to show all :)

JagandeepBrar commented 4 years ago

Yes! I think it's best to just show all in the end.

I also just merged in changes that makes it also show titles that have been announced, so it should show any titles that are not marked as downloaded regardless of when it is releasing.