Move "The" to the end

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
esullivan
Posts: 48
Joined: 13 Jun 2014, 16:05

Move "The" to the end

Post by esullivan »

Used to use this format to move "The" to the end, however it seems to have stop working. Picture to show this. Thanks for any help to correct this!

https://ibb.co/KjwwYkR
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Move "The" to the end

Post by rednoah »

Try this:

Code: Select all

{ n.sortName('$2, $1') }
:arrow: viewtopic.php?t=211
:idea: Please read the FAQ and How to Request Help.
User avatar
esullivan
Posts: 48
Joined: 13 Jun 2014, 16:05

Re: Move "The" to the end

Post by esullivan »

That seems to work, thanks!
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Move "The" to the end

Post by kim »

are you using GUI or cmd ?

GUI try
replace

Code: Select all

\\s 
with

Code: Select all

\s
cmd

Code: Select all

\\s
https://en.wikipedia.org/wiki/Escape_character
Post Reply