Re: [Banshee-List] Determining which album art is missing



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]