You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: