Υποστήριξη για το The Movie Database

Hi All,

I've read the documentation, but can't find any information on images sizes I can use in the URL?

What size options are there?

I know 500, 1000 & 1920 work.

e.g.
http://image.tmdb.org/t/p/w500/
http://image.tmdb.org/t/p/w1000/
http://image.tmdb.org/t/p/w1920/

What other image sizes can I use?

I'm looking to get poster_path and backdrop_path

Many thanks

23 απαντήσεις(στη σελίδα 1 από 2)

Jump to last post

Επόμενη σελίδαΤελευταία σελίδα

Found it. Posting in case anyone else struggles to find it.

"backdrop_sizes": [
  "w300",
  "w780",
  "w1280",
  "original"
],
"logo_sizes": [
  "w45",
  "w92",
  "w154",
  "w185",
  "w300",
  "w500",
  "original"
],
"poster_sizes": [
  "w92",
  "w154",
  "w185",
  "w342",
  "w500",
  "w780",
  "original"
],
"profile_sizes": [
  "w45",
  "w185",
  "h632",
  "original"
],
"still_sizes": [
  "w92",
  "w185",
  "w300",
  "original"
]

You can call the /configuration method any time to get the image sizes. See the docs for more info.

There may be other sizes that work but what is returned in the configuration method are the only sizes we officially support.

If there's a need to add new sizes (which we have done in the past) feel free to mention it for us to consider.

@detox1978 said:

Found it. Posting in case anyone else struggles to find it.

"backdrop_sizes": [
  "w300",
  "w780",
  "w1280",
  "original"
],
"logo_sizes": [
  "w45",
  "w92",
  "w154",
  "w185",
  "w300",
  "w500",
  "original"
],
"poster_sizes": [
  "w92",
  "w154",
  "w185",
  "w342",
  "w500",
  "w780",
  "original"
],
"profile_sizes": [
  "w45",
  "w185",
  "h632",
  "original"
],
"still_sizes": [
  "w92",
  "w185",
  "w300",
  "original"
]

love u dude, u are a life saver

how to upload poster in site

I believe "Jason" is the way to do it, but u can also use Jquery

## Add Supported Image Sizes  
                                 Min Res      Max Res  
poster   = Poster ............  500 x 750   2000 x 3000  
backdrop = Fanart ............ 1280 x 720   3840 x 2160  
still    = TV Show Episode ... 1280 x 720   3840 x 2160  
profile  = Actors Actresses ..  300 x 450   2000 x 3000  
logo     = TMDb Logo  

## API Supported Image Sizes  

|  poster  | backdrop |  still   | profile  |   logo   |
| :------: | :------: | :------: | :------: | :------: |
| -------- | -------- | -------- |    w45   |    w45   |
|    w92   | -------- |    w92   | -------- |    w92   |
|   w154   | -------- | -------- | -------- |   w154   |
|   w185   | -------- |   w185   |   w185   |   w185   |
| -------- |   w300   |   w300   | -------- |   w300   |
|   w342   | -------- | -------- | -------- | -------- |
|   w500   | -------- | -------- | -------- |   w500   |
| -------- | -------- | -------- |   h632   | -------- |
|   w780   |   w780   | -------- | -------- | -------- |
| -------- |  w1280   | -------- | -------- | -------- |
| original | original | original | original | original |  

Original Size is the size of the uploaded image.  
It can be between Minimum Resolution and Maximum Resolution.  

I truly miss w1920 for backdrops.

w1280 is pretty small for current screen sizes and doesn't look good when upscaled. And originals are a pain to work with. :/

@detox1978 said:

Found it. Posting in case anyone else struggles to find it.

"backdrop_sizes": [
  "w300",
  "w780",
  "w1280",
  "original"
],
"logo_sizes": [
  "w45",
  "w92",
  "w154",
  "w185",
  "w300",
  "w500",
  "original"
],
"poster_sizes": [
  "w92",
  "w154",
  "w185",
  "w342",
  "w500",
  "w780",
  "original"
],
"profile_sizes": [
  "w45",
  "w185",
  "h632",
  "original"
],
"still_sizes": [
  "w92",
  "w185",
  "w300",
  "original"
]

Thanks

@detox1978 said:

Found it. Posting in case anyone else struggles to find it.

"backdrop_sizes": [
  "w300",
  "w780",
  "w1280",
  "original"
],
"logo_sizes": [
  "w45",
  "w92",
  "w154",
  "w185",
  "w300",
  "w500",
  "original"
],
"poster_sizes": [
  "w92",
  "w154",
  "w185",
  "w342",
  "w500",
  "w780",
  "original"
],
"profile_sizes": [
  "w45",
  "w185",
  "h632",
  "original"
],
"still_sizes": [
  "w92",
  "w185",
  "w300",
  "original"
]

WOOOOOWW men Thanks you.. You saved my hair

@BlakeMower said:
I'm trying to upload some backdrops here but I don't know what x thing I need to use.
I know for posters it's usually 666x1000, but what's the backdrops x?
Thanks, Blake

When you open the window to add images, you will see the specifications.
In this case:

