v22 How to increase the display quality of Clear Logos?
#16
Ah, so the scraper is fetching a "low" resolution image.
Reply
#17
TMDB provides images of different size:
 
Code:
 {"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"
    ]}

Keep in mind TMDB api key is per project, and if everyone requests max size images all the time it could get the key blocked (not saying it will, but I would be mindful of it).

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
How to increase the display quality of Clear Logos?0