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

Merged ID detection #303

Open
rpm61 opened this issue Feb 12, 2019 · 6 comments
Open

Merged ID detection #303

rpm61 opened this issue Feb 12, 2019 · 6 comments

Comments

@rpm61
Copy link

rpm61 commented Feb 12, 2019

I am hoping that TMDb is providing information on Id's that have been merged. I have found that in some cases at least, an Id may return a 404 from the API, and also from the site with an "oops" page, but that the program may not necessarily be deleted and instead may have been merged into another Id. This is not uncommon especially in the case of duplicate record merges, but TMDb does not redirect the old page to the new one and I am looking for a way to determine this circumstance programmatically. At this point I don't believe the changes API is even indicating deletions. Is this information available somewhere that I am missing?

@LordMike
Copy link
Collaborator

The Changes API should indicate deletions. I saw that referenced somewhere recently.

As for getting a list of "old id's" for any object, you'll probably have to put forward a feature request on TMDb's forums. If they make that, we'll make a corresponding API update here.

@rpm61
Copy link
Author

rpm61 commented Feb 13, 2019

OK thank you, I'll put the feature request in and let you know if it happens.

@LordMike
Copy link
Collaborator

Great :)

Hadn't thought about id's merging, so it'll probably be good for those syncing up with their own DB's.

@rpm61
Copy link
Author

rpm61 commented Feb 14, 2019

@LordMike
Copy link
Collaborator

Leaving this open so we can track it.

@rpm61
Copy link
Author

rpm61 commented Feb 18, 2019

The request was updated Friday and a ticket created for merged ID tracking which you can vote on here.

The reply also states that deleted Id's are returned by the changes endpoint with the Adult field set to null. Another ticket here is in place for a daily export of deleted Id's.

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

No branches or pull requests

2 participants