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
Identifying Anime and using a different path
Re: Identifying Anime and using a different path

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' }