Skip to content

Filler & metadata-sync matching by episode number breaks for providers with non-canonical numbering (regional editions) #3166

Description

@robin994

Describe your suggested feature

FillerEpisodeCheck.getFillerEpisodes() returns canonical (animefillerlist) episode numbers, and ResultViewModel2 flags fillers with fillers.contains(i.episode ?: index + 1). The same number-keyed matching drives Kitsu/AniList episode metadata (this.name = this.name ?: node.titles?.canonical, keyed by this.episode).

This breaks for providers that legitimately expose a regional edition whose numbering diverges from the canonical MAL/AniList one. Concrete case: the Italian edition of Detective Conan (AnimeUnity) is renumbered, and occasionally one Japanese episode is split into two (IT ep 53 + 54 = JP ep 52). Result: fillers marked on the wrong episodes, synced titles/thumbnails on the wrong episodes.

Other details

No response

Acknowledgements

  • My suggestion is NOT about adding a new provider
  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions