FileBot is NOT renaming Season 0 Episodes

Any questions? Need some help?
Post Reply
NightMyst
Posts: 1
Joined: 05 Jun 2020, 21:26

FileBot is NOT renaming Season 0 Episodes

Post 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?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: FileBot is NOT renaming Season 0 Episodes

Post 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')}
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot is NOT renaming Season 0 Episodes

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply