Search found 2 matches

by gabwzr
29 Aug 2020, 17:51
Forum: Episode / Movie Naming Scheme
Topic: Help collections with year
Replies: 5
Views: 11492

Re: Help collections with year

{vf}{ any{'/' + collection + ' (' + cy.join('-') + ')'} {''} }{'/' + ny}{'/' + ny} or {vf}{ allOf{'/' + collection + ' (' + cy.join('-') + ')'} {''}.join() }{'/' + ny}{'/' + ny} or {vf}{ allOf{'/' + collection}{' (' + cy.join('-') + ')'}.join() }{'/' + ny}{'/' + ny} I'd write it like this: {vf}{&qu...
by gabwzr
27 Aug 2020, 23:06
Forum: Episode / Movie Naming Scheme
Topic: Help collections with year
Replies: 5
Views: 11492

Help collections with year

Good Evening, I am looking to organize some films better and I would like to separate some into collections. in the research done here on the forum, I managed to get close to the result I would like using the following code: {vf}/{collection} {cy.join('-')}/{n.colon(' - ')} ({y})/{n.colon(' - ')} ({...