Hello,
I'm using the GUI at the moment to prove what i want is possible, now i can see it is i want to be able to call that from a bash script, however i'm struggling with the format. Looking on the website, i can see some general advice but nothing that really matches my setup.
Within "/Cript/FlexGet/Download/TransmissionStage/" i have a series of folders, and within them they containing media files, i need both the files and the folders renaming, moving to a different top level folder, and then i can clean empty folders on completion.
This works in the GUI with this as my criteria.
/Cript/FlexGet/Download/TransmissionComplete/{n.colon(' - ')} [{y}] [{genre}]/{n.colon(' - ')} [{y}] [{genre}]
I tried this will no joy,
/usr/bin/filebot -rename /Cript/FlexGet/Download/TransmissionStage/ --db TheMovieDB --format "/Cript/FlexGet/Download/TransmissionComplete/{n.colon(' - ')} [{y}] [{genre}]/{n.colon(' - ')} [{y}] [{genre}]"
Thanks