Page 1 of 1

Separate Live Action and Animation Movies into different folders

Posted: 21 Sep 2020, 10:48
by rednoah
You can use custom formats to generate different destination paths for different files:
https://www.filebot.net/naming.html


How do you define "Animation" and how can FileBot know which files is considered "Animation" by you? Do you mean Anime episodes? Or Anime movies? Or any movie that's in the Animation category according to TheMovieDB? Or any files that are some magic predefined "Animation" folder?


e.g. if Animation in genres then treat as animation, otherwise treat as normal movie:

Format: Select all

{ genres =~ /Animation/ ? 'Animation Movie' : 'Normal Movie' }/{ plex.tail }