Feature #626
Opus cover art
100%
Description
I'd like to request support for opus cover art in the info bar.
History
#1 Updated by John Lindgren over 8 years ago
Opus files are currently played through FFmpeg. Do you know if FFmpeg has any sort of album art support built-in, or would this require adding new parsing code to Audacious?
#2 Updated by John Lindgren over 8 years ago
- Category set to plugins/ffaudio
#3 Updated by Artem S. Tashkinov over 8 years ago
There's no API for retrieving the album art specifically.
http://stackoverflow.com/questions/13592709/retrieve-album-art-using-ffmpeg
#4 Updated by Martin Brodbeck about 8 years ago
I'm very new to audacious (just giving it a try) and also would like to have audacious show cover art for/from opus files.
Ogg vorbis and opus both use vorbis comments. So my guess is that it should be no big effort to use the ogg mechanism for opus, too. I have a little experience how other players handle this (but they used taglib) and tweaked them to support opus files. Unfortunately I'm somehow lost where to look in the audacious source for this...
#5 Updated by John Lindgren about 8 years ago
Martin Brodbeck wrote:
... Unfortunately I'm somehow lost where to look in the audacious source for this...
audacious-plugins/src/vorbis
#6 Updated by John Lindgren about 8 years ago
- Status changed from New to Closed
- Target version set to 3.9
- % Done changed from 0 to 100
Artem S. Tashkinov wrote:
There's no API for retrieving the album art specifically.
AVStream::attached_pic
seems to be what we want.