ShokoAnime / MyAnime3

Repository for My Anime 3, a MediaPortal plugin.
http://shokoanime.com/mediaportal/
15 stars 10 forks source link

UI config option local thumbnail loading and image loading enhancements #25

Closed RickDB closed 9 years ago

RickDB commented 9 years ago

Added a new option in its Mediaportal config UI under the Display tab to toggle the loading of local thumbnails.

Replaced AsyncImageResource with ImageSwapper for smoother image loading, it has the option to enable animations during image changes but that is currently not enabled. Optionally AsyncImageResource.cs could be removed as ImageSwapper.cs already contains all its functions.

jmediamanager commented 9 years ago

Thanks a lot, will review soon

RickDB commented 9 years ago

Thanks, noticed that ImageSwapper might only be useful if we setup Animations like Moving Pictures does for instance and that also requires skin changes (additional fanart.2 reference). We could leave it in an do that later on as I believe there's no downside of using ImageSwapper already.