Page 1 of 1

Strip MP4 embedded metadata

Posted: 01 Apr 2020, 17:53
by jaredc2
is their a way to remove all meta data using filebot?

im currently using the following expression.

Code: Select all

{n.space(' ')} ({y}) (BluRay) ({vf.upper()})
how would i add something to remove all metadata.

thanks

Re: metadata

Posted: 01 Apr 2020, 18:41
by rednoah
Define "metadata"? Your custom format would be unrelated to any kind of metadata I can think of.


If you're using Plex, this might be relevant:
viewtopic.php?t=11344

Re: metadata

Posted: 02 Apr 2020, 15:59
by jaredc2
Some mp4s come with data in the Title, Tags, and Comments. how do i empty these fields as part of the script.
i normally empty them manually

thanks

Re: metadata

Posted: 02 Apr 2020, 19:23
by rednoah
FileBot cannot. FileBot does not modify files, therefore it cannot modify embedded MP4 metadata.