You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add long descriptions for my home videos so that it is picked up by Plex.
mp4's "description" field only supports up to 255 bytes while "long description" is almost unlimited.
I have successfully added the long description through the cli with tageditor set --max-padding 429496729 --tag-pos back mp4:ldes='LONG_DESCRIPTION' -f video.mp4
I would like to do this through the GUI instead if possible.