Hi,
I've got a question about the display of the album tag in Asset:
I have some albums multiple times in my collection (standard edition and special edition). The info about the album version is stored in the tag ALBUMVERSION (FLAC). Otherwise the tags are all the same.
Asset now groups these albums together resulting in doubling all the tracks for an album.
As an example there are two albums: "AC/DC - Powerage" and "AC/DC - Powerage (Special Edition)". In the tree listing, Asset only shows "AC/DC - Powerage" with every song doubled.
Is there any chance to separate these two versions, so that there are two albums listed instead of only one.
So when it comes to the CD ripper, I have a rule based mapping.
IF ALBUMVERSION=[anyvalue]
SET ALBUM=[album] ([tag]ALBUMVERSION[])
Now I need something comparable in Asset.
Any ideas?
I've got a question about the display of the album tag in Asset:
I have some albums multiple times in my collection (standard edition and special edition). The info about the album version is stored in the tag ALBUMVERSION (FLAC). Otherwise the tags are all the same.
Asset now groups these albums together resulting in doubling all the tracks for an album.
As an example there are two albums: "AC/DC - Powerage" and "AC/DC - Powerage (Special Edition)". In the tree listing, Asset only shows "AC/DC - Powerage" with every song doubled.
Is there any chance to separate these two versions, so that there are two albums listed instead of only one.
So when it comes to the CD ripper, I have a rule based mapping.
IF ALBUMVERSION=[anyvalue]
SET ALBUM=[album] ([tag]ALBUMVERSION[])
Now I need something comparable in Asset.
Any ideas?
Comment