Backdrops must meet the following criteria:

     A maximum resolution of 3840x2160
     A minimum resolution of 1280x720
     Aspect ratio of 16x9 (1.78: 1)

OR

## Add Supported Image Sizes  
                                 Min Res      Max Res  
poster   = Poster ............  500 x 750   2000 x 3000  
backdrop = Fanart ............ 1280 x 720   3840 x 2160  
still    = TV Show Episode ... 1280 x 720   3840 x 2160  
profile  = Actors Actresses ..  300 x 450   2000 x 3000  
logo     = TMDb Logo  

When you open the window to add images, you will see the specifications.

FYI they have the wrong minimum resolution for two types of images: season posters and episodic backdrops. And production company/TV networks logos do have some size restrictions. cat

@banana_girl said:

When you open the window to add images, you will see the specifications.

FYI they have the wrong minimum resolution for two types of images: season posters and episodic backdrops.
And production company/TV networks logos do have some size restrictions. cat

@banana_girl See if it's correct now.

## Add Supported Image Sizes (in Pixels)  

API NAME  =   WEB NAME           MIN Pixel    MAX Pixel     Aspect Ratio  
poster    = Poster ............  500 x 750   2000 x 3000   1.50    (1x1.5)  
poster    = Poster TV Season ..  400 x 578   2000 x 3000   1.50    (1x1.5)  
backdrop  = Backdrop .......... 1280 x 720   3840 x 2160   1.77778 (16x9)  
still     = Backdrop Episode ..  400 x 225   3840 x 2160   1.77778 (16x9)  
profile   = Person Profile ....  300 x 450   2000 x 3000   1.50    (1x1.5)  
logos     = Logos PNG .........  500 x 1     2000 x 2000    n/a  
logos     = Logos SVG .........  500 x 1     Vector File    n/a  

EDIT
Corrected information that was like this

Logo PNG = Production/Networks  500 x 1   2000 x 2000   n/a
Logo SVG = Production/Networks  500 x 1   Vector File   n/a  

The logos are bit complicated.
The minimum for PNG logos is, I guess, 500x1px/1x500px; either the width or the height has to be at least 500px.
All aspect ratios are supported.
The SVG logo also have no aspect ratio restrictions that I know of, but a max resolution of 2000x2000.

@banana_girl said:
The logos are bit complicated.
The minimum for PNG logos is, I guess, 500x1px/1x500px; either the width or the height has to be at least 500px.
All aspect ratios are supported.
The SVG logo also have no aspect ratio restrictions that I know of, but a max resolution of 2000x2000.

As we can set the color of the Windows interface to DARK, the two Links seem to lead to a Black page.
If these examples, 500x1 and 1x500, are in the Bible it would be better if they were in Yellow or Red.
It took me a while to realize the problem. :-)

In the case of the SVG file, as it is scalable, I thought it would be 1x1.
On the logos page, the field for size is blank.
https://www.themoviedb.org/network/16-cbs/edit?active_nav_item=logos

The term used in an API Request response for an Episode Backdrop is still.
It is also the term used in the response listing for a Configuration API Request.
https://api.themoviedb.org/3/configuration?api_key=THE_KEY

I added a header to my TXT table to make it clear that the first column are terms used in API and the second column terms used in the WEB interface.

Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.

Σε όλες τις σελίδες

s Εστίαση στη μπάρα αναζήτησης
p Άνοιγμα μενού προφίλ
esc Κλείσιμο ανοιχτού παραθύρου
? Άνοιγμα παραθύρου συντομεύσεων πληκτρολογίου

Στις σελίδες μέσων

b Επιστροφή στην προηγούμενη σελίδα(ή στην αρχική σελίδα όταν είναι εφικτό)
e Μετάβαση στη σελίδα επεξεργασίας

Στις σελίδες κύκλων σειρών

(Δεξιό βέλος) Μετάβαση στον επόμενο κύκλο
(Αριστερό βέλος) Μετάβαση στον προηγούμενο κύκλο

Στις σελίδες επεισοδίων σειρών

(Δεξιό βέλος) Μετάβαση στο επόμενο επεισόδιο
(Αριστερό βέλος) Μετάβαση στο προηγούμενο επεισόδιο

Σε όλες τις σελίδες εικόνων

a Άνοιγμα παραθύρου προσθήκης εικόνας

Σε όλες τις σελίδες επεξεργασίας

t Άνοιγμα επιλογέα μετάφρασης
ctrl+ s Υποβολή φόρμας

Στις σελίδες συζήτησης

n Δημιουργία νέας συζήτησης
w Ρύθμιση κατάστασης παρακολούθησης
p Ρύθμιση ως δημόσια/ιδιωτική
c Ρύθμιση ανοίγματος/κλεισίματος
a Άνοιγμα δραστηριότητας
r Απάντηση στη συζήτηση
l Μετάβαση στην τελευταία απάντηση
ctrl+ enter Υποβολή μηνύματος
(Δεξιό βέλος) Επόμενη σελίδα
(Αριστερό βέλος) Προηγούμενη σελίδα

Ρυθμίσεις

Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;

Σύνδεση