![]() |
|
Index Artwork - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: Index Artwork (/showthread.php?tid=5891) |
RE: Index Artwork - steveoat87 - 23-06-2022 21:57 Does minimserver 2 display back cover art? I have recently been scanning both the front cover art as well as the liner, which serves as the back cover art. How do I see it? How do it tag it so it is recognized? RE: Index Artwork - simoncn - 24-06-2022 09:30 MinimServer does not support back cover art because the UPnP specification does not provide a way for the server to send this to the control point. RE: Index Artwork - simbun - 24-06-2022 13:35 If you're using the BubbleUPnP control point then you could access your files this way. By default it looks for pdf's but you can modify the URL so it'll pick up something else e.g. back.jpg RE: Index Artwork - simoncn - 24-06-2022 14:44 The Information files feature looks for .pdf files only. Can you explain your suggestion in more detail? RE: Index Artwork - simbun - 24-06-2022 15:48 (24-06-2022 14:44)simoncn Wrote: The Information files feature looks for .pdf files only. Can you explain your suggestion in more detail? It looks like that was my mistake. I was playing around with it, so I got it working with booklet.pdf and then I changed the displayFormat to: Code: $*infoFileURI^<a href="^/../back.jpg">Back Cover</a>and it worked...but I hadn't realised that if a booklet.pdf doesn't exist then the URL won't be shown. The easiest way around that I guess is just to create an empty text file called booklet.pdf. Some of the other things I'd tested were web searches # artist search Code: Comment.displayFormat={$albumartist^<a href="https://musicbrainz.org/search?query=^&type=artist&method=indexed">Artist Search</a>}# mb_id tag populated with musicbranz release group id Code: Comment.displayFormat={$mb_id^<a href="https://musicbrainz.org/release-group/^">Album Lookup</a>}RE: Index Artwork - Hanu - 25-06-2022 21:51 (23-06-2022 21:57)steveoat87 Wrote: Does minimserver 2 display back cover art? I have recently been scanning both the front cover art as well as the liner, which serves as the back cover art. How do I see it? How do it tag it so it is recognized? You can merge your scans into a pdf |