Mutagen : how to extract album art properties?
问题 I am trying to get properties (just width & heigth so far, but probably more later) of an album art picture from an mp3 file using python 3.7.1 and mutagen 1.42, but nothing seems to work so far. I am yet able to extract some other information correctly The doc is telling about APIC, but trying to display all tags doesn't show anything related to any picture (and my mp3 test files does have album pictures) : import os,sys from mutagen.mp3 import MP3 from mutagen.easyid3 import EasyID3 song