Feature request: Add support for embedded covers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Decibel Audio Player |
New
|
Undecided
|
Unassigned |
Bug Description
1.03 doesn't seem to support embedded album art, that is, mp3s that have the album art embedded in the file itself. Case in point: I purchased an album (http://
I'm not sure if it's related to the new Imaging library dependency, or if something else in the handling code changed. I have an older version of Decibel installed in parallel, v1.00, and it doesn't work either. It may be Python, it may be the Imaging library is interfering, or it may be something else entirely. :)
Album art only appears if it's a separate image in the album folder.
* * *
Here's what I see in the logfile:
[100302190203] INFO [Command Line Support] Restored playlist
[100302190214] ERROR [Covers] Received malformed data
<?xml version="1.0" encoding="utf-8"?>
<lfm status="ok">
<album>
<name>Eden - A Collection Of Global Chill</name>
<artist>
<id>
<mbid></mbid>
<url>http://
<releasedate> </releasedate>
<image size="small"
<image size="medium"
<image size="large"
<image size="extralarg
<playcount>
<toptags>
</toptags>
</album></lfm>
[100302190436] ERROR [Covers] No known cover for midival punditz / eden - a collection of global chill
summary: |
- 1.03: Lost support for embedded album art + Feature request: Add support for embedded covers |
Hi,
DAP never featured this. Covers are either loaded locally, from the hard drive, or downloaded from the Internet. Loading embedded covers is interesting though, and may be part of a future version.