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
I added this situation to the test-script.
The solution is a bit difficult because of bad code. The function ID3V2_Open does more than just opening the file. It reads it and checks the ID3v2 Tag.
I need to split it the following way:
Open file and check if ID3v2 Tag exists
If not:
2.1. Create one if --create is given
2.2. Exit with success if --strip is given
2.3. Exit with error
Error when --strip is applied to an already stripped mp3 file
Reproduce:
Error:
id3edit should just exit with error code 0 because the file is in a state the user wants it to be.
The text was updated successfully, but these errors were encountered: