Author Topic: Conditioning on multiple versions of album?  (Read 278 times)

Johan_A_M

  • Jr. Member
  • **
  • Posts: 117
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.

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
Take a look at this as a first step?: Alternative duplicates manager
Last Edit: March 11, 2023, 06:25:57 PM by hiccup

vincent kars

  • Sr. Member
  • ****
  • Posts: 444
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