video_tags metadata in MP4 for Plex #1126
Unanswered
aaronmitchellharris
asked this question in
Q&A
Replies: 1 comment
-
I'm not familiar, the Plex forums are probably best to ask this question. Plz report back here if you do find out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know the correct
video_tags
values to use when embedding metadata in MP4 video files to be used in Plex?So far, I've found that these
video_tags
correspond to these Plex values:date
->Originally Available
genre
->Genres
album
->Collection
However, I'm having a hard time figuring out which
video_tags
will work for things likeStudio
,Directors
,Writers
,Producers
. I'd like to use these tags as ways to organize my videos.I used https://github.com/squaresmile/Plex-Plug-Ins/blob/master/LocalMedia.bundle/Contents/Code/videohelpers.py to figure out I needed to use
album
forCollection
since that one was less obvious, but the other things I've tried from there don't seem to work.Beta Was this translation helpful? Give feedback.
All reactions