-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set correct extension for original artwork #254
Comments
Sure, try downloading this: https://lisabelladonna.bandcamp.com/album/electronic-voyages-3 |
Seems like a big, thanks for reporting this. 👍 |
It is in JsonAlbum.cs
But you can't simply change it to anything. You should read first bytes of downloaded file to get the type. |
Set extension to what is actually acquired: JPG, PNG, GIF (very rare). Currently everything is named as JPG, which leads to either errors on opening (though XnView doesn't care for extension, reads header) or need to rename everything by hand, but first search for wrong extensions some way. Half of covers are PNG.
The text was updated successfully, but these errors were encountered: