![]() |
|
Composer Lyricist Display - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Composer Lyricist Display (/showthread.php?tid=5966) |
Composer Lyricist Display - Hanu - 21-12-2020 16:25 Hi Simon I would like to display Composer and Lyricist a) title [composer (lyricist)] what is the correct format >> Title.displayFormat={$title^$composer$lyricist^...... b) in the comment field [composer (lyricist)] Comment.displayFormat=..... c) some other ways? Composer and Lyricist as Artist is not wanted, because of 3dot functionality. thanks [attachment=2076] RE: Composer Lyricist Display - Alandbush - 21-12-2020 19:54 (21-12-2020 16:25)Hanu Wrote: Hi Simon Best I can do is as follows Code: Title.displayFormat={$Title^$Composer^ [^$Lyricist^ (^)]}nb - Composer and Lyricist need to be an indexTag or an itemTag However, the display is incorrect if either Composer or Lyricist is missing. eg. Title [Composer Title (Lyricist)] There is a method using the tagUpdate feature that sets a tag name to a default value, i.e. such as DEFAULT_TAG=Unknown This default tag can then be used to populate Composer and/or Lyricist with its' value. The display would then look like eg. Title [Composer (Unknown)] Title [Unknown (Lyricist)] RE: Composer Lyricist Display - simoncn - 21-12-2020 22:31 It is much simpler if the display is title [composer] (lyricist) For this, you can use: Title.displayFormat={$Title^$Composer^ [^]$Lyricist^ (^)} RE: Composer Lyricist Display - Hanu - 22-12-2020 14:05 @ Alandbush @ Simon Thanks for the replays. I will go with Title.displayFormat={$title^$composer$lyricist^ [^)]^ (} when no Lyricist it will display Title [Composer)] I asume there is no chance to display it, in the preview next the booklet link see screenshot first post. RE: Composer Lyricist Display - simoncn - 22-12-2020 15:41 You can add this next to the booklet link. What is your complete current setting for tagFormat? RE: Composer Lyricist Display - Hanu - 24-12-2020 10:52 (22-12-2020 15:41)simoncn Wrote: You can add this next to the booklet link. What is your complete current setting for tagFormat? I display booklet and Comments Additional something like [Comp: Composer / Lyrics: Lyricist] is welcome It can be empty, composer or composer and lyricist thanks in advance [attachment=2078] RE: Composer Lyricist Display - simoncn - 24-12-2020 13:34 You could use something like this: Comment.displayFormat={$composer$lyricist^ [^)]^ ($*infoFileURI^<a href="^">Digital booklet</a>$comment} RE: Composer Lyricist Display - Hanu - 24-12-2020 15:34 (24-12-2020 13:34)simoncn Wrote: You could use someything like this: perfect take a break and merry christmas |