dschmidt opened a new pull request, #3090: URL: https://github.com/apache/tika/pull/3090
The audio parsers emitted cover art as INLINE, while every document container parser marks its preview image THUMBNAIL. A client that wants the representative image of a file can now take the first THUMBNAIL for audio too. The front cover (ID3 APIC / FLAC / Vorbis picture type 3, or the first picture if there is none) is the thumbnail; further pictures stay INLINE. MP4 `covr` carries no picture type, so its first image is the thumbnail. The choice is shared in `CoverArt`; the FLAC/Vorbis picture blocks are parsed into `PictureBlock` first so the choice sees all of them. Clients that looked for cover art as INLINE need to accept THUMBNAIL as well (noted in CHANGES). https://issues.apache.org/jira/browse/TIKA-4850 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
