-
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
Pulling cover in maximum quality #64
Comments
Thanks for reporting this, I'll have a look at it. |
Looking ahead, if it is implemented, it is most likely to have the function to choose a quality of the image to insert into the tags of audio files, an image with standardized parameters, for example: 500x500, JPEG, 85%. As far as I know, at the moment the image after being downloaded is directly inserted into the tags, thus, when downloading an uncompressed original image, the size of the output mp3 file increases significantly. One of the biggest images on bandcamp I ever seen was 16.8 MB, so if we download an album of ten tracks, the output size of the folder with the album will increase by 168 MB (to the question of the need for the function to adjust the format of the image that is inserted into tags). |
No, currently it is done in the following steps:
When saving the cover art to tags, the mp3 files should only grow the same size as the cover art file at step 4. |
Yeah, that it is what I am talking about. |
I'm not sure I understand correctly. You want to:
Is that right? |
Correct. |
That makes sense. 👍 |
Released in 0.2.0.0 |
At the moment there is a function to resize images to a fixed resolution (Constrain maximum width / height). Thus, if this checkbox is unchecked, it is expected that the program will download the image in maximum resolution. Nevertheless, the image is still downloaded reduced.
An example of this: https://mstrvlk.bandcamp.com/album/-
Image resolution to this EP: 3900x3900, and the image itself takes 5.4 mb.
The program downloads the artwork at a resolution of 1200x1200, plus JPEG Quality = 85%, thus, the image takes 145 kb. In the original image JPEG Quality = 100%.
Perhaps the problem is that you get links to download, like: https://f4.bcbits.com/img/a0613907443_10.jpg, however, you should know that the image on the bandcamp in its maximum quality is at https://f4.bcbits.com/img/a0613907443_0.jpg (notice the number zero and the number ten after the underscore).
For everything else - thanks, great program, which is pleasure to use.
The text was updated successfully, but these errors were encountered: