@curtdwar said:
Not certain this is relevent or already discussed but I noticed an issue when trying to work out a custom anime-list.
<anime anidbid="9980" tvdbid="114801" defaulttvdbseason="a" episodeoffset="175" tmdbid="" imdbid=""> <name>Fairy Tail (2014)</name> </anime>
it appears to append the episodeoffset instead of add it.
2016-02-03 01:01:11,927 (2b8c09654700) : DEBUG (__init__:491) - TVDB mapping episode summary - anidb_ep: 's1e1', tvdb_ep: '1175', season: '1', epNumVal: '1', defaulttvdbseason: 'a', title: 'King of the Dragons', summary: ''
So if I understand this right, instead of searching for episode 176 on thetvdb.com it searches for episode 1175 and fails to locate it.
Hopefully this info is of use to you, terrific work on the agent, thank you.
This is also happening in the anime-list-master.xml. I notified scudlee of a few changes and he applied them within hours. the new record is
<anime anidbid="9980" tvdbid="114801" defaulttvdbseason="a" episodeoffset="175" tmdbid="" imdbid=""> <name>Fairy Tail (2014)</name> </anime>
after a clear-cache I can confirm it is appending 1 and 175 not adding the offset.
I also tried another way in an anime-list-custom.xml.
<?xml version="1.0" encoding="utf-8"?> <anime-list> <anime anidbid="9980" tvdbid="114801" defaulttvdbseason="" episodeoffset="" tmdbid="" imdbid=""> <name>Fairy Tail (2014)</name> <mapping-list> <mapping anidbseason="1" tvdbseason="5" start="1" end="51"></mapping> <mapping anidbseason="1" tvdbseason="6" start="52" end="90"></mapping> </mapping-list> </anime> </anime-list>
but it returns a blank season. tvdb_ep: āse4ā
2016-02-03 13:22:31,403 (2b8f136e3700) : DEBUG (__init__:491) - TVDB mapping episode summary - anidb_ep: 's1e1', tvdb_ep: 'se1', season: '1', epNumVal: '1', defaulttvdbseason: '', title: 'King of the Dragons', summary: ''