FileBot Command of the Week
Posted: 17 Aug 2023, 11:44
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.
How do I process input files in a specific order?
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}"
