Help with cronjob for creating directories for my movies
Posted: 14 Jul 2015, 04:15
I was able to finally get the command I needed for creating directoties and then movie the original file into the said directory
But now I am wanting to create a cronjob to establish a sort of watch folder for this command, the call I am using is
But it is causing the following results
Z:\Movies\Example (2015)\Example (2015)\Example (2015)\Example (2015)\Example (2015)\Example.mkv
is there a way for me to alter the command the leave already created folders alone?
Code: Select all
filebot -rename -r <Movies> --db=TheMovieDB --format "{n} ({y})/{fn}"
Code: Select all
/usr/bin/filebot -rename -r <Movies> --db=TheMovieDB --format "{n} ({y})/{fn}"
Z:\Movies\Example (2015)\Example (2015)\Example (2015)\Example (2015)\Example (2015)\Example.mkv
is there a way for me to alter the command the leave already created folders alone?