Post Reply 
Printing alternatives on tagFormat
05-03-2025, 14:02 (This post was last modified: 05-03-2025 14:04 by simbun.)
Post: #4
RE: Printing alternatives on tagFormat
(05-03-2025 12:58)Donuk Wrote:  I do understand your idea but not to clear about where it might go....

Paste this code into a text file and store it somewhere on your server e.g. /path1/path2/tagUpdate.txt
Code:
@COMMENT=HD
+HDLABEL=*
NOTE: I used Label in first example which is a common tag, so let's call it something else.

This code create a new tag (in MinimServer) called hdlabel with a value of * for every track that has a comment tag equal to HD.

Put the full path of your tagUpdate.txt file in the tagUpdate property of your MinimServer configuration.
You'll also need to tell MinimServer that you want to reference this new tag by adding it to itemTags.

Code:
itemTags: hdlabel
tagFormat: Title.displayFormat={$title^$date^ ~ ^$hdlabel^^ ^$composer^ [^]}
tagUpdate: /path1/path2/tagUpdate.txt

I'm not at home to test at the moment, but I think that's right.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Printing alternatives on tagFormat - simbun - 05-03-2025 14:02

Forum Jump:


User(s) browsing this thread: 1 Guest(s)