#Looking to bring an old Plex created Collection into PMM
1 messages · Page 1 of 1 (latest)
Welcome @marsh sequoia!
Someone from <@&938443185347244033> will assist when they're available.
Including the meta.log from the beginning is a huge help, type !logs for more information.
You can press the "Close Post" button above or type /close at any time to close this post.
Basically the answer is to create a new collection definition in PMM that brings in the same items, then once you've got that tuned, delete the original collection.
PMM won't delete existing collections unless you tell it to or you stomp on them with new collections with the same names.
I have a script that will extract naive collection definitions for existing collections.
https://github.com/chazlarson/Media-Scripts/tree/main/Plex-Meta-Manager
extract_collections.py
ahh, I was hoping there was a easy way to do that. I was looking at some tools to export the Collection as a .csv, then import to trakt.tv to avoid losing anything, and since Plex removed plugins, some of that is kind of a pain.
It seems that to bring into trakt, I need to export the iMDB id to give it something to match with, and when I try to Export metadata with tautulli, it exports the Plex agent information, so that's a no go.
I'll give this a try. At least having the list will help to quickly convert over to trakt manually.
That script will emit a metadata file ready to use with PMM. No intermediary needed.
Oh, awesome, that is exactly what I need then. Thanks for the heads up!