-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
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. |
OK thank you, I'll put the feature request in and let you know if it happens. |
Great :) Hadn't thought about id's merging, so it'll probably be good for those syncing up with their own DB's. |
Leaving this open so we can track it. |
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?
The text was updated successfully, but these errors were encountered: