[Edited & re-posted] I finally figured out how to get the scraper to scrape for ANIME. I tried a couple of different ANIME-based scrapers before hearing that the default Television scraper does a good job provided you also divide your collection into directories/folders based on the name of the show (e.g. Bleach).
The filename seems to matter less than the fact you have a correct directory name (edit – actually it does matter). If the directory name is off by a bit the scraper will not correctly scrape information for the show. The directory name matters in order to scrape the show at all, a wrong directory name means the show will not likely get scraped and you need to also name show episodes with a particular naming convention. The format is s for season and e for episode, like the following:
Bleach-s01e20.avi
Television shows work this way too, both the directory and file names need to be valid for the scraper to scrape the artwork and episode information; otherwise you get the artwork, but an empty directory with no episode information (provided the directory name is correct but the filename is incorrect).




