#Genre Metadata Edit

1 messages · Page 1 of 1 (latest)

glad ermine
#

Looking for an option to edit library genre metadata similar to content_rating:, title, etc.

Is there a option for this?

leaden loomBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

chrome osprey
#

Can you provide an example of what you want to do?

glad ermine
#

Sure. I want to remove the Horror genre from a bunch of Kids movies. Goosebumps, Adams family, etc and replace them with a "family" genre

#

Simlarly like what I did to change movie ratings:

metadata:
Miracle on 34th Street:
title: Miracle on 34th Street
year: 1947
content_rating: G

#

Miracle on 34th Street was made before ratings. I wanted my kids to be able to watch it on their profile. But now want to clean up some of the plex genres that don't make sense

chrome osprey
#

So there are a couple options

#

You can either:

manually specify the genres you want it to have, this will remove any genres not in your list:

metadata:
  Miracle on 34th Street:
      title: Miracle on 34th Street
      year: 1947
      content_rating: G
      genre.sync: Family

manually add and remove genres:

metadata:
  Miracle on 34th Street:
      title: Miracle on 34th Street
      year: 1947
      content_rating: G
      genre: Family
      genre.remove: Horror
glad ermine
#

I looked in the wiki, but it didn't list genre as an option. Does PMM inherently know the labels in plex?

#

use and underscore for spaces?

chrome osprey
#

comma separated list

#

genre.sync: genre1, genre2, genre3

glad ermine
#

tag attributes

#

Thank you so much!

#

I am new to this stuff, learning fast. I really appreciate your help @chrome osprey

chrome osprey
#

No problem 👍

#

Anything else or you happy for me to close this?

glad ermine
#

Thanks