پشتیبانی پایگاه داده‌ فیلم

I was wondering if it's possible to get a random movie from a category ?

I'm doing a mobile app where you can like or dislike a movie that appears randomly after the user chooses a category,

For example :

  • User chooses "Action"
  • User presses "Start"
  • A poster of a random action movie appears,

For action, for example (with category number 28) : I was thinking to use:

https://api.themoviedb.org/3/discover/movie?api_key=<key>&language=fr-FR&include_adult=false&with_genres=28&page=<randomNumber>

and generate a random number to put after "page=" and then picking a film among the ones returned ?...

Thanks,

5 پاسخ (در صفحه 1 از 1)

Jump to last post

You can't get a random movie directly from TMDB API, so your approach is correct thumbsup. I would only add "&sort_by=popularity.desc" to sort the results by popularity to get more relevant results and then choose randomly from let's say first 1000 records.

@talestalker said:

You can't get a random movie directly from TMDB API, so your approach is correct thumbsup. I would only add "&sort_by=popularity.desc" to sort the results by popularity to get more relevant results and then choose randomly from let's say first 1000 records.

how do you get the first 1000 records in the url ?

The results are paginated by 20 and you can access any page using "&page=" parameter, so you should generate a random number from 1-1000 then get the corresponding page (page = random_number DIV 20) and finally get the corresponding result from the downloaded page (item = random_number MOD 20).

Thank you for the answer bro

@talestalker said:

The results are paginated by 20 and you can access any page using "&page=" parameter, so you should generate a random number from 1-1000 then get the corresponding page (page = random_number DIV 20) and finally get the corresponding result from the downloaded page (item = random_number MOD 20).

thank you talestaker, this means a lot to me

فیلم و نمایش تلویزیونی را نمی‌توانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.

Global

s تمرکز بر منوی جستجو
p منوی پروفایل باز شود
esc بستن پنجره باز
? پنجره میانبرهای صفحه‌کلید باز شود

در صفحات مدیا

b بازگشت به عقب (یا در صورت لزوم به منشا)
e برو به صفحه ویرایش

در صفحات فصل تلویزیونی

(فلش سمت راست) برو به فصل بعد
(پیکان سمت چپ) برو به نشست قبلی

در صفحات قسمت تلویزیونی

(فلش سمت راست) برو به قسمت بعد
(پیکان سمت چپ) برو به قسمت قبلی

در تمام صفحات تصویر

a پنجره افزودن تصویر باز شود

در تمام صفحات ویرایش

t انتخابگر ترجمه باز شود
ctrl+ s ثبت از

در صفحات بحث

n ایجاد بحث جدید
w تغییر وضعیت وضعیت تماشا
p تغییر وضعیت عمومی/خصوصی
c تغییر وضعیت بسته/باز
a گشایش صفحه فعالیت
r پاسخ به بحث
l برو به آخرین پاسخ
ctrl+ enter پیام خود را ثبت کنید
(فلش سمت راست) صفحه بعد
(پیکان سمت چپ) صفحه قبلی

تنظیمات

آیا می‌خواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟

ورود