ShokoAnime / MyAnime3

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

Local thumbnail support #21

Closed RickDB closed 9 years ago

RickDB commented 9 years ago

This adds local thumbnail support to MA3, there are currently 2 supported formats:

episode_full_path_without_extension.jpg <--- the Mediaportal default episode_full_path_with_extension.jpg <--- the standard in programs like Video Thumbnails Maker

It will use the first video file linked for the thumbnail and if it has none otherwise skips to next as there's no knowing if the other video thumbnails would be any better.

Optionally I have it replace the current Fanart for each episode in the episode overview if a thumbnail exists which creates a large overlay at the top instead of the normal fanart, this now only applies if it has no remote thumbnail available.

jmediamanager commented 9 years ago

Looks good, thanks a lot for your help