Hi
Here is my most used custom field I use for grouping
Replace([Album Artist], ;,/ & ) | [Year] | [Album] Mid(★★★★★,0,[{Album Rating}])If(IsEqual(Right([{Album Rating}],2),.5),☆,)
I was wondering is there away I can re-organise the information to resemble the stock "Album" grouping.. What I mean by that, is I'd like to Keep Album Artist & Album to the left and have Album Rating & Year come from the right..
The only way I can think of doing this is to keep in mind the total number of characters that can fit in from left to right, and somehow use the Length(...) expression that will count the number of characters in Album Artist, Album, Album Rating & year and subtract that from the total number of characters that can appear on the screen which would set the optimum middle spacing.. I'm not sure where to begin...
Another question would how does screen resolution & monitor size affect this, I would want it to be compatible with whatever monitor I plug my computer into without major adjustment..
Doesn't seem worth the effort but if it is possible?? I might just try it..
Thanks