UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.95k stars 400 forks source link

Add support for importing Bangumi (bgm.tv) records #1034

Open biqiguhexuenai opened 1 month ago

biqiguhexuenai commented 1 month ago

Add support for importing bangumi records with one click.It's useful for people who watch fanfares.

UweTrottmann commented 1 month ago

Thanks! Do you have actual details on how to do this (are you a software developer?) or is this just a general suggestion?

biqiguhexuenai commented 1 month ago

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

biqiguhexuenai commented 1 month ago

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.

UweTrottmann commented 1 month ago

To be honest, likely won't add another service.

But if anyone wants to write a script or similar, these are the steps required:

biqiguhexuenai commented 1 month ago

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.