diff --git a/docs/general/server/media/music.md b/docs/general/server/media/music.md index 34a7485a..83ab8866 100644 --- a/docs/general/server/media/music.md +++ b/docs/general/server/media/music.md @@ -56,27 +56,21 @@ Album ## Images -Images can come from a few different sources. For music, there are 3 image types. -### Primary +Images can come from a few different sources. For music, there are 3 image types, as shown in this image. -- folder -- poster -- cover -- default +![](/images/docs/server/media/music/AlbumImages.png) -### Backdrop +| Type | Allowed Names | +| -------- | ---------------------------------------------- | +| Primary | folder, poster, cover, default | +| Backdrop | backdrop, fanart, background, art, extrafanart | +| Logo | logo | + +:::tip Multiple Backdrop Images Multiple backdrop images can be used to cycle through several over time. Simply append a number to the end of the filename directly after or after a hyphen. -- backdrop -- fanart -- background -- art -- extrafanart - -### Logo - -- logo +::: ## File Extensions / Containers diff --git a/static/images/docs/server/media/music/AlbumImages.png b/static/images/docs/server/media/music/AlbumImages.png new file mode 100644 index 00000000..977282bc Binary files /dev/null and b/static/images/docs/server/media/music/AlbumImages.png differ