Git Product home page Git Product logo

Comments (5)

jberlyn avatar jberlyn commented on September 23, 2024 1

@jberlyn, sorry for the delay; I've been busy and haven't had time to implement this yet. I'm also not entirely happy with the solution I proposed earlier. I'm still figuring out the best approach to tackle this. But I'm always open to ideas and suggestion!

I think your initial solution with just an option to "Remove entire show if Ended and no other seasons exist on disk" would work.

from maintainerr.

jorenn92 avatar jorenn92 commented on September 23, 2024

Hey! I noticed your discussion in Discord a bit late, so I appreciate you bringing it up as an issue. That way, I don't have to read through the entire message history 😅.

Maintainerr is designed to fetch Plex's library data initially, so it doesn't recognize your monitored *arr items without data.
Changing this would be a significant alteration, potentially leading to unintended side effects.

Perhaps another solution could be adding a checkbox on the rule page. This checkbox would allow users to force-remove ended shows, even when the action is set to 'unmonitor'. What do you think?

from maintainerr.

jberlyn avatar jberlyn commented on September 23, 2024

Perhaps another solution could be adding a checkbox on the rule page. This checkbox would allow users to force-remove ended shows, even when the action is set to 'unmonitor'. What do you think?

That could work. How would you envision the rule setup to be for my current scenario?

This is the rule set I have setup right now that tackles TV shows. The media type is set to Seasons and the Sonarr Action is set to Unmonitor and delete season.

mediaType: SEASONS
rules:
  - "0":
      - firstValue: Plex.addDate
        action: BEFORE
        customValue:
          type: custom_days
          value: "60"
      - operator: AND
        firstValue: Plex.sw_amountOfViews
        action: EQUALS
        customValue:
          type: number
          value: 0
      - operator: AND
        firstValue: Sonarr.tags
        action: NOT_CONTAINS
        customValue:
          type: text
          value: maintainerr-immunity
  - "1":
      - operator: OR
        firstValue: Plex.lastViewedAt
        action: BEFORE
        customValue:
          type: custom_days
          value: "60"
      - operator: AND
        firstValue: Sonarr.tags
        action: NOT_CONTAINS
        customValue:
          type: text
          value: maintainerr-immunity

from maintainerr.

jberlyn avatar jberlyn commented on September 23, 2024

@jorenn92 Sorry to ping you, just wondering if there was any update on this one? Was there anything else I can help with from a testing side?

from maintainerr.

jorenn92 avatar jorenn92 commented on September 23, 2024

@jberlyn, sorry for the delay; I've been busy and haven't had time to implement this yet. I'm also not entirely happy with the solution I proposed earlier. I'm still figuring out the best approach to tackle this. But I'm always open to ideas and suggestion!

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.