#PMM is not overriding Plex metadata
1 messages · Page 1 of 1 (latest)
What's in the log?
You have been asked to provide your log file, which will allow us to support you further.
You can find your meta.log file within the logs folder of your Plex Meta Manager config folder [right next to config.yml].
You can drag-and-drop your meta.log file directly into Discord, you do not need to upload it to a third-party site unless it exceeds the 50mb size limit.
Please DO NOT manually extract, copy and paste text from your log files directly into Discord as the formatting can be difficult to read and can often redact parts of the log file that are important for full context.
[CRITICAL] | 'int' object has no attribute 'lower'
There is either an issue in config/Plex/TV/Money Heist (2017).yml or a bug in PMM that is preventing the file from being processed.
PMM is attempting to convert a string to lowercase, but it has been handed an integer.
Could you post your 'Money Heist (2017).yml here, to make sure that is correct?
Right now, looking at one of my metadata ymls (it only alters the seasons title and summary), it looks like you should add " before and after Money Heist. Checking something else right now.
Here is from the metamanager wiki
https://metamanager.wiki/en/latest/metadata/metadata/show.html
And this MAY be the major cause:
`Shows
Each metadata definition is defined by the mapping name which can link to a show in multiple ways.
Mapping name must match the show name in Plex exactly unless an alt_title is specified.
Mapping name must match the TVDb ID or IMDb ID mapped to the show.`
So make sure the name "Money Heist" is the same as what is in the library.
metadata:
Money Heist:
seasons:
1:
...
"seasons" should be indented under the title:
That too
Probably it's taking the 1 and trying to lowercase it to compare it to "seasons" or "sort_title" or the like.
Does the show name match exactly what is in your library?
And also do the indentation.