@T-Blade I can see in the logs and need to check why anidb search isnāt tried. you have plex framework crashing with acess errors, may be linked
Here is the search code
### Check if a guid is specified "Show name [anidb-id]" ###
import re
match = re.search(u"(?P<show>.*?) ?\[(?P<source>([a-zA-Z0-9]*))-(tt)?(?P<guid>[0-9]{1,7})\]", orig_title, re.IGNORECASE) if ' [' in orig_title else False
if match:
guid=match.group('source') + '-' + match.group('guid')
results.Append(MetadataSearchResult(id=guid, name=match.group('show')+" ["+guid+']', year=media.year, lang=lang, score=100))
Log.Info("Forced ID - source: {}, id: {}, title: '{}'".format(match.group('source'), match.group('guid'), match.group('show')))
else: #if media.year is not None: orig_title = orig_title + " (" + str(media.year) + ")" ### Year - if present (manual search or from scanner but not mine), include in title ###
maxi, n = 0, 0
if movie or max(map(int, media.seasons.keys()))<=1: maxi, n = AniDB.Search(results, media, lang, manual, movie)
if maxi<50 and movie: maxi = TheMovieDb.Search(results, media, lang, manual, movie)
if maxi<80 and not movie or n>1: maxi = max(TheTVDB.Search(results, media, lang, manual, movie), maxi)
Log.Info("".ljust(157, '='))
log.stop()
You wrote: āAnidb does have STB2 listed as a sequel and should normally find the correct matches on Season 2 episodes.ā
Anidb and tvdb both donāt have a season 2 so i am pretty sure you created your own issue thereā¦
Please confirm, since you didnāt actually give me a folderlist or filelist, did you actually create a season 2 folder into into āL:\Ecchi\Strike the Bloodā to put Strike the Blood II eps in it?
If so, the agent work exactly as written AND intended as multiple seasons series will only search tvdb.
Anidb only have single seasons and specials so i do not search it if there is multiple seasons.
If you did exactly that and feel bad, please make yourself feel better by donatingā¦
If you follow anidb numbering it will look like:
- strike the blood/strike the blood ep1.ext
- Strike the Blood II / Strike the Blood II - ep01.ext
- Strike the Blood Valkyria no Oukoku Hen/Strike the Blood Valkyria no Oukoku Hen.ext
If you follow tvdb numbering
- strike the blood/Specials/s00e01-02 Strike the Blood - Valkyria no Oukoku Hen
- strike the blood/Specials/s00e03-10 Strike the Blood II
- strike the blood/01-24.ext