Im trying to make a simple collection but for some reason PMM makes the title of the collection name in uppercase. I've deleted the collection a few times and rerun the script but the same keeps happening.
(currently i only have this collection in my config)
this is the error im getting
1/1 | Wall-E Collection | + | Various Artists: Wall-E |
| |
| 1 Album Processed 1 Album Added |
| |
| Found: WALL-E |
| Looking for: Wall-E |
| Traceback (most recent call last): |
| File "C:\Users\MyUser\Documents\Plex-Meta-Manager\plex_meta_manager.py", line 766, in run_collection |
| builder.load_collection() |
| File "C:\Users\MyUser\Documents\Plex-Meta-Manager\modules\builder.py", line 2865, 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\MyUser\Documents\Plex-Meta-Manager\modules\plex.py", line 944, in get_collection |
| raise Failed(f"Plex Error: Collection {data} not found") |
| modules.util.Failed: Plex Error: Collection Wall-E not found```
im also getting
1 Unmanaged Collection
1 Unconfigured Collection```
collection config
collections:
Wall-E:
plex_all: true
builder_level: album
filters:
- filepath: Movie Soundtracks\Wall-E```
