getmusicbee.com

General => MusicBee Wishlist => Topic started by: jippijip on June 04, 2018, 07:37:47 PM

Title: Option to display Artist/Album counts in the Column Browser.
Post by: jippijip on June 04, 2018, 07:37:47 PM
Currently there is an option to display the number of tracks in each category of the column browser:

(https://i.imgur.com/qthW4OM.png)

 I thought it might occasionally be more useful to see the number of albums associated with a given category. At that point, why not support also being able to select Artist/Album Artist

Eventually it might even make sense for the total time of each category to be an option, but that's probably getting into more difficult to implement territory.

Thanks a lot for your consideration!
Title: Re: Option to display Artist/Album counts in the Column Browser.
Post by: Zak on January 19, 2022, 04:53:56 AM
Apologies for dead thread revival, but this request would also resolve the question in this new thread:

https://getmusicbee.com/forum/index.php?topic=36048

Below is my suggested approach from that thread.

(https://i.imgur.com/Te9bRDy.png)

I think it wouldn't be too hard to add a second option to the context menu so this section would have:
* Show Track Count
* Show Album Count

A column heading of either "Tracks" or "Albums" could be displayed, which would also make it more discoverable that you can click to sort it.
This heading might need to be optional to avoid crowding the Column Browser heading row with text, either for narrow displays, layouts with lots of columns or just user preference for a cleaner look.
Title: Re: Option to display Artist/Album counts in the Column Browser.
Post by: vzell on January 19, 2022, 07:05:12 AM
+1
Title: Re: Option to display Artist/Album counts in the Column Browser.
Post by: musicmafia on January 19, 2022, 08:37:07 PM
+++++++++++++1
Title: Re: Option to display Artist/Album counts in the Column Browser.
Post by: Steven on January 23, 2022, 07:36:02 AM
not directly what is asked for but something near can already be achieved with the $Count() function eg. create a virtual tag:
Code
<Artist> ($Count(<Album>,<Artist>))
<Album Artist> ($Count(<Album>,<Album Artist>))