Strip MP4 embedded metadata

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jaredc2
Posts: 8
Joined: 25 Jan 2020, 17:40

Strip MP4 embedded metadata

Post 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
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: metadata

Post 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
:idea: Please read the FAQ and How to Request Help.
jaredc2
Posts: 8
Joined: 25 Jan 2020, 17:40

Re: metadata

Post 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
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: metadata

Post by rednoah »

FileBot cannot. FileBot does not modify files, therefore it cannot modify embedded MP4 metadata.
:idea: Please read the FAQ and How to Request Help.
Post Reply