Hi !
I'm trying to build a local database for my app needs. I was playing with the daily file export and I noticed that you have a very useful 'adult' property on content such as people, movies, ... The problem is that I think your export script is already filtering out all adult content. So there is no {"adult": true} at all in any daily file export ! For example person with tmdbId = 995680 doesn't show up in the person daily export.
Thanks :-)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on September 7, 2020 at 11:53 AM
Hi @heronul,
I am aware of this and have created a ticket here.
Reply by JaGo42
on May 11, 2023 at 10:41 AM
Is there an update on this? How do one obtain all movie / tv show IDs including adult content in an effective way?
Reply by ticao2 š§š· pt-BR
on May 12, 2023 at 8:09 AM
No. No news.
Check here:
https://trello.com/c/Xvg4eX8V/89-daily-id-exports-dont-include-adult-items
Including Adult ID is not possible.
Reply by shapeh
on May 26, 2023 at 3:42 PM
I second this. I am doing some statistics for the adult industry and this would be nice to have a flag / or separate download here https://developer.themoviedb.org/edit/daily-id-exports
I suggest two tables - for porn (adult) and one for non-adult:
Non-adult
Adult
In the non-adult list the following json-property could be removed:
to save bandwidth and reduce the size of the file. For the person_ids file today, just the repeating of string "adult":false, alone sums up to 40 mb (in the uncompressed version), and around 15 mb for the movie_ids.
Reply by celkolomidze@gmail.com
on May 30, 2023 at 5:38 PM
Sorry, but you have a full adult video in your export file, but it is not marked as adult. Can you do something with it?
Reply by ticao2 š§š· pt-BR
on May 30, 2023 at 7:10 PM
Thank you very much.
Please MAKE A REPORT
Why use Report
We need your request to be stored, connected, in the item in question. (Movie, TV Show, Profile, etc...).
With what was asked, who asked for it and the reasons.
For this to happen, it is necessary to make a Report.
How to make Report
The best way to communicate a problem is:
While on the Movie / TV Show / Person page that has the problem, In the top menu click on Overview and Report
Select one of the 6 options: Duplicate, Bad Image, Incorrect Content, DMCA Takedown Request etc...
In Extra Details enter the Reason and/or any other details such as the data or the URL of the image, duplicate Movie or TV Show etc...
In this way Report automatically stays connected to the page and facilitates the operation of the Moderators.
Only Moderators can Delete Movies, Series (TV Show), Seasons, Episodes, Network, Company, Keyword, Collection, People and Images.
TIP: If you want to force the line break, click Space 2 times and then click Enter. Just Space > Space > Enter.
Reply by Travis Bell
on July 5, 2023 at 2:26 PM
This has been implemented as a new daily export called
adult_*_ids
. For example, todays exports are:API docs will be updated shortly.
Reply by shapeh
on July 11, 2023 at 9:19 AM
Nice work, thank you!
Reply by ticao2 š§š· pt-BR
on July 11, 2023 at 6:30 PM
API Docs has now been updated with this new Adult ID feature.
https://developer.themoviedb.org/docs/daily-id-exports
Reply by Leon
on July 28, 2023 at 9:37 AM
Thanks for publishing this data.
Although I see the data for 07_05_2023 is available, I get an AccessDenied error for more recent dates, for example:
http://files.tmdb.org/p/exports/adult_person_ids_07_27_2023.json.gz
Am I using the wrong web address, or is this something that could be fixed please?
Reply by ticao2 š§š· pt-BR
on July 29, 2023 at 7:12 AM
In fact, it looks like the data export only took place on day 5.
Something needs to be fixed.
Let's wait for Travis Bell to come by.
Reply by pommiere01
on November 3, 2023 at 8:31 PM
Sorry but this is not working.
By following the API docs we obtain this example:
However I get an AccessDenied error.
What is the news on this use case please?
Reply by Travis Bell
on November 7, 2023 at 12:50 PM
Ah yes, thanks for bumping this. I've just pushed the fix to prod. They'll start being generated tomorrow.