I have a problem with the amc script, I am a noob so I apologize in advance.
I recently discovered the FileBot and only yesterday I discovered the possibility of using scripts to automate all operations.
I modified the basic script in this way:
Code: Select all
filebot -script fn:amc --output "/users/alevi/downloads/media" --action move -non-strict "/users/alevi/downloads/completed” --def music=y --log-file amc.log --def excludeList=amc.txt --def deleteAfterExtract=y --def clean=y --def musicFormat=/users/alevi/downloads/media/music/{artist}/{y}.{album}/{pi}.{t}
eg Music/Coldplay/2015.A Head Full of Dreams/1.A Head Full Of Dreams
But what I want to achieve is this:
eg Music/Coldplay/(2015) A Head Full of Dreams/01. A Head Full Of Dreams
It is possible, and if so what is the correct syntax? I use OS X.
Many thanks in advance.