jamorin / Sonarr.bundle

A Sonarr channel plugin for the Plex Media Server.
95 stars 14 forks source link

Series view doesn't load images #12

Open some-guy-23 opened 8 years ago

some-guy-23 commented 8 years ago

When you have authentication for Sonarr turned on, the images on series view won't load. I believe the issue is, Plex is trying to proxy an image, without logging in, e.g. -

http://localhost:8989/MediaCover/61/poster.jpg

With forms auth turned on, this just returns a Sonarr login page (if not logged in, like Plex). This may be related to issue #4. For a temporary fix, you can set the Sonarr server to basic auth instead, use your username/password in the plugin settings, and then the images will load.

There is a way to access images using an API key. Here is the structure for that -

http://localhost:8989**/api/**MediaCover/61/poster.jpg?apikey=123456789

some-guy-23 commented 8 years ago

Submitted a pull request with fix for Series List images here - https://github.com/jamorin/Sonarr.bundle/pull/13

Not sure if this also possibly affects over views.