[AniDB] include special episode number

All about user-defined episode / movie / file name format expressions
Post Reply
kise
Posts: 21
Joined: 17 Sep 2019, 21:28

[AniDB] include special episode number

Post by kise »

Hi, im currently using this format to manually rename files using filebot, "{n} - {absolute.pad(2)} - {t}"
it does work for normal episodes, however when its come for special episodes hey become like "n - - t.mkv", is it possible to modify this filter to use absolute and include special episode number for example in

https://anidb.net/anime/11585

all episodes were renamed correctly except for "S1 - The Legend of X, Y, and Z!", it was supposed to be

"Pocket Monsters XY&Z - S1 - The Legend of X, Y, and Z!" instead it got renamed to "Pocket Monsters XY&Z - - The Legend of X, Y, and Z!"
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Q&A for n00bs

Post by rednoah »

{special} refers to the special number.

e.g.

Code: Select all

{any{'S'+special}{absolute.pad(2)}}
:idea: Please read the FAQ and How to Request Help.
Post Reply