I'm currently trying to restructure/rename folders in this format:
Code: Select all
*\Genre\English Title (Year) - (Original Title)
Code: Select all
*\{genres[0]}\{n.upperInitial()} ({y}) - ({"$primaryTitle".upperInitial()})
So i did some more searching on the forums and i came across this piece of code shared by rednoah:
Code: Select all
*\{genres[0]}\{allOf{info.OriginalName}{n.upperInitial()}.unique().join(' - ')} ({y})
I've been messing around with it for a bit to change the order of names from: Original - English (Year) (which this code results in) to my preferred format but i haven't been able to without errors.
And from the few movies i'm using to test this on it's also applying the original name to 2 of the 11 films which don't have one listed on TMDb (i.e https://www.themoviedb.org/movie/16523- ... things-are)
Would really appreciate some help on this as this piece of software is the closest thing i've found to be able to do exactly what i want out of it, and believe me i've tried a bunch.