View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0020195 | MMW 5 | Extensions (bundled) | public | 2023-08-16 16:32 | 2026-09-23 15:14 |
| Reporter | Ludek | Assigned To | |||
| Priority | urgent | Severity | feature | Reproducibility | always |
| Status | feedback | Resolution | reopened | ||
| Product Version | 2024.0 | ||||
| Target Version | 2027.1 | Fixed in Version | 2024.2 | ||
| Summary | 0020195: Ability to configure the album grid view (and other grid views) | ||||
| Description | There 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. | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3156 | ||||
| related to | 0020441 | feedback | Ludek | Grid view should have configurable text below artwork (or added Artist at least) | Grid (by track) view |
| related to | 0021880 | closed | rusty | Rating albums isn't immediate, and unexpectedly deletes track ratings |
| related to | 0018911 | resolved | petr | Sorting: In Grid views there is no Sort by average rating and album sort by date is not visually presented |
|
|
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. |
|
|
Verified script existence and work in 3158 |
|
|
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. |
|
|
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). |