update NFO metadata

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
syralk
Posts: 7
Joined: 15 Nov 2019, 19:29

update NFO metadata

Post by syralk »

is there a way to update the metadata in the movie without moving or renaming the movie file

Code: Select all

filebot  --db TheMovieDB --apply nfo artwork metadata tags "/Shares/Links/Movies/Movies1/New York Minute (2004)"
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: update NFO metadata

Post by rednoah »

Yes, you can --apply post-postprocessing actions on existing xattr-tagged files via the -mediainfo command.

e.g.

Code: Select all

filebot -mediainfo /files --apply nfo
:idea: Please read the FAQ and How to Request Help.
Post Reply