Moving movies/shows to seperate folders based on language
Posted: 01 Feb 2024, 20:41
Not sure if possible, but am not that well versed into setting custom formats. And was happy in what I achieved.
However now I wanna push it
Currently I use for movies:
The lack of a space missing in the actual file name between year and IMDB tag is intentional. (when no IMDB tag was found, it would just give an extra space in the filename)
Each time I do a different language, I change the languagefolder manually. (here that would be "hindi")
All my files are currently stored in 2 big folders.(1 for movies, 1 for shows)
And they all have the same kind of set up. Foldername is:
[AUDIOLANGUAGE] Movie/tvshow name
Example: [HINDI] Rajkumar (1964)/Rajkumar (1964).mkv
Is it possible for filebot to recognize [HINDI] as the folder I want the file to move to?
Would become:
/hindi/Rajkumar (1964)/Rajkumar (1964).mkv
Otherwise would it be possible to use imdb data to get the move structure based on audio according to IMDB? (Have to check what I will do with dubs, and a lot audio is not set correctly to the right language.)
However now I wanna push it

Currently I use for movies:
Format: Select all
D:/Movies/hindi/{N} ({Y}) {{"{imdb-$imdbid}"}}/{N} ({Y}){{"{imdb-$imdbid}"}}{ '.' + lang.ISO2 }
Each time I do a different language, I change the languagefolder manually. (here that would be "hindi")
All my files are currently stored in 2 big folders.(1 for movies, 1 for shows)
And they all have the same kind of set up. Foldername is:
[AUDIOLANGUAGE] Movie/tvshow name
Example: [HINDI] Rajkumar (1964)/Rajkumar (1964).mkv
Is it possible for filebot to recognize [HINDI] as the folder I want the file to move to?
Would become:
/hindi/Rajkumar (1964)/Rajkumar (1964).mkv
Otherwise would it be possible to use imdb data to get the move structure based on audio according to IMDB? (Have to check what I will do with dubs, and a lot audio is not set correctly to the right language.)