Assembla home | Assembla project page
 

Ticket #150 (closed Enhancement Request: fixed)

Opened 2 months ago

Last modified 2 months ago

Use Cover image from mp3 when multiple images present

Reported by: Pernod Assigned to: Pernod
Priority: Medium Milestone: 1.21
Component: Media Search Version: 1.20
Keywords: Cc:

Description

The ID3v2 tags of audio files can contain multiple images. Currently we simply use the first image found within the APIC or PIC tags.

The should be enhanced to also detect the APICPictureType:
$00 Other
$01 32x32 pixels 'file icon' (PNG only)
$02 Other file icon
$03 Cover (front)
$04 Cover (back)
$05 Leaflet page
$06 Media (e.g. lable side of CD)
$07 Lead artist/lead performer/soloist
$08 Artist/performer
$09 Conductor
$0A Band/Orchestra
$0B Composer
$0C Lyricist/text writer
$0D Recording Location
$0E During recording
$0F During performance
$10 Movie/video screen capture
$11 A bright coloured fish
$12 Illustration
$13 Band/artist logotype
$14 Publisher/Studio logotype

If multiple images exist then we should take $03 (Cover) as the preferred image to use.

Change History

06/18/08 22:47:46 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1002]) Enhanced usage of images in ID3 tags. If multiple images exist in a tag then the one where PictureTypeId?=$03 'Cover (front)' is preferred.

Fixes #150

06/23/08 23:37:19 changed by Pernod

  • milestone set to 1.21.