Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Howto get backdrop or poster pictures? #12

Closed
patpowerman opened this issue Jul 2, 2013 · 1 comment
Closed

Howto get backdrop or poster pictures? #12

patpowerman opened this issue Jul 2, 2013 · 1 comment

Comments

@patpowerman
Copy link

Could you please provide an example howto get a picture from TMDb?

I get back an example value like "/6z0X6AAebEx4SOMikbqHvenFUN2.jpg" for PosterPath, but how can I create the needed full path to download this picture?

@Naliath
Copy link
Collaborator

Naliath commented Jul 3, 2013

Use the GetImageUrl method on the client and provide the url retrieved from the movie db. This will then return a full url you can use to download the image. Can't give a more complete example at this time since I don't have access to VS atm.

The sizes you can get are available on the configuration object. ('original' should always work, for any image type)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants