Release [MOD] AniDB.net scrapers for TV shows and Movies
#93
If you want to use that format, you need to add a custom tvshowmatching regexp to your advancedsettings.xml (wiki) to deal with it (otherwise it will get picked by the "SEE" regexp).

See the first post for a working example, although that relies on the episode number being between two dashes, e.g. " - 175 - ", to work. You can easily adapt it though, something like:
Code:
<advancedsettings>
  <tvshowmatching action="prepend">
    <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? \[[^\\/]*$</regexp>
    <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? \[[^\\/]*$</regexp>
  </tvshowmatching>
</advancedsettings>
should work (for the format " - 175 [..etc.").

These scrapers are based on the original AniDB.net scraper, but contains several modifications (to make them better Wink).
Reply


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