Page 1 of 1

[AniDB] include special episode number

Posted: 10 Dec 2019, 18:19
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!"

Re: Q&A for n00bs

Posted: 11 Dec 2019, 00:19
by rednoah
{special} refers to the special number.

e.g.

Code: Select all

{any{'S'+special}{absolute.pad(2)}}