Here is a new work in progress screenshot of the new Smart View in Movida.
As you can see, a slider (this is just a test window, it’s not the final product!) allows to resize the tiles, still preserving the aspect ratio. Resizing is still slow (specially if you set a 5MB bitmap as movie poster) because the thumbnails are resized every time (if thumbnails of that size cannot be found in the cache) using QPixmap’s scale methods. And they ain’t the best ones.
The best would be to stretch the current thumbnail and to scale the full size image in the background, replacing the temporarily stretched pixmap.
And here comes a (buggy) animated screenshot of the new RatingLabel widget. A stand alone version has been uploaded to The OSDaB Project.

