View Issue Details

IDProjectCategoryView StatusLast Update
0013926MMW v4Main Panelpublic2017-10-27 12:53
Reporterlowlander Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version4.1.15Fixed in Version4.1.15 
Summary0013926: Large Font slows Lyrics display in Art & Details window
DescriptionWith files that already have Lyrics associated in the database. Set the font-size for the Art & Details window to 40, the tab to Now Playing and play a song with lyrics. It takes a long time to show lyrics. Resetting font-size to 9 and it shows the lyrics much faster.
Additional InformationIYJ-369-47803
TagsNo tags attached.
Fixed in build1826

Relationships

related to 0013939 closedLudek MMW 5 Add back the ability to set up large font size in A&D window for lyrics 
related to 0014490 closedLudek MMW v4 CPU utilization at 50% 

Activities

Ludek

2017-01-23 23:45

developer   ~0047052

It is caused by slow TBitmap32.TextOut() when creating text overlay.

I optimized it in 4.1.15.1826 (it is roughly 3x faster now)

The "full" fix is in 5.0.0 where it is drawn immediately using HTML5/CSS3 (chromium)

peke

2017-01-24 22:29

developer   ~0047066

Verified 1826