Metadata field mapping for Plex fields and MP4 fields

I’m trying to manually add metadata to a set of instructional/workout videos and want to set the metadata on the video files so that if anything happens to my Plex db, my manual work isn’t lost.

I’ve setup my library as a TV Show so I can take advantage of Season detection/organization, but I’m having trouble determining where Plex will pulls local metadata.

Using Subler, I have the following mapping (Plex field: mp4/subler field):

  • Show level metadata:
    • Title: TV Show
    • Summary: ?
  • Season level metadata:
    • Title: ?
    • Summary: ?
  • Episode level metadata:
    • Title (and Sort Title): Name
    • Summary: Long Description
    • Originally Available: Release Date

Does anyone know if its possible to fill in my missing fields from the mp4?

IIRC Plex won’t pick up season and show information from embedded metadata except show title and season number.

I’ve been playing with a similar use case a few years back and tested out the mappings using a dummy file:

  1. copy or create a small mp4/m4v file
  2. open it in Subler
  3. use the option to add all tags
  4. fill in some identifiable values for all of them (except maybe the iTunes specific ones like contentID, playlistID…); example:
    • title=title
    • summary=summary
    • long summary=long summary
    • cast=Cast 1;Cast 2,Cast 3 (use different separators to see which ones are supported by Plex to split the string into individual cast members and similar fields)
  5. name and add the file as an episode of a new show to your library folder and scan the library for updates
  6. compare where you find the entered attributes in the Plex user interface

So it looks like I’ve reached the limit of what plex is able to read from local metadata without implementing support for external metadata files.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.