دعم الموقع

I have seen the raw Json data of now playing movies and I have used Retrofit library to parse the data and I want to display the image also but when I am pasting the link of poster path in the browser it is not returning any image so I just want to know that if I write the code for fetching the image using glide library will it give me the image or not.

4 ردود (على هذه الصفحة 1 من 1)

Jump to last post

The Link to the image is made up of three parts : 1. base_url 2. file_size and 3. poster_path. The API returns the last part only that looks something like this - /iNpz2DgTsTMPaDRZq2tnbqjL2vF.jpg

base_url and a list of sizes available can be fetched using the configuration method. But this does not change that often so you can use https://image.tmdb.org/t/p/ for base_url and any one of these sizes for file_size:

  1. w45
  2. w92
  3. w154
  4. w185
  5. w300
  6. w500
  7. original

But it is recommended by the developer to cache this data and check for updates every now and then.

combining the base_url, file_size and poster_path you will get the complete URL for the poster. Like this https://image.tmdb.org/t/p/w640/iNpz2DgTsTMPaDRZq2tnbqjL2vF.jpg

Another little thing - There is another size, w640 that works for posters as well but it is not mentioned in the configuration API, So Travis will have to confirm with this one.

Hope that helps

Hey @Prithu Only because I've seen you answer this question twice, we have some documentation around this you can link to that might help.

This article can be helpful to share. wink Usually, I'll also link to this one about image languages because it can be helpful to people as well.

Will do. Thanks !

Thanks It worked

لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها

عام

s ركز شريط البحث
p افتح قائمة الملف الشخصي
esc اغلق النافذة المفتوحة
? افتح نافذة اختصارات لوحة المفاتيح

على كافة صفحات الوسائط

b ارجع للخلف (او للصفحة الام عند التطبيق)
e انتقل لصفحة التعديل

على كافة صفحات موسم المسلسل

(السهم الايمن) انتقل للموسم التالي
(السهم الايسر) انتقل للموسم السابق

على كافة صفحات حلقة المسلسل

(السهم الايمن) انتقل للحلقة التالية
(السهم الايسر) انتقل للحلقة السابقة

على كافة صفحات الصور

a افتح صفحة اضافة الصورة

على كافة صفحات التعديل

t افتح محدد الترجمة
ctrl+ s ارسال النموذج

على صفحات المناقشة

n انشى نقاش جديد
w تبديل حالة المتابعة
p تبديل عام / خاص
c تبديل اغلاق / فتح
a افتح الانشطة
r رد على النقاش
l انتقل لأخر رد
ctrl+ enter أرسل رسالتك
(السهم الايمن) الصفحة التالية
(السهم الايسر) الصفحة السابقة

الاعدادات

هل تريد تقييم او اضافة هذا العنصر للقائمة؟

تسجيل الدخول