bobertuk wrote: > > Since installing version 0.50 from github the TrackStat 'star' icon > doesn't display correctly. When browsing by Album in order to mark all > tracks as favourites the star icon isn't displayed but the underlying > code appears instead.
Ah! Oops! I was trying to improve the performance of the 'view recycling' (which is what is used in 0.5.0 to allow very large lists (without needed A..Z groups)), and I removed the HTML parsing of items text/subtext as forgot why it was there. If only unicode supported a 1/2 star I would not need to use HTML here. Anyway, I'll re-add the HTML parsing. bobertuk wrote: > > What happened to the Grid display for Albums, New Music etc? All I get > since that update is a list display! I think it may be something to do > with 'textkey' as suggested by @mherger in the "'textkey' for app > generated lists?" thread. Grid is still there, but *only* for lists of 300 items or less - new only has 100, so is not affected. I have just tried, and it is working for me. (Albums displayed in A..Z groups, or under Artists, can still use the grid (if 300 or less)) However, I changed how the 'use grid' config item is used - it now has 2 values; never, local albums only, whenever possible. Perhpas you need to re-set the is in Material's settings? ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
