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