ScudLee / anime-lists

147 stars 105 forks source link

Naruto Shippuuden movies mapping #161

Closed Feredzhanov closed 5 years ago

Feredzhanov commented 5 years ago

So, the Naruto movies aren't properly mapped to TheTVDB, it should be like this:

  <anime anidbid="5178" tvdbid="79824" defaulttvdbseason="0" episodeoffset="" tmdbid="" imdbid="tt0988982">
    <name>Gekijouban Naruto Shippuuden</name>
    <mapping-list>
      <mapping anidbseason="1" tvdbseason="0">;1-1;</mapping>
    </mapping-list>
    <supplemental-info>
      <studio>Studio Pierrot</studio>
    </supplemental-info>
  </anime>
  <anime anidbid="9588" tvdbid="79824" defaulttvdbseason="0" episodeoffset="11" tmdbid="" imdbid="tt3717532">
    <name>The Last: Naruto the Movie</name>
    <mapping-list>
      <mapping anidbseason="1" tvdbseason="0">;1-12;</mapping>
    </mapping-list>
  </anime>
  <anime anidbid="10961" tvdbid="79824" defaulttvdbseason="0" episodeoffset="12" tmdbid="" imdbid="tt4618398">
    <name>Boruto: Naruto the Movie</name>
    <mapping-list>
      <mapping anidbseason="1" tvdbseason="0">;1-13;</mapping>
      <mapping anidbseason="0" tvdbseason="0">;1-0;2-14;</mapping>
    </mapping-list>
  </anime>
sixtenbe commented 5 years ago

Gekijouban Naruto Shippuuden [anidb-5178] is correctly mapped. defaulttvdbseson="0" means that episode 1 of anidb entry will be mapped to season 0 of tvdb so your suggestion is creating a mapping, which already exists.

Also since I've commited the relevant changes I'm closing this.