Separate Live Action and Animation Movies into different folders

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Separate Live Action and Animation Movies into different folders

Post 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 }
:idea: Please read the FAQ and How to Request Help.
Post Reply