FileBot Command of the Week

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

FileBot Command of the Week

Post 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?
:idea: Please read the FAQ and How to Request Help.
Post Reply