As an Example:
Code: Select all
"{n} - {sc} - {info.status}"Code: Select all
Show A - 2 - Ended
Show B - 1 - Ended
Show C - 5 - Ongoing
Etc.Code: Select all
"{n} - {sc} - {info.status}"Code: Select all
Show A - 2 - Ended
Show B - 1 - Ended
Show C - 5 - Ongoing
Etc.Shell: Select all
filebot -mediainfo -r . --format "{n} | {sc} | {info.status}" | sort -u | tee status.txtConsole Output: Select all
$ filebot -mediainfo -r . --format "{n} | {sc} | {info.status}" | sort -u | tee status.txt
Alias | 5 | Ended
$ cat status.txt
Alias | 5 | Ended