We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
This can be closed. Fixed in commit e8d6bae.
Sorry, something went wrong.
Map Aria movies (ScudLee#319)
8f6aee1
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: