Normal
Place all your eps in a folder called "Season 00".Then use the expression below.Works great with bleach so should work with Naruto too.You may need to enable showing removables in mediaportal for the episodes to show up.Regexp:[CODE](?<season>00).*(?<series>Naruto)[\s-00_]{1,3}(?<episode>\d+)(?:-(?<episode2>\d+))?.*\.(?<ext>[^.]*)[/CODE]
Place all your eps in a folder called "Season 00".
Then use the expression below.
Works great with bleach so should work with Naruto too.
You may need to enable showing removables in mediaportal for the episodes to show up.
Regexp:
[CODE](?<season>00).*(?<series>Naruto)[\s-00_]{1,3}(?<episode>\d+)(?:-(?<episode2>\d+))?.*\.(?<ext>[^.]*)[/CODE]