View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002577 | MMW v4 | Framework: Tagging | public | 2006-08-03 00:40 | 2010-02-12 14:56 |
Reporter | peke | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Summary | 0002577: Support for Album Art in Format Plugins | ||||
Description | This is example how we could implement Album Art in Format Plugin. - WAV: MMJB/iTunes(Saves Front Cover, others???), Native Support for PICT Metadata Frame (Used mostly in AVI and in Windows Sound schemes as Thumbnail) Reading of Album Art tags FORMAT_CanHandleAlbumArt( Helpers, SA, 'flac'); FORMAT_OpenFile( @FP, Helpers, SA, FOM_READ); FORMAT_GetAlbumArt( FP, FF_AACoverFront, StreamPosStart, Size); FORMAT_GetAlbumArt( FP, FF_AACoverBack, StreamPosStart, Size); .... FORMAT_CloseFile( FP); It will work so that Plugin Will return Start pointer in stream and its size so that MM Album Art handler/Parser could extract it from stream in temp or what ever. Place your suggestions as my opinion is that it will not compromise current Format plugin structure and workflow. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||