Kodi Community Forum

Full Version: Auto Rename each Movie Folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I rename a movie's folder so that the "A's" & "The's" are moved to the end of the name?

Or restated:

Using the Renamer Module in Ember what string (or pattern) should I use to rename the folders:
$T (", ")("The" or "A") {($Y)}?

Example:
The Adjustment Bureau (2011) to Adjustment Bureau, The (2011)

I've been wracking my brain and finally resorted to posting this question.

Any help would be appreciated.
$L {($Y)}

$L = List Title (basically how its displayed in EMM)
Beautiful.

Thank you kindly and the those in this community that continue to better EMM.
Your welcome.