nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
540 stars 58 forks source link

Unable to set image via URL when using tag. #593

Open sirnoob-1 opened 1 year ago

sirnoob-1 commented 1 year ago

When editing files with EYED3 tag and attempting to set a image for the MP3 file it doesn't do anything, no errors and no result. audiofile.tag.images.set(type_ = 3, img_data = None, mime_type = None, description = "Album Artwork", img_url = searchResult['art']) (Where audiofile = an eyed3 loaded audio file)

Here is the line of code I'm using, URL is a valid image.

Thanks