Help with Collections
Posted: 20 Oct 2015, 05:49
I'm using my RasberryPi to sort out my media files as I download them and so far its been great. I have my format very simple and I would like to take it one step further. I would like to put collections of movies in just one folder and not Collection Folder>Movie Folder>Movie Name.mp4
Here's what I'm using now:
I've been using the GUI to test out different formats but I can't figure out a way to either only use collections part of the script if it is a collection or if it is a collection skip the first set of {n} ({y}).
Exp:
I want this
Aliens Collection/Alien (1979).mp4
Aliens Collection/Aliens (1986).mp4
Instead of this:
Aliens Collection/Alien (1979)/Alien (1979).mp4
Aliens Collection/Aliens (1986)/Aliens (1986).mp4
Any help would be appreciated!
Here's what I'm using now:
Code: Select all
Movies/{collection+'/'}{n} ({y})/{n} ({y}){' CD'+pi}
Exp:
I want this
Aliens Collection/Alien (1979).mp4
Aliens Collection/Aliens (1986).mp4
Instead of this:
Aliens Collection/Alien (1979)/Alien (1979).mp4
Aliens Collection/Aliens (1986)/Aliens (1986).mp4
Any help would be appreciated!