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

Remove the previous artwork #5

Closed aarkkappler closed 1 year ago

aarkkappler commented 3 years ago

Hi CVZI is there a switch to remove the previous when I click on the new one ?

cvzi commented 3 years ago

It should always replace the previous one. Does it not remove the previous one for you?

aarkkappler commented 3 years ago

not it does not

My Teams : https://teams.microsoft.com/join/tad4sadukd53

cvzi commented 3 years ago

I will check why this is happening. Maybe I add a button to remove it. If it is easy to program, it maybe could show the previous album artwork in the Gui.

aarkkappler commented 3 years ago

Great :)

cvzi commented 3 years ago

This is now possible with the -r parameter in the command: C:\pathtofile\gui.py -r "%_path%" instead of C:\pathtofile\gui.py "%_path%" or for album C:\pathtofile\gui.py -a -r "%_path%" instead of C:\pathtofile\gui.py -a "%_path%"

See README

aarkkappler commented 3 years ago

many thanks :)