Search found 3 matches

by eptesicus
20 May 2019, 18:32
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5861

Re: Movie format: Colons and Articles (The, A, An...)

rednoah wrote: 20 May 2019, 18:25 Fixed:

Code: Select all

{n.split(':')*.sortName('$2, $1').join(' - ')} ({y})
Thanks! I just figured that out before hopping back on here. Thanks for your help!
by eptesicus
20 May 2019, 18:23
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5861

Re: Movie format: Colons and Articles (The, A, An...)

e.g. {ny.split(':')*.sortName('$2, $1').join(' - ')} Lion King 2, The - Simba's Pride (1998) :!: Note that this won't work well for contrived corner cases like The Name: The Title where both The would be shuffled around, and not just the first one. Interesting... With that, I get output like below....
by eptesicus
20 May 2019, 15:24
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5861

Movie format: Colons and Articles (The, A, An...)

Looking to properly format movies to be in the example format, "Lion King 2, The - Simba's Pride (1998).mkv". My format expression is below. In my expression, it results in the article, the, a, and an to be before the year, but not before the colon/hyphen like "Lion King 2 - Simba's P...