#All Caps Collections Fail Creation
1 messages · Page 1 of 1 (latest)
There's a Plex issue that comes up when the case of a collection name is changed after creation. If you delete the collection from Plex entirely and let PMM recreate it with the desired name it should get cleared up.
I have tried that to no success
I am running it one more time just to be sure though
Yep, same issue. It correctly puts items into a collection, but names it Mappa instead of MAPPA, and then doesn't apply any of the default settings (summary, poster, etc)
delete the collection, then run optimize db in the plex server troubleshooting menu, wait a little bit, try the collection again with pmm
|===================================== Running MAPPA Collection =====================================|
| |
| Smart Show Filter |
| Sort By: ['release.desc']
| Filter:
| Match any of the following:
| Studio is MAPPA
| Smart Collection Created: ?type=2&sort=originallyAvailableAt%3Adesc&push=1&show.studio%3D=MAPPA&pop=1
|
| Found: Mappa
| Found: Mappa
| Looking for: MAPPA
| Traceback (most recent call last):
| File "C:\Users\matth\Plex-Meta-Manager\plex_meta_manager.py", line 666, in run_collection
| builder.load_collection()
| File "C:\Users\matth\Plex-Meta-Manager\modules\builder.py", line 2521, in load_collection
| self.obj = self.library.get_playlist(self.name) if self.playlist else self.library.get_collection(self.name, force_search=True)
| File "C:\Users\matth\Plex-Meta-Manager\modules\plex.py", line 839, in get_collection
| raise Failed(f"Plex Error: Collection {data} not found")
| modules.util.Failed: Plex Error: Collection MAPPA not found
|
|
|===================================== No Collection to Update ======================================|
Looks like it's trying to find things with "Studio is MAPPA", but finds only "Mappa".
Yeah, and if I change it in the yml to match that casing, it wont even run (because technically thats not the studio name in Plex)
That worked! Properly created and everything
I forget that the optimize db button exists sometimes
I do have other unrelated questions that arent necessarily issues, would general chat be the best place for that?