Rename "Firstname Lastname" to "Lastname, Firstname"
Posted: 01 Nov 2022, 08:40
Hi rednoah,
How will it be possible while using the [Plain File Mode] to get a hardlink to the proper folder when the naming goes from "Firstname Lastname" to "Lastname, Firstname" ?
Jeff Rovin - [Tom Clancy's Op-Center 21] - Tom Clancy's Op-Center- Call of Duty.epub
The end-result I would like it to be: /media/books/Rovin, Jeff/Jeff Rovin - [Tom Clancy's Op-Center 21] - Tom Clancy's Op-Center- Call of Duty.epub

How will it be possible while using the [Plain File Mode] to get a hardlink to the proper folder when the naming goes from "Firstname Lastname" to "Lastname, Firstname" ?
Jeff Rovin - [Tom Clancy's Op-Center 21] - Tom Clancy's Op-Center- Call of Duty.epub
Code: Select all
{drive}/{"media"}/{"books"}/{fn.match(/(.*) (.*)/).replace(/\2 \1/)}/{fn}
