Movie Collection Naming
Posted: 21 Dec 2016, 00:36
Hello, I'm having problems trying to get the collection year interval.
The desired naming is
The Matrix Collection (1999-2003)/The Matrix (1999)/The Matrix (1999) [1080p, x264, AC3 5.1].mkv
Now I have this
The Matrix Collection/The Matrix (1999)/The Matrix (1999) [1080p, x264, AC3 5.1].mkv
The code is
Also I use a script that downloads the folder image for each movie, is there a way to download the collection image for that collection folder?
Thanks
The desired naming is
The Matrix Collection (1999-2003)/The Matrix (1999)/The Matrix (1999) [1080p, x264, AC3 5.1].mkv
Now I have this
The Matrix Collection/The Matrix (1999)/The Matrix (1999) [1080p, x264, AC3 5.1].mkv
The code is
Code: Select all
{collection.upperInitial().colon(', ')+'/'}{n.upperInitial().colon(', ')} ({y})/{n.upperInitial().colon(', ')} ({y}) [{vf}, {vc}, {ac} {channels}]{subt != '.eng' ? subt.upperInitial() : ''}
Thanks