Film Veritabanı Desteği

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 yanıt (toplam 1 sayfanın 1.sayfasında)

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

Bir filmi veya diziyi bulamıyor musun? Eklemek için oturum aç.

Küresel

s arama çubuğuna odaklan
p profil menüsünü aç
esc açık bir pencereyi kapat
? klavye kısayol penceresini aç

Medya sayfalarında

b geri git (veya uygulanabilirse ana ekrana)
e sayfayı düzenlemeye git

TV sezonu sayfalarında

(sağa ok) sonraki sezona git
(sol ok) önceki sezona git

TV bölüm sayfalarında

(sağa ok) sonraki bölüme git
(sol ok) önceki bölüme git

Tüm görüntü sayfalarında

a resim ekle penceresini aç

Tüm düzenleme sayfalarında

t çeviri seçiciyi aç
ctrl+ s formu gönder

Tartışma sayfalarında

n yeni tartışma oluştur
w izleme durumunu değiştir
p umumi/hususi değiştir
c kapalı/açık değiştir
a etkinliği aç
r tartışmayı yanıtla
l son yanıta git
ctrl+ enter mesajını gönder
(sağa ok) sonraki sayfa
(sol ok) önceki sayfa

Ayarlar

Bu öğeyi derecelendirmek veya bir listeye eklemek ister misiniz?

Giriş