SeriesGuide icon indicating copy to clipboard operation
SeriesGuide copied to clipboard

Add support for importing Bangumi (bgm.tv) records

Open xuennai opened this issue 1 year ago • 5 comments

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

xuennai avatar Jul 18 '24 05:07 xuennai

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

UweTrottmann avatar Jul 18 '24 06:07 UweTrottmann

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

xuennai avatar Jul 18 '24 07:07 xuennai

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.

xuennai avatar Jul 18 '24 07:07 xuennai

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

UweTrottmann avatar Jul 18 '24 09:07 UweTrottmann

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.

xuennai avatar Jul 18 '24 09:07 xuennai