Storing files on Debian and rename them through Win version of Filebot.
Works fine. Is there a way of generating a command line from the preset(s) I use with the windows version so that I can use it for processing after downloads? Perhaps a debug file that I can read from? Thanks, Jmblr
Script generation from Win GUI
Script generation from Win GUI
-- With both feet on the ground you can't make any step forward...
Re: Script generation from Win GUI



e.g. Do Select files: /input, Datasource: TheMovieDB, Rename Action: Hardlink, Format Expression: /output/{plex.id}, Debug Log: /path/to/debug.log
Shell: Select all
filebot -rename -r "/input" --db TheMovieDB -non-strict --action Hardlink --output "/output" --format "{plex.id}" --log-file "/path/to/debug.log"
Re: Script generation from Win GUI
Thanks, that will help.
Should have searched the forum on topic prior anyway - sorry for that.
Cheers, Jmblr
Should have searched the forum on topic prior anyway - sorry for that.
Cheers, Jmblr
-- With both feet on the ground you can't make any step forward...
Re: Script generation from Win GUI
Let us know what you come up with. Might be useful for the next guy.