Post Reply 
Specific Tags for Compilations
11-08-2025, 12:33
Post: #1
Specific Tags for Compilations
Hi!

Most of my collection is composed of albums. For those I have album name showing year, album name, album peak, album dynamic range, bit depth sample rate. Tracks show track name, track peak, track dynamic range and track duration.

This works great for albums, but I have a few custom made compilations - on those I would like to see different tags. Album name should be just album name, and tracks should be the same as above with added audio format.

Is this possible in any way?

Thanks!
Find all posts by this user
Quote this message in a reply
11-08-2025, 15:11 (This post was last modified: 11-08-2025 15:16 by simoncn.)
Post: #2
RE: Specific Tags for Compilations
You could use a tag update file (see this section) to add or remove tags from tracks in your custom compilation albums. For example, your tag update file would look something like the following:

@ALBUM=My Custom 1
@ALBUM=My Custom 2
@ALBUM=.... etc.
-DATE
-ALBUMPEAK
-ALBUMDYNAMICRANGE
-BITDEPTH
-SAMPLERATE
+AUDIOFORMAT=#AUDIOFORMAT

Your Album.displayFormat and Title.displayFormat settings would be something like this:

Album.displayFormat={$album$date$albumpeak$albumdynamicrange$bitdepth$samplerate​}
Title.displayFormat={$title$trackpeak$trackynamicrange$trackduration$audioformat​}

This is a rough sketch to show the idea. You need to adjust it to match the tag names you are using and the formatting you want to see for album and track titles.

The tag update file doesn't change the contents of your files. It adjusts the tags that MinimServer reads when it scans your library.
Find all posts by this user
Quote this message in a reply
11-08-2025, 15:44
Post: #3
RE: Specific Tags for Compilations
Thanks, Simon! I'll look into it and report back
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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