Code: Select all
I:/Anime/{primaryTitle.replace(': ',' - ')} [{n.findMatch(group) ? null : group}] ({source} {vf} {vc} {ac})/{primaryTitle.replaceAll(/(?<=\w)[\w\s]/, '').replace(': ', '-')} {absolute.pad(2)} - {t.replace(': ', ' - ')}


Code: Select all
I:/Anime/{primaryTitle.replace(': ',' - ')} [{n.findMatch(group) ? null : group}] ({source} {vf} {vc} {ac})/{primaryTitle.replaceAll(/(?<=\w)[\w\s]/, '').replace(': ', '-')} {absolute.pad(2)} - {t.replace(': ', ' - ')}
Code: Select all
{any{e.pad(2)}{"Special $special"}}
Code: Select all
{episode.special ? 'Special' : 'Season '+s}
Code: Select all
{any{e}{'S'+special}.pad(2)}
Pretty much. FileBot ignores those right away so they can't interfere with matching.Romtromon wrote:Thanks for the help and quick replies as usual! Also, I can't seem to find the OPs and EDs on the episode finder so is it not possible for me to rename them?