Page 1 of 1

Identifying Anime and using a different path

Posted: 22 Oct 2022, 00:07
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

Re: Identifying Anime and using a different path

Posted: 22 Oct 2022, 05:08
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' }