Release [MOD] AniDB.net scrapers for TV shows and Movies
(2014-01-26, 22:19)xborder Wrote: Hi, i'm having the trouble of not being able to find my episodes. All the files have the following name scheme: [fansub] <anime> - <episode number> [720p].mkv.
I keep getting the error "Could not enumerate the file".. Can anyone suggest me a regex expressin for this naming format? I've used a few described here but they didn't work.

Thank you in advance
I use the following for [fansub] anime - ep (randomstuff).ext:

Code:
\[*\]* - ([0-9]+) [^\\/]*
If that doesn't work, try this:
Code:
\[*\]* - ([0-9]+) \[*\][^\\/]*
This one includes the second set of brackets.
Reply


Messages In This Thread
RE: - by scudlee - 2013-10-12, 17:42
RE: [RELEASE] [MOD] AniDB.net scrapers for TV shows and Movies - by komari - 2014-01-27, 17:56
Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8