Release [MOD] AniDB.net scrapers for TV shows and Movies
"E01", etc. is not one of the default patterns, those files won't be enumerated without a custom tvshowmatching regexp. If you're willing to rename, you could use "Ep01" or S01E01" - both are default patterns and will get found without using custom regexps.

Similarly with the Dragon Ball file name, if you haven't got an advancedsettings.xml (wiki) with custom regexps, it won't work.

This is an advancedsettings.xml for the file names you're using:
Code:
<advancedsettings>
  <tvshowmatching action="prepend">
    <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
    <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
    <regexp> ()e(\d+)((?:-\d+)*)(?:v\d+)? '[^\\/]*$</regexp>
  </tvshowmatching>
</advancedsettings>

The first two regexps are from the first post (and match the Dragon Ball format), the third matches against " E01 '" - that's space-E<EpNo>-space-apostrophe (the Outlaw Star format)
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 scudlee - 2013-11-07, 15:27
Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8