cvzi / py_itunesart

Download album cover information from Apple iTunes artwork API and store id3 metadata in mp3 file
7 stars 1 forks source link

Gui Doest Not Work For Me #1

Closed aarkkappler closed 3 years ago

aarkkappler commented 3 years ago

Hi CVZI, No idea if I can send you some logs,,

Python version : 3.6.8

Thank you for your assistance

cvzi commented 3 years ago

I think you may have to install Pillow like this: pip install pillow

Which OS are you using?

You can start the Gui script from the terminal to see if there is an error log:

python path_to/py_itunesart/gui.py yourfile.mp3
aarkkappler commented 3 years ago

yes, with Pillow it works, I think this is something to add in requirements, many thanks

cvzi commented 3 years ago

Thanks, I added it to the readme