Page 1 of 1

Ignore "The" in filename

Posted: 05 Oct 2021, 12:35
by imperialized
Currently I'm using:

Code: Select all

E:/Media/Movies/{n[0]}/{n}/{n.upperInitial()} [{y}, {vc}, {ac} {channels} ,{vf}]
The problem is n[0] is a T and I'd rather it be the first letter after "The" -- I don't mind The being in the filename.

For ex:

Code: Select all

E:/Media/Movies/B/The Baseball/the baseball[XXXX].mkv
Everything is right except the whole "The" in there.

Re: Ignore "The" in filename

Posted: 05 Oct 2021, 12:37
by rednoah
The {az} binding will implicitly that care of that:
viewtopic.php?t=910