MinimServer Forum
Image for Artist - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Image for Artist (/showthread.php?tid=6654)



Image for Artist - mminga - 11-08-2022 18:02

Hello at all,
is it possible to add an image for an artist.
When browsing to an album the album image is shown on every device. In Windows, on Apps ...
When I navigate to artist list, it would be nice if there is an image like above of the artist/group.

An idea would be to add one image of every artist by the following name convention:
Code:
Artist.jpg
or
Code:
Artist.png
It should be taken by the tag artist for the folder view.

With reagards
Michael


RE: Image for Artist - Peter StreamMagic - 11-08-2022 20:08

This is already possible, but you need to have the full licence version.


RE: Image for Artist - simbun - 11-08-2022 20:16

For the full rules of index artwork look here

By setting the serverOptions property to:
  • indexArtwork=folder MinimServer will look for custom images to populate the index items. Where there isn't an image the existing default icon will be shown.
  • indexArtwork=auto Album images that exist below that index selection will be used as the custom image for the index value.
  • indexArtwork=all MinimServer will look for custom images, and where none exist will use album images.

MinimServer by default looks in a folder named indexArtwork in the root of your music directory, but it can be modified by specifying 'artworkFolder=' in serverOptions.


RE: Image for Artist - mminga - 15-08-2022 19:46

Thanks for the hints, I have overseen it.