Jump to content

Music Genre Artwork doesn't display


Vicpa

Recommended Posts

Vicpa

Hi

 

Client; Latest

Server Version 3.0.5238.39498

 

See screen shot below, minor thing. I don't remember if the art ever displayed53775fcb9b9e5_Grenre.png

 

Thanks!

-Vicpa

 

Link to comment
Share on other sites

MrWebsmith

well done on finding the additional detail im sure 7 will get it sorted

Link to comment
Share on other sites

Vicpa

Hi 7Illusions ... et al

 

The app is showing music genre art from the general genre folder (\AppData\Roaming\MediaBrowser-Server\ImagesByName\Genre) and not the music genre folder (\AppData\Roaming\MediaBrowser-Server\ImagesByName\MusicGenre).

 

I found this because I added a Comedy album and the art from the general folder was displayed. I have no art for the music genre "Comedy"

 

 

thanks,

 

-Vicpa

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...
Vicpa

Hi

 

This is still an open issue with release 1.8.0.37

 

Thanks

 

-Vicpa

Link to comment
Share on other sites

7illusions

Yes, it' will need some further changes in the server I think in order for this to be corrected..

@@Luke can you confirm my assumptions? (MusicGenre type vs Genre)

Link to comment
Share on other sites

7illusions

I'm using

 

var options = new ImageOptions()

{

Quality = 90,

MaxHeight = height,

ImageType = ImageType.Primary

};

 

GetImageUrl(item, options);

 

The problem is that all Musicgenres report HasPrimaryImage only when it matches with a VideoGenre..

Link to comment
Share on other sites

Yes, it' will need some further changes in the server I think in order for this to be corrected..

@@Luke can you confirm my assumptions? (MusicGenre type vs Genre)

 

what are you building the url with? I don't see anything in ApiClient using IsMusicGenre. I think if you're using the api client GetImageUrl it should work because they've all been changed to use the Id.

Link to comment
Share on other sites

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...