I have been using the following renaming format: F:/TV_SHOWS/{n}/{'Season '+s}/{n}.{s00e00}.{t} [{airdate}] and everything has been working just fine. Recently, however, Specials and Season 0 files have been renamed correctly, but NOT moved to the appropriate folder. I want ALL Specials to move to Season 0 but they have moved instead to the F:/TV_SHOWS/{n} folder. None are going to the Season 0 folder.
Can anyone tell me what's gone wrong?
FileBot is NOT renaming Season 0 Episodes
Re: FileBot is NOT renaming Season 0 Episodes
"Recently" ?
try ONLY this on a "Specials and Season 0 file"
answer 
try this:
BTW:
this may be better for you
try ONLY this on a "Specials and Season 0 file"
Code: Select all
{s}
it has never workedBinding "s": undefined

try this:
Code: Select all
{'F:/TV_SHOWS'}{'/'+n}{'/'+any{"Season ${s.pad(2)}"}{'Season 00'}}{'/'+n}{'.'+s00e00}{'.'+t}{' ['+airdate+']'}
this may be better for you
Code: Select all
{'F:/'}{(plex.derive{" [$airdate]"}).toString().replace('Specials','Season 00')}
Re: FileBot is NOT renaming Season 0 Episodes
Please include file paths and screenshots (if GUI) or console output (if CLI). Please click How to Request Help in my signature for details.