How to delete all collections which are unmanaged *and* all collections with <2 items ? #1262
-
Hi, Coming from here. How would I delete ALL collections with less than 2 items AND all collections which are not managed? I tried this, but got horrible errors because of duplucate keys.
I tried this before, but it did not delete anything at all
I'm stuck... Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 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 |
Beta Was this translation helpful? Give feedback.
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