View Issue Details

IDProjectCategoryView StatusLast Update
0013972MMW 5Extensions frameworkpublic2017-02-01 12:12
Reporterpeke Assigned To 
PriorityurgentSeveritytweakReproducibilityN/A
Status assignedResolutionopen 
Summary0013972: External Album Art Import accuracy
DescriptionIn order to make MM better in External Album Art Import accuracy and evade importing hundred of images that reside in folders we should open up Album art detection Mask in order to better optimize recognition and pairing external Album art images to actual Media Files and improve scanning speed.

This is pointed by user in http://www.mediamonkey.com/forum/viewtopic.php?p=432134#p432134 but is also applicable for Movie files that have different art naming and functions like:
TV Series:
background = backdrop.jpg, fanart.jpg
Series poster/cover = cover.jpg, folder.jpg, poster.jpg, season-all-poster.jpg
Banner = banner.jpg, season-all-banner.jpg
Season xy = Season 01.jpg, Season01-poster
Episode Cover = <filename>.cover.jpg
Episode Thumb = <Filename>-thumb.jpg, <filename>.jpg
TagsNo tags attached.
Fixed in build

Activities

jiri

2017-02-01 12:12

administrator   ~0047166

It looks like a good idea to move this code from .exe to .js, so that it's open to customization. We probably should start only with this AA assignment, but later more could be moved to JS.

We probably could use regex to by able to make better matches, e.g. instead of 'back' match '\bback\b'.

The function could be executed in the main JS thread, but performance should be tested and possibly webworkers utilized.

The suggested Movie files integration also looks like a good idea.