Post Reply 
COMPOSER tagging and viewing
18-09-2020, 22:49 (This post was last modified: 19-09-2020 09:16 by simbun.)
Post: #11
RE: COMPOSER tagging and viewing
Assuming that part of the question is about how to only show 'HD' in the album name and not all the other values from the tags (be it Comment or #AudioQuality ) e.g. Dark Side of the Moon CD

The only way I know to achieve this kind of functionality would be via tagUpdate.
What you'd need to do is to create a new tag based on the value of HD in the Comment/#AudioQuality tag, something like:

Code:
@COMMENT=HD
+HDCONTENT=HD

Then apply your album tagFormat
Album.displayFormat={$album^$HDCONTENT^ ^}
Find all posts by this user
Quote this message in a reply
19-09-2020, 15:45
Post: #12
RE: COMPOSER tagging and viewing
Thanks to both Stefano and Simbun for your answers.
I think I understand them both except Simbun's
"What you'd need to do is to create a new tag based on the value of HD in the Comment/#AudioQuality tag, something like:
Code:
@COMMENT=HD
+HDCONTENT=HD"
I can understand this code, but I can't see where I create a new tag, and should the Code be all in one line? In other words, where do I stick this.??
Sorry to be stupid. Any other forum and I would be dead by now.
Donuk
Find all posts by this user
Quote this message in a reply
19-09-2020, 15:53
Post: #13
RE: COMPOSER tagging and viewing
(19-09-2020 15:45)Donuk Wrote:  Thanks to both Stefano and Simbun for your answers.
I think I understand them both except Simbun's
"What you'd need to do is to create a new tag based on the value of HD in the Comment/#AudioQuality tag, something like:
Code:
@COMMENT=HD
+HDCONTENT=HD"
I can understand this code, but I can't see where I create a new tag, and should the Code be all in one line? In other words, where do I stick this.??
Sorry to be stupid. Any other forum and I would be dead by now.
Donuk

You need to use the tagUpdate file to achieve this result
https://minimserver.com/ug-other.html#Tag%20update
Find all posts by this user
Quote this message in a reply
19-09-2020, 22:11
Post: #14
RE: COMPOSER tagging and viewing
thank you Stefano. It is clear to me now!
Donuk
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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