getmusicbee.com

Support => Questions => Topic started by: Johan_A_M on March 11, 2023, 11:55:29 AM

Title: Conditioning on multiple versions of album?
Post by: Johan_A_M on March 11, 2023, 11:55:29 AM
Hi,

would it be possible to create a virtual tag that checks the MB library for multiple versions of an album (e.g. MusicBrainz Release ID)? I'm playing with the idea of a folder template that only adds catalog#, country and album mastering if I have multiple versions of the album.
Title: Re: Conditioning on multiple versions of album?
Post by: hiccup on March 11, 2023, 02:01:31 PM
Take a look at this as a first step?: Alternative duplicates manager (https://getmusicbee.com/forum/index.php?topic=38885.msg210132#msg210132)
Title: Re: Conditioning on multiple versions of album?
Post by: vincent kars on March 11, 2023, 03:14:12 PM
Album is always a bit of a problem as the unit of measurement is tracks.
Assuming:
- all tracks belonging to an album has the same   MusicBrainz Release ID
- Albums have the same name

$Min(<MusicBrainz Release ID>,<Album>)
$Max(<MusicBrainz Release ID>,<Album>)
If they differ you have more than 1 version.

https://getmusicbee.com/forum/index.php?topic=35643.0