ScudLee / anime-lists

147 stars 103 forks source link

Fairy tail problem with Fairy Tail (2018) #319

Open StudioEtrange opened 4 years ago

StudioEtrange commented 4 years ago

For Fairy Tail There is 3 main series which follow each other

The relation graph of anidb is there : https://anidb.net/anime/6662/relation/graph TVDB page is https://thetvdb.com/series/fairy-tail TVDB split these anime in some (weird) ways with 8 seasons.

in scudlee files they are defined like this

 <anime anidbid="6662" tvdbid="114801" defaulttvdbseason="a">
    <name>Fairy Tail</name>
  </anime>

<anime anidbid="9980" tvdbid="114801" defaulttvdbseason="a" episodeoffset="175">
    <name>Fairy Tail (2014)</name>
  </anime>

 <anime anidbid="13295" tvdbid="114801" defaulttvdbseason="8">
    <name>Fairy Tail (2018)</name>
  </anime>

I think there is some inconsistency in the definition for Fairy Tail (2018). It should be defined like Fairy Tail (2014) with an episode offset

It should be

 <anime anidbid="13295" tvdbid="114801" defaulttvdbseason="8" episodeoffset="277">
    <name>Fairy Tail (2018)</name>
  </anime>
sven-7 commented 4 years ago

This can be closed. Fixed in commit e8d6bae.