Page 1 of 1

FileBot Command of the Week

Posted: 17 Aug 2023, 11:44
by rednoah
This is a random collection of filebot commands that you didn't know you wanted. The FileBot Command-line Interface has got something for everyone.


1. Print file path and file size for each video file in descending order by file size

(requires FileBot r9858 or higher)

Shell: Select all

filebot -mediainfo -r /input --file-filter "f.video" --file-order "bytes" --format "{bytes} | {f}"
:idea: How do I process input files in a specific order?