@deusxanime Well look good, apart the serie name contain leading brackets, so you did not had latest scanner code where i cleaned that up so logs are purer and less useless stuff passed the the agent. also separated the pre file anties from file entries if present, look cleaner now
folder_show = clean_string(folder_show)+" [anidb2-%s]" % anidb_id
That is the way it was meant to be. the scanner load custom file only and not online if present, simpler…
cannot find the line below output in logs so unsure if using latest code or it failed
Log.Info("Loading local custom mapping - url: '%s'" % scudlee_filename_custom)
@Munchkin_
https://forums.plex.tv/discussion/comment/1315078/#Comment_1315078
https://forums.plex.tv/discussion/comment/1315876/#Comment_1315876
I just push latest to master (was in pull request tested by deusxanime)
look like mapping file is off. both ep 1 and 2 are mapped to ep 15 so it’s working as designed. you need to write a custom mapping file to correct as latest update to xmlmapping files is from 2 months ago
https://raw.githubusercontent.com/ScudLee/anime-lists/master/anime-list-master.xml
Tsukimonogatari: Yotsugi Doll
;1-15;2-15;3-16;4-17;5-18;
Scanner call - root: '/volume1/downloads/_Plex Munchkin', path: 'Tsukimonogatari [anidb2-10891]', dirs: '0', files: '4'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Use existing: '/volume1/Plex/tmp_transcoding/ASS-tmp-anime-list-master.xml'
anidbTvdbMapping() - anidb: '10891', tvbdid: '102261', defaulttvdbseason: '0', name: 'Tsukimonogatari: Yotsugi Doll', mappingList: '{'s1e3': 's0e16', 's1e2': 's0e15', 's1e1': 's0e15', 's1e5': 's0e18', 's1e4': 's0e17', 'episodeoffset': ''}'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
"Tsukimonogatari [anidb2-10891]" s0000e015 (Orig: s01e01) "Tsukimonogatari 01 (720p Blu-ray 8bit AAC).mp4"
"Tsukimonogatari [anidb2-10891]" s0000e015 (Orig: s01e02) "Tsukimonogatari 02 (720p Blu-ray 8bit AAC).mp4"
"Tsukimonogatari [anidb2-10891]" s0000e016 (Orig: s01e03) "Tsukimonogatari 03 (720p Blu-ray 8bit AAC).mp4"
"Tsukimonogatari [anidb2-10891]" s0000e017 (Orig: s01e04) "Tsukimonogatari 04 (720p Blu-ray 8bit AAC).mp4"
specials folder should apply but it is detected seemingly as OAD therefore movie, should be able to fix
Scanner call - root: '/volume1/downloads/_Plex Munchkin', path: 'Hitsugi_no_Chaika/Specials', dirs: '0', files: '1'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
"Hitsugi no Chaika" s0001e001 "Hitsugi_no_Chaika_-_OAD_[1280x720_Blu-ray_FLAC][54920E82].mkv"
Seem as designed
Scanner call - root: '/volume1/downloads/_Plex Munchkin', path: 'Fate Kaleid Prisma Illya 2wei [anidb2-10091]', dirs: '0', files: '11'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Use existing: '/volume1/Plex/tmp_transcoding/ASS-tmp-anime-list-master.xml'
anidbTvdbMapping() - anidb: '10091', tvbdid: '269319', defaulttvdbseason: '2', name: 'Fate/Kaleid Liner Prisma Illya Zwei!', mappingList: '{'episodeoffset': ''}'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
"Fate Kaleid Prisma Illya 2wei [anidb2-10091]" s0000e501 "Fate-kaleid liner Prisma Illya 2wei - OVA [BD][720p][AAC].mp4" "OVA"
And
Scanner call - root: '/volume1/downloads/_Plex Munchkin', path: 'Fate Kaleid Liner Prisma Illya [anidb2-9042]', dirs: '0', files: '12'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Use existing: '/volume1/Plex/tmp_transcoding/ASS-tmp-anime-list-master.xml'
anidbTvdbMapping() - anidb: '9042', tvbdid: '269319', defaulttvdbseason: '1', name: 'Fate/Kaleid Liner Prisma Illya', mappingList: '{'s0e4': 's0e5', 's0e1': 's0e2', 's0e2': 's0e3', 's0e3': 's0e4', 'episodeoffset': ''}'
-------------------------------------------------------------------------------------------------------------------------------------------------------------
"Fate Kaleid Liner Prisma Illya [anidb2-9042]" s0000e502 "Fate-kaleid liner Prisma Illya - OVA [BD][720p][AAC].mp4" "OVA"
Yes Speciqls golder wouls be nice, but try to update line 41 with the line below and let me know if scans better (might have to recreate library since the folder would not have changed and plex may not rerun the scanner):
'(^|(?P<show>.*?)[ _\.\-]+)(SP|SPECIAL|OAV|EXTRAS?) ?(?P<ep>\d{1,2}) ?(?P<title>.*)$', # 7 # 001-099 Specials
Anidb2 mode relies on proper mapping files. Don’t forget you can map directly to thetvdb: " [tvdb2-s02e13]" and it will offset all nicely, or use custom mapping files in the serie folder… If the mapping files are no longer maintained it could be a workaround. i forked his project in case…