Hi Jiri,
thanks for your reply. I can reproduce this quite easily; perhaps it's just me doing something stupid.
This is what I did
- select the album's tracks using 'Find more from the same album'
- the album node is selected and all the tracks are shown (eg. "Destination Goa 9 (Various)")
- if I now select all album's tracks (control-A) and change eg. the Genre or Date tag these fields will be updated and the album broken into pieces (each track gets an own entry in the album hiearchy, eg. "Destination Goa 9(Mino)", "Destination Goa 9(Mystica)" etc.)
Further investigation revealed that my initial analysis was not correct; sorry for sending you in the wrong direction. The symptom is still the same though.
After selecting the track (and before changing the properties) I observed:
a/ Album Artist (from Album properties) is set to Various
b/ Album Artist (from each of the track's properties) is equal to the track's Artist (ie. NOT Various).
Looking into the sqlite db I see:
in table Albums:
ID: 45513
Album: Destination Goa 9
Artist: Various
Year:
Tracks: 14
in table Songs where IdAblum=45513:
all the tracks where Artist and AlbumArtist have the same value
After changing the Genre tag for all tracks in the album (causing the breaking of the compilation) the Albums table in sqllite shows an entry for every track (ie. consistent with the breaking of the album in MM3); the Artist field set is set to the song's artist instead of Various.
Correcting the erratic situation:
1/ Maintain Library->Create Multi-Artist Albums
2/ select the 'Destination Goa 9 (Various)' album which is one of the proposed albums
3/ let it run et voila, the tracks are now back together in the colletion
Inspection of the Album properties: Artist = Various
Inspection of the individual tracks: Album Artist = Artist
Perhaps this the root cause of my problems?
Changing the Year property of all tracks (on the freshly recombined collection) causes it to break up again.
Going to the 'Files to Edit->Multiple Artist Albums' node shows the 'Destination Goa 9' album. Selecting the 'Change Album Artist'/Control-J menu option on the menu on the album node lets me change it to 'Various'.
The compilation is now re-combined; inspection of the individual tracks still shows an Album Artist equal to the Artist.
After updating tracks (and breaking the compilation) I launched MM2; the broken album was shown correctly (ie. broken) here (library was synchronised on startup monitoring the file system where the music is stored). I ran the Maintain Library/Create Multi-Artist abum, and hey: different result: now the track's Album Artists was set correctly to Various.
Hope this bug report is more usefull than my inital posting
regards,
Frank.
Note that I set MM to monitor any changes on the file system where my library resides, perhaps this makes a diffence?