How do I specify a custom format on the command-line?
Posted: 05 Oct 2022, 16:06
I wanted to rename my files via terminal, but I'm having some problems getting it right.
as you can see in the image. it is renaming, but not by the configuration that I put. could someone help me.

I'm using this configuration.
as you can see in the image. it is renaming, but not by the configuration that I put. could someone help me.

I'm using this configuration.
Code: Select all
for f in *.mkv ; do filebot "$f" -rename -r --db TheMovieDB::TV -non-strict --mode "{n.upperInitial().space(".")}.{vc}.{s00e00}.{t.space}(".").{vf}.CR.WEB-DL.{ac}{channels}.{vc.replace('AVC','x264')}.pt-BR.JPN-Levaculik" --lang English ;done