Ignore "The" in filename

All about user-defined episode / movie / file name format expressions
Post Reply
imperialized
Posts: 14
Joined: 19 Jun 2016, 14:44

Ignore "The" in filename

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ignore "The" in filename

Post by rednoah »

The {az} binding will implicitly that care of that:
viewtopic.php?t=910
:idea: Please read the FAQ and How to Request Help.
Post Reply