mangayomi-mirror/lib/modules/anime/providers
NBA2K1 a9e307b2a4 Add multi-season support and split parse methods
Changes:
- Add season-keyword regex (staffel, season, saison, temporada) and
  episode-keyword regex (folge, episode, ep.) to reliably extract
  the correct number regardless of name format
- parseChapterNumber() now encodes season context into the sort key
  (season * 100000 + episode) so multi-season anime sort correctly
  across seasons without mixing episode numbers
- Add parseEpisodeNumber() which strips season context and returns
  only the episode number within a season; use this for tracker
  updates (MAL/AniList/Kitsu) and AniSkip lookups, where the tracker
  entry is already season-specific
- Switch updateTrackChapterRead and getAniSkipResults to
  parseEpisodeNumber to fix incorrect episode reporting for
  multi-season anime
- Compile all RegExp objects as static finals instead of per-call
  instantiation
- Refactor duplicated parse logic into a single private _parse()
  method with an applySeason flag
2026-04-26 03:32:28 +02:00
..
anime_player_controller_provider.dart Add multi-season support and split parse methods 2026-04-26 03:32:28 +02:00
anime_player_controller_provider.g.dart feat: add localization strings for statistics and reading time tracking #672 2026-03-23 11:19:04 +01:00
state_provider.dart added sync for settings 2025-07-21 23:37:51 +02:00
state_provider.g.dart update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00