Search found 1 match

by snaporaz
27 Apr 2019, 17:02
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 37
Views: 708330

Re: How about sharing our format expressions?

I have a simple renaming scheme to organize movies in folders. It distinguishes english names and "foreign" latin and non-latin names:

{y}/{primaryTitle}{if (n != primaryTitle) {primaryTitle.isLatin() ? " (${n})" : " (${primaryTitle.ascii()}) (${n})"}}/{fn}

Like this:

1993/Short Cuts/Short Cuts ...