Thanks! ISO3 did the job.
I'm happy with my current films collection, I used :
Code: Select all
Films/
{any{'Marvel Studios' in info.productionCompanies ? 'Marvel Movie' : null}{model.find{ it.collection == collection }.genre}{genre}}/
{collection}/
{ny.upperInitial()} {audioLanguages.toSorted{it.ISO3}} - {vf}.{channels}.sub{textLanguages.toSorted{it.ISO3}}.{ext}
I feel like collection's genre could be better, and that would cool if we could choose a list of favorite genres because...

There's a lot of genres haha.
While trying to find a good format, I had some trouble to match a local film with a TheMovieDb film. I was trying to have something like the year first {y} then {audioLanguages} (ex:
(2018) [fra,eng] movieName) and guess it had trouble using movies' name with with the previous information.
I think it could be a good idea to have a place where we could share some tips about this tool, so that people don't waste time trying to use the tool! If I had read a tip like "By passing the name of a movie at the very beggining of your format, It'll help the tool -in the future- to directly re-match movies with TheMovieDb" it would have win me some time lol.
But in the end, super cool tool! I was like "Well, my film collection is a big mess. Maybe I'll try to develop a tool to reformate the name and try to order film by genre or something like that." Then I found FileBot. Thanks for the good work!