Page 1 of 1

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

Posted: 22 Nov 2024, 08:57
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