View Issue Details

IDProjectCategoryView StatusLast Update
0020195MMW 5Extensions (bundled)public2026-09-23 15:14
ReporterLudek Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status feedbackResolutionreopened 
Product Version2024.0 
Target Version2027.1Fixed in Version2024.2 
Summary0020195: Ability to configure the album grid view (and other grid views)
DescriptionThere is a request to toggle off Rating in Grid Album View : https://www.mediamonkey.com/forum/viewtopic.php?t=104781

Currently, there is no option to hide ratings in grid album view. For people who don't really use ratings or just don't want to see them, a toggle would really be helpful. It makes it a lot harder to see, especially when the size for each album has been set to small.
TagsNo tags attached.
Fixed in build3156

Relationships

related to 0020441 feedbackLudek Grid view should have configurable text below artwork (or added Artist at least) | Grid (by track) view 
related to 0021880 closedrusty Rating albums isn't immediate, and unexpectedly deletes track ratings 
related to 0018911 resolvedpetr Sorting: In Grid views there is no Sort by average rating and album sort by date is not visually presented 

Activities

michal

2025-05-22 11:05

developer   ~0078773

Last edited: 2025-05-22 11:07

Fixed in build 3156. It is fixed by simple sample script "reducedAlbumGrid" placed to SampleScripts. This script shows a simple way, how to do such adjustments in user scripts.
By installing this script people can achieve requested behavior easily and without need of additional settings and changes in code. I also adjusted styling, so it will look better by default.

peke

2025-06-10 22:42

developer   ~0078875

Verified script existence and work in 3158

rusty

2026-09-16 21:17

administrator   ~0082207

Last edited: 2026-09-23 14:48

As described at 0018911, the issue of grid view configurability applies to more than just ratings--it also applies to:
- dates/year
- indication of # tracks contained

Perhaps this could be implemented in 'Manage views' > Grid (by album) >

Below view type: __________, add:

Show:
[x] Average rating
[ ] Year
[ ] # Tracks

For other grid views, only the # Tracks would be configurable.

rusty

2026-09-23 15:14

administrator   ~0082455

A better solution to configuring what metadata to show would be to take the approach described in 0020441 (but limiting the available fields to Album-specific ones). i.e. allow the user to configure which columns/fields to display in the same manner as in the list view.

Note: this would mean that sorting by 'Year' is only possible if the 'Year' attribute has been enabled (which makes more sense than the current approach in which it's possible to sort by date even though the field isn't visible).