Search found 2 matches

by bigsmall999
22 Apr 2017, 14:23
Forum: Episode / Movie Naming Scheme
Topic: naming format to specific folder, based on year
Replies: 2
Views: 2085

Re: naming format to specific folder, based on year

Awesome, thanks for the quick reply!

Here's my code, in case anyone has a similar use case:

Code: Select all

{y > 1999 ? 'F:/Movies' : 'E:/Movies'}/{y}/{ny}/{ny} [{af}]
by bigsmall999
22 Apr 2017, 12:20
Forum: Episode / Movie Naming Scheme
Topic: naming format to specific folder, based on year
Replies: 2
Views: 2085

naming format to specific folder, based on year

I am currently using a naming format that organises my movies into folders by year, within the 'movies' folder: F:/Movies/{y}/{ny}/{ny} [{af}] e.g.: F:/Movies/2016/10 Cloverfield Lane (2016)/10 Cloverfield Lane (2016) [6ch].mp4 Due to the size of my library, I have had to split it into two main fold...