use audio.language to move files to language folders?
Posted: 17 Nov 2016, 17:28
Hey,
can someone help me to write a format experssion that moves my EN movies (based on audio.language) to folder1 and movies with language X to folder2?
I found a part in this thread, but im not 100% sure whats the right syntax is
can someone help me to write a format experssion that moves my EN movies (based on audio.language) to folder1 and movies with language X to folder2?
I found a part in this thread, but im not 100% sure whats the right syntax is
Code: Select all
sudo filebot -script 'fn:amc' '/volume1/downloads' --output /volume1/sorted --def movieFormat="{audio.size() > 1 ? 'movie-en' : 'de' in audio.language ? 'movie-de' : 'movies'}/{n} ({y})/{fn}" --action test -non-strict --conflict auto --lang de