Hey!
My friends are requesting movies/series by adding medias to their own Trakt list, which are monitored by radarr/sonarr. I did setup Kometa so that each of my friend trakt list results in a collection on Plex. I got it working.
The issue I'm having is that as a last step for Kometa I want it to create a collection of all medias which were not requested via a Trakt list. I will use it as a "To be deleted" collection. I managed to implement it by using a combination of plex_search and collection.not, but I'm not sure it's the proper way because Kometa throws an error if any collection doesn't exist (my friend emptied his trakt list).
I would appreciate any help.. thanks!
CollectionA:
trakt_list: https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionB:
trakt_list: https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionC:
trakt_list: https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionD:
trakt_list:
- https://trakt.tv/users/[redacted]
- https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionE:
trakt_list: https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionF:
trakt_list: https://trakt.tv/users/[redacted]
sync_mode: sync
CollectionG:
plex_search:
all:
collection.not: CollectionA, CollectionB, CollectionC, CollectionD, CollectionE, CollectionF
item_radarr_tag.sync: orphan
sync_mode: sync
The error will then be:
Options: ['CollectionB', 'CollectionC', 'CollectionD', 'CollectionE', 'CollectionF']