Page 1 of 1

Special renames to Season without number

Posted: 04 Feb 2020, 23:17
by Zotarios
I'm trying to rename some special episode from 0x01 - Show Name to

Code: Select all

{n} ({y})/Season {s.pad(2)}/{n} ({y}) - {sxe} - {t}
But the Season folder it's just "Season".

Code: Select all

Tryed with "{s.compareTo(0) ? s.pad(2) : "Season 00"}" but didn't work neither

Re: Special renames to Season without number

Posted: 05 Feb 2020, 08:50
by rednoah
e.g.

Code: Select all

{regular ? 'Season '+s.pad(2) : 'Season 00'}

:idea: You'll want to use {ny} instead of {n} ({y}) as to not end up with double years.


:idea: You may prefer to just use {kodi} or {plex} if you're looking for a standardized naming scheme:
viewtopic.php?t=4116

Re: Special renames to Season without number

Posted: 16 Feb 2020, 16:52
by Zotarios
It did work on unRaid docker but not on my win10 exe. When I try to rename specials it slows downs almost to be unresponsibe and if I delete them, it returns to normal operation but then I can't rename.

Re: Special renames to Season without number

Posted: 17 Feb 2020, 08:01
by rednoah
Zotarios wrote: 16 Feb 2020, 16:52 It did work on unRaid docker but not on my win10 exe. When I try to rename specials it slows downs almost to be unresponsive and if I delete them, it returns to normal operation but then I can't rename.
No idea. Sounds pretty unrelated to --format though. Might be an unrelated / indirectly related issue.

Re: Special renames to Season without number

Posted: 30 Nov 2024, 09:57
by rednoah