Skip to content
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

App simply crashes on getting artwork for a song, while trying to download entire album #44

Closed
ghost opened this issue Oct 25, 2017 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Oct 25, 2017

For example, while trying to download the following album:
https://nostro.bandcamp.com/album/nostromo
it simply crashes with no further notice.
I'm running it on Windows 7 x64 with 6gb RAM.
It seems to be related to the image converter.

Some images (probably the ones being retrieved as it crashes) become like the attached image file (cropped halfway).

My settings are as follows (copied from the local settings file previously saved):

{ "ConvertCoverArtToJpg": true, "CoverArtMaxSize": "1000", "DownloadOneAlbumAtATime": false, "DownloadsLocation": "C:\\Users\\Rui\\Desktop\\{artist}\\{album}", "DownloadArtistDiscography": true, "ResizeCoverArt": false, "SaveCoverArtInFolder": true, "SaveCoverArtInTags": false, "ShowVerboseLog": false, "TagTracks": true, "DownloadMaxTries": 7, "DownloadRetryCooldown": 0.2, "DownloadRetryExponential": 4.0, "AllowableFileSizeDifference": 0.05, "FilenameFormat": "{tracknum} {artist} - {title}.mp3" }

rise

@Otiel
Copy link
Owner

Otiel commented Oct 26, 2017

This is not due by the image converter, but simply because you checked "☑Download artist discography" while the artist has only one album. Duplicate with #21.

Try unchecking the "☑Download artist discography" option.

@Otiel Otiel added bug Something isn't working duplicate This issue or pull request already exists labels Oct 26, 2017
@Otiel Otiel closed this as completed Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant