Release [MOD] AniDB.net scrapers for TV shows and Movies
I think based on what I can see, Filebot doesn't bother to supply a season number for anidb shows.

I'm not overly familiar with Filebot, but a quick play around and test got me to:
Code:
../{n}/{"S${episode.special ? 0.pad(2) : episode.season ? s.pad(2) : 1.pad(2) }"}/{n} - {"${episode.special ? 0 : episode.season ? s : 1 }x"}{episode.special ? special.pad(2) : e.pad(2)} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'") .lowerTrail().replacePart(', Part $1')}

Which should (hopefully) produce:
Quote:Shinseki Evangelion/S01/Shinseki Evangelion - 1x01 - Angel Attack.mkv

That should be more consistent with your non-anime TV shows, and XBMC should be able to find the episodes just as well.


Alternatively, look to the first post in this thread for some advancedsettings.xml (wiki) code that will match your files as they are currently named.
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 - 2014-01-11, 12:55
Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8