Jump to content

The single poster in tmdb not fetched


Recommended Posts

Posted

After scanning the media library, it is found that the poster of a movie is not displayed, and the external tmdbid is 72575.

So I open the tmdb official website: https://www.themoviedb.org/movie/72575-i-love-you/images/posters, found only one poster here.

After viewing the log of server, the requested API is displayed: https://api.themoviedb.org/3/movie/72575?api_key=f6bd687ffa63cd282b6ff2c6877f2669&append_to_response=casts,releases,images,keywords,trailers&language=zh-CN&include_ image_ language=zh-CN,zh,null


The returned data shows "posters": [], so I guess only this judgment is made for the crawling of posters in emby server,.

In the basic information of the returned data, there is "poster_path": "/ lu5djnysl2zj7jbu54p12bri38. JPG". Therefore, it is recommended that the emby server add a judgment. If the images is empty, take the value of "poster_path" as the poster.

 

Posted

Hello Bruce569,

** This is an auto reply **

Please wait for someone from staff support or our members to reply to you.

It's recommended to provide more info, as it explain in this thread:

Thank you.

Emby Team

Happy2Play
Posted

So you are saying you do not care what language it falls backs to when there is not image in your already selected language?

include_ image_ language=zh-CN,zh,null

But at the same time what do you do when there are multiple languages just not in your selected language?

Posted

@Happy2Play

 

I think `null` means to use the original national language poster of the film when your national language is not obtained, or when there is only one poster, use it.


Instead of taking screenshots in the film, the content in the video is similar to that in all countries, and the priority of posters should be higher than screenshots.

 

Posted

I guess we could do this. We just won't have resolution info or user votes for it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...