Movie Format
Posted: 17 Oct 2015, 17:56
Hey Reinhard,
Been a very long time since I've posted here, and so pleased to see FileBot is doing better than ever and I can only hope the same goes for you!!
I have a quick question, since I haven't updated FileBot in AGES a lot has changed and some of my formats have become obsolete, in a sense...
I used to use the following for my movies:
However I get a BindingException for "imdb". Now I have seen there is now a "Genre" binding and my question is does it still work the same as above?
My ultimate goal is to simply get the genre from IMDB, the first genre, and send the movie to the relevant genre folder.
On a side note, is there anything major that has changed that I should be aware of since the last 2 years or so? I am so out of touch and need to start checking everything, I am sure things can become far more easier to implement now!
Hoping to hear back from you soon, take care!
Been a very long time since I've posted here, and so pleased to see FileBot is doing better than ever and I can only hope the same goes for you!!

I have a quick question, since I haven't updated FileBot in AGES a lot has changed and some of my formats have become obsolete, in a sense...
I used to use the following for my movies:
Code: Select all
X:/Movies/{imdb.genres.take(1).join(' ')}/{n.replaceAll(":", replacement = " -")} ({y})
My ultimate goal is to simply get the genre from IMDB, the first genre, and send the movie to the relevant genre folder.
On a side note, is there anything major that has changed that I should be aware of since the last 2 years or so? I am so out of touch and need to start checking everything, I am sure things can become far more easier to implement now!

Hoping to hear back from you soon, take care!
