Skip to content

Option to enable all non default options in custom format groups #722

@GeneralPractitioner-GP

Description

@GeneralPractitioner-GP

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

It would be nice to have an option to enable all non default options in a custom format group, then use exclude for the ones you don't
For example, I want to add all of the options in radarr misc streaming services, so I have to use

custom_format_groups:
  add:
    - trash_id: 9fc645b3cef52b149ec13ba3972245d1  # [Streaming Services] Miscellaneous
      select:
        - 3bf143ecd06f66ed88da4c704350af1d # AUBC
        - d9058beaae2e147183870304dd526761 # CBC
        - f6ff65b3f4b464a79dcc75950fe20382 # CRAV
        - fbca986396c5e695ef7b2def3c755d01 # OViD
        - ab56ccdc473a1f2897c76187ea365be2 # STRP

Over time I would then have to check if this group is change to keep mine up to date.

If we could have an option like select_all: true, then we can use the exclude for ones we don't want

custom_format_groups:
  add:
    - trash_id: f4f1474b963b24cf983455743aa9906c  # [Optional] Movie Versions
      select_all: true
      exclude:
       - 09d9dd29a0fc958f9796e65c2a8864b4 # Open Matte

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds interestValid request, waiting on community demand to justify implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions