diff options
| author | Fuwn <[email protected]> | 2026-06-05 11:10:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-06-05 11:10:22 +0000 |
| commit | 4b56194ee6807acb56abf0949394efadabf830d4 (patch) | |
| tree | 5cb2074a8d012bf9b7c900e7e44cbdfd0e15123f /src/lib/Data | |
| parent | fix(lists): tick count down when media leaves a list (diff) | |
| download | due.moe-4b56194ee6807acb56abf0949394efadabf830d4.tar.xz due.moe-4b56194ee6807acb56abf0949394efadabf830d4.zip | |
feat(airing): replace SubsPlease with AnimeSchedule (sub+dub)
Source both subbed and dubbed episode schedules from AnimeSchedule.net v3 (absolute timestamps, episode numbers, delay windows, streams), keyed to AniList shows by title. Removes SubsPlease and its ~650-line fuzzy matcher. Countdown source is now a setting (native|sub|dub) with a dub->sub->native fallback.
Requires ANIMESCHEDULE_CLIENT_TOKEN.
Diffstat (limited to 'src/lib/Data')
| -rw-r--r-- | src/lib/Data/Static/matchExclude.json | 1 | ||||
| -rw-r--r-- | src/lib/Data/Static/subtitles.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Data/Static/matchExclude.json b/src/lib/Data/Static/matchExclude.json deleted file mode 100644 index a7d74309..00000000 --- a/src/lib/Data/Static/matchExclude.json +++ /dev/null @@ -1 +0,0 @@ -[180829] diff --git a/src/lib/Data/Static/subtitles.json b/src/lib/Data/Static/subtitles.json deleted file mode 100644 index 0967ef42..00000000 --- a/src/lib/Data/Static/subtitles.json +++ /dev/null @@ -1 +0,0 @@ -{} |