exporting presets to cli

All your suggestions, requests and ideas for future development
Post Reply
drunkgummyboy
Posts: 5
Joined: 06 Nov 2022, 21:19

exporting presets to cli

Post by drunkgummyboy »

Is there a way to make a preset including post processes and exporting it to CLI to make a script of it.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: exporting presets to cli

Post by rednoah »

Unfortunately, no. The GUI and the CLI are completely separate. However, the concepts are the same, so you can easily copy & paste an example filebot command from the manual and then change or add a few option values to make it do whatever your Presets and Post-Processing Features are currently doing:
https://www.filebot.net/cli.html

e.g.

Code: Select all

filebot -rename -r "/input" --db TheMovieDB::TV -non-strict --action duplicate --output "/output" --format "{plex.id}" --apply artwork nfo url metadata
:idea: Please read the FAQ and How to Request Help.
Post Reply