lewisje / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

DIsplay Half-stars in GrowlTunes. #627

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In GrowlTunes you can display the Rating. In iTunes it is possible to enable 
half-stars using the terminal. 
http://osxdaily.com/2012/04/09/enable-half-star-ratings-in-itunes/

It be great if GrowlTunes could display them when Rating is chosen.

Original issue reported on code.google.com by ben.jamm...@gmail.com on 21 Mar 2014 at 3:05

GoogleCodeExporter commented 8 years ago
The prettiest solution is to do a half filled star, but unfortunately there is 
no half filled star in unicode, and Growl notes have to be text.  Another 
option would be to use the unfilled star since GrowlTunes uses dots for the 
stars not used.  We could also do the 1/2 symbol like iTunes apparently uses 
(wondering if it's for the same reason), and I have flagged this as in 
discussion for now

It shouldn't be too bad to implement, for future reference if we decide to do 
this, the code is in 
-(NSDictionary*)formattedDescriptionDictionary
in TrackMetadata.m

Original comment by dan...@growl.info on 25 Mar 2014 at 3:33