Update fields from Fribb's anime-lists #906
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fribb recently updated the lists generator, this PR aligns the output with the new output
This includes introducing a few new fields, remapping
thetvdbthat was renamed totvdband thus failing to match, as well as retiringnotify-moe.I couldn't get
.alterTable()to work, hence opting to drop the entire table and recreate it on the DB migration. Didn't seem like much of a problem since it's always repopulated anywayBefore Changes (Live)
{ "anidb": 5458, "anilist": 3390, "anime-planet": "amuri-in-star-ocean", "anisearch": 4445, "imdb": null, "kitsu": 2977, "livechart": 7110, "notify-moe": null, "themoviedb": 44298, "thetvdb": null, "myanimelist": 3390 }{ "anidb": 5459, "anilist": 3269, "anime-planet": "hack-g-u-trilogy", "anisearch": 4491, "imdb": "tt1164545", "kitsu": 2895, "livechart": 4721, "notify-moe": null, "themoviedb": 8864, "thetvdb": null, "myanimelist": 3269 }After Changes
{ "anidb": 5458, "anilist": 3390, "anime-planet": "amuri-in-star-ocean", "anisearch": 4445, "imdb": null, "kitsu": 2977, "livechart": 7110, "animenewsnetwork": 8720, "themoviedb": 44298, "themoviedb-season": 1, "thetvdb": 91021, "thetvdb-season": 1, "myanimelist": 3390, "simkl": 40868, "animecountdown": 40868, "media": "OVA" }{ "anidb": 5459, "anilist": 3269, "anime-planet": "hack-g-u-trilogy", "anisearch": 4491, "imdb": "tt1164545", "kitsu": 2895, "livechart": 4721, "animenewsnetwork": 8719, "themoviedb": 8864, "themoviedb-season": null, "thetvdb": 79099, "thetvdb-season": null, "myanimelist": 3269, "simkl": 41283, "animecountdown": 41283, "media": "MOVIE" }