[GH-ISSUE #11] FIX: No album cover #12

Closed
opened 2026-02-27 19:02:32 +03:00 by kerem · 2 comments
Owner

Originally created by @Fabiuas on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/11

Hi,

Love your project! I really enjoy having album covers for the songs and currently that wasn't working for me. However, I found that changing the encoding from 3 to 1 fixed the issue for me (in add_metadata).

audio.tags.add(
                APIC(
                    encoding=1, #used to be 3
                    mime='image/jpeg',
                    type=3,
                    desc='Cover',
                    data=cover_data
                )

Have a nice day :)

Originally created by @Fabiuas on GitHub (Jan 5, 2025). Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/11 Hi, Love your project! I really enjoy having album covers for the songs and currently that wasn't working for me. However, I found that changing the encoding from 3 to 1 fixed the issue for me (in add_metadata). ``` audio.tags.add( APIC( encoding=1, #used to be 3 mime='image/jpeg', type=3, desc='Cover', data=cover_data ) ``` Have a nice day :)
kerem closed this issue 2026-02-27 19:02:32 +03:00
Author
Owner

@afkarxyz commented on GitHub (Jan 5, 2025):

Thanks for the feedback! Glad to hear you enjoy the project. I'll test the encoding change to ensure it works well. Appreciate your input!

<!-- gh-comment-id:2571757503 --> @afkarxyz commented on GitHub (Jan 5, 2025): Thanks for the feedback! Glad to hear you enjoy the project. I'll test the encoding change to ensure it works well. Appreciate your input!
Author
Owner

@afkarxyz commented on GitHub (Jan 6, 2025):

I've updated it; please try it again. Update

<!-- gh-comment-id:2571806153 --> @afkarxyz commented on GitHub (Jan 6, 2025): I've updated it; please try it again. [Update](https://github.com/afkarxyz/SpotifyDown-GUI/releases/tag/v2.0)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiDownloader#12
No description provided.