Eng Title (year) (jap title) / Season 00 / eng title - S00E00 - eng episode title

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Eng Title (year) (jap title) / Season 00 / eng title - S00E00 - eng episode title

Post by rednoah »

Help with renaming anime
Nobumon wrote: I'm looking for a format expression to name files and move to a folder like this:

"Eng Title (year) (jap title) / Season 00 / eng title - S00E00 - eng episode title.mkv"

e.g. with Japanese name:

Format: Select all

{
	plex
	* { ' (' + y + ')' }
	* { ' (' + localize.ja.n + ')' }
}

Code: Select all

TV Shows/The Twelve Kingdoms (2002) (十二国記)/Season 01/The Twelve Kingdoms - S01E01 - Shadow of the Moon, Sea of the Shadow - The First Chapter

e.g. with Romanized Japanese name, i.e. AniDB x-jat title:

Format: Select all

{
	plex
	* { ' (' + y + ')' }
	* { ' (' + primaryTitle + ')' }
}

Code: Select all

TV Shows/The Twelve Kingdoms (2002) (Juuni Kokuki)/Season 01/The Twelve Kingdoms - S01E01 - Shadow of the Moon, Sea of the Shadow - The First Chapter
:idea: Please read the FAQ and How to Request Help.
Post Reply