Release [MOD] AniDB.net scrapers for TV shows and Movies
The Shomin Sample issue is due to Kodi ignoring files and folders that contain the word "sample".
http://kodi.wiki/view/Advancedsettings.x...wsfromscan

Workarounds are either to remove the "sample" regexp from excludetvshowsfromscan via your advancedsettings.xml, or to simply remove/break up the word Sample from the folder and file names.

To achieve the former, just use:
PHP Code:
<advancedsettings>
  <
video>
    <
excludetvshowsfromscan/>
  </
video>
</
advancedsettings
In your advancedsettings.xml. (If you already have a <video> node, just add the <excludetvshowsfromscan/> inside it.)
However, this may cause conflicts if you have actual sample files that need ignoring.


Personally, I went the second route, and added:
Code:
ShowTitle:=$repl(%ShowTitle%, 'Sample', 'S_ample')
To my anidb client rules (after line 6). Slightly ugly, but it gets the job done, since the AniDb scraper search is smart enough to match "S_ample" to "Sample" (note thetvdb scraper search may not be as smart).
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 - 2015-12-27, 12:03
Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8