SeriesGuide
SeriesGuide copied to clipboard
Add support for importing Bangumi (bgm.tv) records
Add support for importing bangumi records with one click.It's useful for people who watch fanfares.
Thanks! Do you have actual details on how to do this (are you a software developer?) or is this just a general suggestion?
Thanks! Do you have actual details on how to do this (are you a software developer?) or is this just a general suggestion?
No, I'm not a developer, but there are projects on github that you can refer to. https://github.com/bangumi/api https://github.com/czy0729/Bangumi https://github.com/xiaoyvyv/bangumi
Thanks! Do you have actual details on how to do this (are you a software developer?) or is this just a general suggestion?
For example, you can import your favourite shows, favourites, history, etc. just like trakt.
To be honest, likely won't add another service.
But if anyone wants to write a script or similar, these are the steps required:
- export shows with titles (no TMDB ID seems to be linked)
- search for each title on TMDB, possibly ask user to confirm, obtain the TMDB ID
- append to an existing or create a new SeriesGuide JSON shows backup file
To be honest, likely won't add another service.
But if anyone wants to write a script or similar, these are the steps required:
- export shows with titles (no TMDB ID seems to be linked)
- search for each title on TMDB, possibly ask user to confirm, obtain the TMDB ID
- append to an existing or create a new SeriesGuide JSON shows backup file
Okay, thanks for your patience.