I am running filebot via the cli in order to sort my movies. I have modified the amc.groovy script to add genres to the path as follows. (I tried doing it via the cli but it would use the literal label instead of the genre)
Code: Select all
mov: tryQuietly{ movieFormat } ?: '''Movies/{any{genre}{'No Genre'}}/{n} ({y}){' CD'+pi}{'.'+lang}''',
1. I would like "Science Fiction to be "Sci-Fi"
2. I would like all Non-English language non-Australian movies to have their own genre. ie. All French movies to be in the genre folder "French", all Russian Movies to be in the genre folder "Russian".
3. For Australian movies, I would like to put them in the genre folder "Australian" even though I know the language is English. Then within the Australian folder I would liike them sorted into folders by genre.
I hope all that makes sense.
Making the genre change was pretty easy. This is way beyond my skill and knowledge levels. I would really appreciate some guidance.