View Issue Details

IDProjectCategoryView StatusLast Update
0002577MMW v4Framework: Taggingpublic2010-02-12 14:56
Reporterpeke Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Summary0002577: Support for Album Art in Format Plugins
DescriptionThis 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.
TagsNo tags attached.
Fixed in build

Relationships

duplicate of 0002698 feedbackpeke Add support for album art in WAVE tags 

Activities

There are no notes attached to this issue.