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

Overseerr - Media downloaded date is 1970-01-01 #1113

Open
gebs opened this issue May 28, 2024 · 3 comments
Open

Overseerr - Media downloaded date is 1970-01-01 #1113

gebs opened this issue May 28, 2024 · 3 comments

Comments

@gebs
Copy link

gebs commented May 28, 2024

Describe the bug
A few movies get added to the collections to early. Testing the media reveals that the Overseerr - Media downloaded date is set to 1970-01-01. In Overseerr I'm not able to find this date. So i'm not sure if it's a configuration issue.

Expected behavior
The field Overseerr - Media downloaded date should have the correct date the movie was downloaded.

Screenshots
image

@gebs
Copy link
Author

gebs commented Jul 11, 2024

Had a further look at it. My Overseerr => Plex connection was broken, so it didn't report a downloaded date (returned null). Solved after reconfiguring Plex in Overseerr

I figure the date is not nullable and falls back to the first date. I think it would be good to not include items without downloaded date in the collection, better to delete too little than too much.

@jorenn92
Copy link
Owner

Ah, good catch. It's a good idea to filter items with this 1970 date out of the selection,

@Gwindalmir
Copy link

I noticed this with radarr too if it looks up a movie that was never requested in there (i.e. manually added to Plex).
I had to make sure I also checked for "is monitored", or my checks for older than 60 days would have false positives.

ruleResults:
        - operator: OR
          action: before
          firstValueName: Radarr - Date added
          firstValue: 0001-01-01T07:53:00.000Z
          secondValueName: custom_days
          secondValue: 2024-05-09T08:26:46.983Z
          result: true
        - operator: AND
          action: equals
          firstValueName: Radarr - is monitored
          firstValue: null
          secondValueName: boolean
          secondValue: 1
          result: false```

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

No branches or pull requests

3 participants