Giter VIP home page Giter VIP logo

Comments (3)

gebs avatar gebs commented on September 25, 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.

from maintainerr.

jorenn92 avatar jorenn92 commented on September 25, 2024

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

from maintainerr.

Gwindalmir avatar Gwindalmir commented on September 25, 2024

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```

from maintainerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.