Page 1 of 1

FileBot is NOT renaming Season 0 Episodes

Posted: 05 Jun 2020, 22:03
by NightMyst
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?

Re: FileBot is NOT renaming Season 0 Episodes

Posted: 06 Jun 2020, 02:27
by kim
"Recently" ?
try ONLY this on a "Specials and Season 0 file"

Code: Select all

{s}
answer
Binding "s": undefined
it has never worked ;)

try this:

Code: Select all

{'F:/TV_SHOWS'}{'/'+n}{'/'+any{"Season ${s.pad(2)}"}{'Season 00'}}{'/'+n}{'.'+s00e00}{'.'+t}{' ['+airdate+']'}
BTW:
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

Posted: 06 Jun 2020, 03:25
by rednoah
Please include file paths and screenshots (if GUI) or console output (if CLI). Please click How to Request Help in my signature for details.