Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDs information #1

Open
L11K opened this issue Feb 23, 2024 · 0 comments
Open

IDs information #1

L11K opened this issue Feb 23, 2024 · 0 comments

Comments

@L11K
Copy link

L11K commented Feb 23, 2024

If it's of any help, the IDs in the csv are from TVDB.
They(TVDB) have:.

  • Series ID
  • Season ID
  • Episode ID

created_at,tv_show_name,episode_season_number,episode_number,episode_id,updated_at
2015-01-22 06:32:55,12 Monkeys,1,1,4961780,2015-01-22 06:32:55

"episodes": [
      {
        "ids": {
          "trakt": 964416,
          "tvdb": 4961780,
          "imdb": "tt4135892",
          "tmdb": 123456,
        }
      }
    ]

Example:
TVDB page(4961780) for the above entry (12 Monkeys, Season 1, Episode 1)
Trakt page for the same entry
image

It may or may not make the entry identification easier, in the events of duplicates and the title/year not being enough.

I did it in good faith, so let me good if it was unnecessary.

https://trakt.docs.apiary.io/#reference/sync/update-watchlist/add-items-to-watchlist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant