Re: [Banshee-List] Determining which album art is missing
- From: William Furnass <will thearete co uk>
- To: banshee-list gnome org
- Subject: Re: [Banshee-List] Determining which album art is missing
- Date: Tue, 13 May 2014 13:05:11 +0100
On 12 May 2014 18:51, DENIS SAVGIR <primegoat me com> wrote:
I verified that the corresponding .jpg files in fact don't exist, but Banshee still shows album art for
them. What gives? Is it in some other file or location?
Does your script include checks for embedded cover art? The following
snippet of Python might do the trick:
import eye3d
f = eye3d.load(fname)
if f.tag and len(f.tag.images > 0):
print("Embedded cover art!")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]