Special renames to Season without number

All your suggestions, requests and ideas for future development
Post Reply
Zotarios
Posts: 3
Joined: 04 Feb 2020, 23:12

Special renames to Season without number

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

Re: Special renames to Season without number

Post 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
:idea: Please read the FAQ and How to Request Help.
Zotarios
Posts: 3
Joined: 04 Feb 2020, 23:12

Re: Special renames to Season without number

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

Re: Special renames to Season without number

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23694
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Special renames to Season without number

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
Post Reply