View Issue Details

IDProjectCategoryView StatusLast Update
0015900MMW 5Tagging / organizing (properties / auto-tools)public2020-11-09 22:58
Reporterrusty Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionreopened 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0015900: Create Multi-Artist Albums: optimize workflow
DescriptionWhen the user tries to use File > Manage Database > Create Multi-Artist Albums, MM5 doesn' show the list of tracks associated with the Album (below 'Files found:').

Also, it displays the year as yyyymmdd (e.g. '20180217') instead of using the expected date format.
TagsNo tags attached.
Attached Files
bug15900.jpg (396,773 bytes)
Fixed in build2202

Relationships

related to 0015993 feedbackLudek Multiple track editing: facilitate choosing attributes of one of the selected tracks 
related to 0017064 closedrusty Tooltips don't display for main panel content 

Activities

michal

2019-08-30 16:43

developer   ~0054479

Fixed in build 2195.

peke

2019-09-07 22:45

developer   ~0054533

1. Verified 2195 Files found show
2. Verified 2195 Date format is correct

peke

2019-09-07 22:50

developer   ~0054534

3. Album Artist is assumed Various instead of Artist here all Tracks ere from same Artist (MM4 do that correctly)

4. Year: Should be renamed to Date: to avoid confusion

5. Date: Field should be longer like other Edit boxes


Further improvements:
6. Manual Lookup Button should be added to quickly fill the missing data

7. Album Artwork should be seen as in case of Various Artists there should be a way to quickly select Album Art or Do a manual search

michal

2019-09-13 10:41

developer   ~0054626

Fixed in build 2197. Used proposed change - these suspicious "albums" are displayed under new tree node Files to edit -> Ungrouped Multiple Artist Albums, where user could multi-edit tracks and merge them to the same album by existing tools.

rusty

2019-09-13 18:35

administrator   ~0054635

The revised functionality is unusable as it crashes:
It crash on clicking an album: A870B207
It crashes on clicking clicking the view switcher: AE81579D

Note: this doesn't occur with Files to Edit > Multiple Artist Albums

michal

2019-09-15 17:42

developer   ~0054652

I cannot reproduce the crash and the reports are not very informative, they look like bug in completely different part of code. Do you reproduce it regularly?

michal

2019-09-17 17:49

developer   ~0054665

Fixed in build 2198. I have reproduced crashes on big DB, should be fixed now.

rusty

2019-09-20 12:57

administrator   ~0054739

Last edited: 2019-09-23 17:06

Tested 2198 and the crashes are fixed. The only issue now is that it takes _much_ longer to fix all of the Ungrouped multiple artist albums (each album must be selected individually, and edited).

Rather than deprecating the old functionality entirely, would it make sense to expose it via this node? e.g.
1) Display the tracks in this view as 'List (by Album)' (instead of a grid)
2) Display the relevant fields (Artwork, Summary, Title, Artist, Album, Album Artist, Date)
3) Modify the functionality in the view so that the user can easily edit the fields in the summary so that they can be applied to all tracks on the 'album' (I'm not sure of the best/easiest way to do this--it could be via combo-boxes, or via a context entry, or ???)

EDIT: reduced priority as this isn't an urgent issue.

michal

2019-09-24 15:16

developer   ~0054832

Fixed in build 2202. Added possibility of grouped view (Grid remained as option). Direct editing in the view not implemented, as discussed offline.

rusty

2019-09-27 20:33

administrator   ~0054881

Verified 2202. Much more useful.

A couple of other things that would improve this further:
1) In the summary column: allow the user to switch/edit between Album Artists and Year. That way they can bypass the Properties dialog.
2) In the Properties dialog, if there are conflicting entries for multiple items, allow the user to select from among the selected items (already documented for similar reasons at 0015993)