Search found 1 match

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

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: 1...