Post Reply 
How to handle Artist and Albumartist
04-01-2017, 22:00
Post: #22
RE: How to handle Artist and Albumartist
(04-01-2017 19:16)aliasname Wrote:  stuck again ....
wanted to so something like this
prefix field1 field2 field3 suffix in tagformat where fields 2 & 3 are optional and wont be present all time.
eg. ALBUM <1970 remaster 2009> for a remaster
vs. ALBUM <1970> being the original release
stripping the second 1970 from the second example now works using the tagupdate.
but I can't get the suffix being processed. If use in tagFormat it can't work since if field3 is missing it's suffix is also missing.

You can use a single format item for the combination of field1+field2+field3, as follows:

Album.displayFormat={$album^^ $field1$field2$field3^<^>^ }

Quote:So I decided to put the following into tagValue
Date={Date, Albumversion, Releasedate}

This syntax is invalid and I assume you meant to say Date.merge=. This should work if you use a different tag name as the target, for example:

DateVerRel.merge={Date, Albumversion, Releasedate}

Quote:minimserver then moans about Date being not allowed in tagValue
not to mention that I can't define spaces, but it would have surely allowed to use prefix and suffix in tagFormat this way.

Yes, you could do the above together with:

Album.displayFormat={$album^^ $dateVerRel^<^>^ }

Quote:I'm lost. there's too many differnt sections when one could define things which more or less to influence each other, or better said, you must guess why something doesn't work even if reading the docs since the thrown errors explain only that something's wrong but not what's excatly wrong. For example I now get 'incorrect Tagname Date in Date.merge. Date is a valid tagname and .merge is a valid action according to the docs. Any idea where I'm wrong?

See above. You are probably using Date as both a source and target tag name.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to handle Artist and Albumartist - simoncn - 04-01-2017 22:00

Forum Jump:


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