תמיכת The Movie Database

I am making an android app that fetch some actors image randomly and asks the user to identify them.

6 תגובות (בדף 1 מתוך 1)

Jump to last post

Since there are many (unknown) actors on TMDb I would suggest to fetch the list of popular people first with

/3/person/popular http://docs.themoviedb.apiary.io/#get-%2F3%2Fperson%2Fpopular

You will receive a list of about 250 persons, divided into pages of 20 each. Fetch all pages and put them into one large array (but mind the request limit. Maybe cache the results.)

Then randomly select persons out of this array. The list will contain actors as well as popular directors/writers, because there is no information like "person x is an actor" in the database. It would't make sense, since it differs from movie to movie. An actor on movie A could be a director on movie B, or vice versa.

I hope this helps and I hope my info is correct, since I started using the API only a few days ago myself :)

When I put the following URL in the browser I got the NOT FOUND page:

http://api.themoviedb.org/3/person/popular/550?api_key=xxxx

I'm sure I provided the right key

There's no id to provide with the popular method. To query for a person, use:

http://api.themoviedb.org/3/person/550?api_key=###

It returns me this:

{
  "adult": false,
  "also_known_as": [],
  "biography": null,
  "birthday": null,
  "deathday": null,
  "homepage": null,
  "id": 550,
  "imdb_id": "nm0865189",
  "name": "Jennifer Todd",
  "place_of_birth": null,
  "popularity": 1.4,
  "profile_path": null
}

"profile_path" is where the image is normally kept. Because that is null, that means there is no image. For your app, I would skip that entry

.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם

עולמי

s התמקד בשורת החיפוש
p פתח תפריט פרופיל
esc סגור חלון פתוח
? פתח חלון קיצורי דרך של מקלדת

בדפי מדיה

b לך חזרה (או אל הורה אם ישים)
e לך אל דף עריכה

בדפי עונות

(חץ ימני) לך אל העונה הבאה
(חץ שמאלי) לך אל העונה הקודמת

בדפי סדרות

(חץ ימני) לך אל הפרק הבא
(חץ שמאלי) לך אל הפרק הקודם

בכל דפי תמונה

a פתח חלון הוספת תמונה

בכל דפי עריכה

t פתח בוחר תרגום
ctrl+ s הגש טופס

בדפי דיון

n צור דיון חדש
w עורר מעמד צפייה
p עורר ציבורי/פרטי
c עורר סגירה/פתיחה
a פתח פעילות
r השב אל דיון
l לך אל תשובה אחרונה
ctrl+ enter הגש את הודעתך
(חץ ימני) הדף הבא
(חץ שמאלי) הדף הקודם

הגדרות

?רוצה לדרג או להוסיף פריט אל רשימה

היכנס