i think at discover movieAPI, conjunction with region & with_release_type doesn't work properly. it filters any movie. when i use KR and 3 as region and with_release_type param, it filter's no movie. it returns about 860,000 movie. I understood region, with releasetype params as which movie released in specific region. am i understood correctly?
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط tkd99200622@gmail.com
در تاریخ فوریه 19, 2024 ساعت 2:37 ق.ض
oh now i see region, releasetype param doesn't filter any movies, just alters releaseDate field for specific region, type.
is there any recommanded method for filtering movies which released in specific region?
پاسخ توسط Travis Bell
در تاریخ فوریه 19, 2024 ساعت 1:12 ب.ض
If you combine
region
with eitherrelease_date.gte
and/orrelease_date.lte
it will filter the results by region. If you use either of these filters, do not use any other date filter like theprimary_release_date
filter.پاسخ توسط tkd99200622@gmail.com
در تاریخ فوریه 19, 2024 ساعت 4:44 ب.ض
thanks! i solved this problem using certification country and using certification.gte as order1 certification! thanks for your advise
پاسخ توسط Travis Bell
در تاریخ فوریه 19, 2024 ساعت 4:45 ب.ض
Indeed, that could be another way. Downside to that is a certification isn’t a required field while release date is. So you might get more data with release date filters.