Search found 1 match
- 27 Apr 2019, 17:02
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 36
- Views: 583503
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.1993 ...