Identifying Anime and using a different path

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
loofahkiin
Posts: 1
Joined: 22 Oct 2022, 00:03

Identifying Anime and using a different path

Post by loofahkiin »

Hi. I'm very new to file bot and have tried to find a solution on my own but have come up with nothing
I was hoping to be able to use file bot to identify if what I'm renaming is Anime and to send it to a different file path.

Any help would be appreciated
User avatar
rednoah
The Source
Posts: 23959
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Identifying Anime and using a different path

Post by rednoah »

:?: What is the file path you have? What is the file path you want? Please read How to Request Help.


You can use the {anime} binding in your custom format to generate different file paths depending on the Episode object at hand:

Code: Select all

{ anime ? '/path/to/Anime' : '/path/to/TV Shows' }
:idea: Please read the FAQ and How to Request Help.
Post Reply