Filebot CLI specials formatting issue

Any questions? Need some help?
Post Reply
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

Filebot CLI specials formatting issue

Post by Alfke »

I would like filebot to create a folder named specials. Right now I have to rename the season folder manually to specials.

So if I add a new series with specials like this:
firefly - s00e01
firefly - s01e01
firefly - s02e01

I get these 3 folders:
season
season 1
season 2

All files and folders are renamed exactly how I want, it's just the specials folder I'm concerned with. I think it's in my formatting, but I'm not sure what to change:

Here is my CLI formatting: --format "{n .lower()}/season {s}/{n} - {s00e00}"

Please advise

Thanks
Licensed User
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

Re: Filebot CLI specials formatting issue

Post by Alfke »

nm...figured it out after I read the manual :)

{n}/{episode.special ? 'special' : 'season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00}
Licensed User
Post Reply