Skip to content

How to delete all collections which are unmanaged *and* all collections with <2 items ? #1262

Answered by meisnate12
gitttt54 asked this question in Q&A
Discussion options

You must be logged in to vote

theres not currently a way in a single library run to delete collections that are managed or have less then 2 items you can only do both in a single run
you can create a second PMM Library pointing to the same plex library and run only the other operation

libraries:
  Filme:
    metadata_path:
    - file: config/mm-Filme-watchlist-only.yml
    operations:
      mass_collection_mode: hide
      delete_collections:
        less: 2
  Filme (delete):
    library_name: Filme
    operations:
      delete_collections:
        managed: false

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gitttt54
Comment options

Answer selected by gitttt54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants