[GH-ISSUE #459] [Feature Request] Few suggestions #400

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

Originally created by @LTGM on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/459

[Feature Request]

Description

Hello,

  1. Please give an option to remove only completed/downloaded albums from the log file. I want to keep the error messages so I can see what failed during the download.

  2. Many artists have albums with exactly the same name, usually re-releases (or remasters under the same name). Is it possible to rename these albums automatically like (1) (2) (3) so the full discography downloads correctly, including albums and files with identical names? So people can sort them out later on properly

  3. I am subscribed to Deezer. When I clicked "download all tracks" for the artist "Studio Killers", the program showed an error saying it could not find the file on Deezer.
    The track was: 07 - Studio Killers - Ode To The Bouncer (Fear Of Tigers Remix)
    I checked on Deezer and it plays normally.

3a. I also often get these errors:
"AfkarXYZ API returned status 429"
"deezer link not found"
Is this normal? How to fix it?

Originally created by @LTGM on GitHub (Feb 7, 2026). Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/459 ### [Feature Request] #### Description Hello, 1. Please give an option to remove only completed/downloaded albums from the log file. I want to keep the error messages so I can see what failed during the download. 2. Many artists have albums with exactly the same name, usually re-releases (or remasters under the same name). Is it possible to rename these albums automatically like (1) (2) (3) so the full discography downloads correctly, including albums and files with identical names? So people can sort them out later on properly 3. I am subscribed to Deezer. When I clicked "download all tracks" for the artist "Studio Killers", the program showed an error saying it could not find the file on Deezer. The track was: 07 - Studio Killers - Ode To The Bouncer (Fear Of Tigers Remix) I checked on Deezer and it plays normally. 3a. I also often get these errors: "AfkarXYZ API returned status 429" "deezer link not found" Is this normal? How to fix it?
kerem closed this issue 2026-02-27 19:03:43 +03:00
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 8, 2026):

@LTGM first spotiflac needs spotify link equivalent. even it downloads from qobuz,tidal,amazon. deezer is isrc code and thats it

<!-- gh-comment-id:3868013543 --> @mahoganyprogrammer commented on GitHub (Feb 8, 2026): @LTGM first spotiflac needs spotify link equivalent. even it downloads from qobuz,tidal,amazon. deezer is isrc code and thats it
Author
Owner

@LTGM commented on GitHub (Feb 9, 2026):

What?

<!-- gh-comment-id:3871859944 --> @LTGM commented on GitHub (Feb 9, 2026): What?
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 9, 2026):

@LTGM u can use only spotify links to download. source of download are qobuz,tidal,amazon.

<!-- gh-comment-id:3871975529 --> @mahoganyprogrammer commented on GitHub (Feb 9, 2026): @LTGM u can use only spotify links to download. source of download are qobuz,tidal,amazon.
Author
Owner

@LTGM commented on GitHub (Feb 9, 2026):

I’m sorry, I probably didn’t make myself clear enough?
I’m searching for a track inside the app, so why are you implying that I’m searching somewhere else? This is an error the app gave me, and your message is unrelated. I just happened to also have Deezer and checked if the track was available, and it was

<!-- gh-comment-id:3872296933 --> @LTGM commented on GitHub (Feb 9, 2026): I’m sorry, I probably didn’t make myself clear enough? I’m searching for a track inside the app, so why are you implying that I’m searching somewhere else? This is an error the app gave me, and your message is unrelated. I just happened to also have Deezer and checked if the track was available, and it was
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 9, 2026):

@LTGM it says deezer link not found, but only fetches isrc tag needed to download from qobuz. no deezer in spotiflac. i know about what talking about. i made cli for version 7.0.6.
bellow log it just takes track info for ISRC and thats it. no download from deezer.
Getting Deezer URL from song.link...
Found Deezer URL: https://www.deezer.com/track/3015197101
Found ISRC from Deezer: JPVI09223530 (track: Momoiro Toiki)
Fetching track info for ISRC: JPVI09223530

<!-- gh-comment-id:3874045996 --> @mahoganyprogrammer commented on GitHub (Feb 9, 2026): @LTGM it says deezer link not found, but only fetches isrc tag needed to download from qobuz. no deezer in spotiflac. i know about what talking about. i made cli for version 7.0.6. bellow log it just takes track info for ISRC and thats it. no download from deezer. Getting Deezer URL from song.link... Found Deezer URL: https://www.deezer.com/track/3015197101 Found ISRC from Deezer: JPVI09223530 (track: Momoiro Toiki) Fetching track info for ISRC: JPVI09223530
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 9, 2026):

see bellow it says deezer isrc. edit check qobuz if it has album that gives error. artist is present on qobuz
func (q *QobuzDownloader) DownloadByISRC(deezerISRC, outputDir, quality, filenameFormat string, includeTrackNumber bool, position int, spotifyTrackName, spotifyArtistName, spotifyAlbumName, spotifyAlbumArtist, spotifyReleaseDate string, useAlbumTrackNumber bool, spotifyCoverURL string, embedMaxQualityCover bool, spotifyTrackNumber, spotifyDiscNumber, spotifyTotalTracks int, spotifyTotalDiscs int, spotifyCopyright, spotifyPublisher, spotifyURL string) (string, error) {

<!-- gh-comment-id:3874056472 --> @mahoganyprogrammer commented on GitHub (Feb 9, 2026): see bellow it says deezer isrc. **edit** check qobuz if it has album that gives error. artist is present on qobuz func (q *QobuzDownloader) DownloadByISRC(**deezerISRC**, outputDir, quality, filenameFormat string, includeTrackNumber bool, position int, spotifyTrackName, spotifyArtistName, spotifyAlbumName, spotifyAlbumArtist, spotifyReleaseDate string, useAlbumTrackNumber bool, spotifyCoverURL string, embedMaxQualityCover bool, spotifyTrackNumber, spotifyDiscNumber, spotifyTotalTracks int, spotifyTotalDiscs int, spotifyCopyright, spotifyPublisher, spotifyURL string) (string, error) {
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 9, 2026):

I’m sorry, I probably didn’t make myself clear enough? I’m searching for a track inside the app, so why are you implying that I’m searching somewhere else? This is an error the app gave me, and your message is unrelated. I just happened to also have Deezer and checked if the track was available, and it was

this wont work
https://link.deezer.com/s/32pdwudAXCM7G8j2olSnG
but this https://open.spotify.com/track/0eQvMZDFxRu6gUdFUlTtDV will work in spotiflac. but spotiflac has bug when it says song is available but its not. edit only amazon and tidal habe song. but due no deezer isrc it cant download.

<!-- gh-comment-id:3874086449 --> @mahoganyprogrammer commented on GitHub (Feb 9, 2026): > I’m sorry, I probably didn’t make myself clear enough? I’m searching for a track inside the app, so why are you implying that I’m searching somewhere else? This is an error the app gave me, and your message is unrelated. I just happened to also have Deezer and checked if the track was available, and it was this wont work https://link.deezer.com/s/32pdwudAXCM7G8j2olSnG but this https://open.spotify.com/track/0eQvMZDFxRu6gUdFUlTtDV will work in spotiflac. but spotiflac has bug when it says song is available but its not. **edit** only amazon and tidal habe song. but due no deezer isrc it cant download.
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 9, 2026):

@LTGM here is why cant download . https://api.song.link/v1-alpha.1/links?url=https://open.spotify.com/track/0eQvMZDFxRu6gUdFUlTtDV read and find platforms

<!-- gh-comment-id:3874278809 --> @mahoganyprogrammer commented on GitHub (Feb 9, 2026): @LTGM here is why cant download . https://api.song.link/v1-alpha.1/links?url=https://open.spotify.com/track/0eQvMZDFxRu6gUdFUlTtDV read and find platforms
Author
Owner

@LTGM commented on GitHub (Feb 10, 2026):

@afkarxyz what do you mean by "completed"? Literally not a single thing is fixed or possible from my understanding of the situation. Even if I didn’t understand the broken English above, the other suggestions are not possible, I think?

<!-- gh-comment-id:3880287327 --> @LTGM commented on GitHub (Feb 10, 2026): @afkarxyz what do you mean by "completed"? Literally not a single thing is fixed or possible from my understanding of the situation. Even if I didn’t understand the broken English above, the other suggestions are not possible, I think?
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 10, 2026):

well only second one seems not added. 1.debug log will list all failed ones. this is added. 3. i explained why. and spotify and deezer differ track length its not same track. my english is bad too, i just didnt explained eli 5.

<!-- gh-comment-id:3880928715 --> @mahoganyprogrammer commented on GitHub (Feb 10, 2026): well only second one seems not added. 1.debug log will list all failed ones. this is added. 3. i explained why. and spotify and deezer differ track length its not same track. my english is bad too, i just didnt explained eli 5.
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 10, 2026):

3 one . 23. 北ウイング - 2014 Remaster - Akina Nakamori (北ウイング (+5; 2014 Remaster))
Error: deezer link not found
ID: 1zmZYDfNCm6pTC92d5Qa7e
URL: https://open.spotify.com/track/1zmZYDfNCm6pTC92d5Qa7e
api link above says spotify only in my case.

<!-- gh-comment-id:3880944195 --> @mahoganyprogrammer commented on GitHub (Feb 10, 2026): 3 one . 23. 北ウイング - 2014 Remaster - Akina Nakamori (北ウイング (+5; 2014 Remaster)) Error: deezer link not found ID: 1zmZYDfNCm6pTC92d5Qa7e URL: https://open.spotify.com/track/1zmZYDfNCm6pTC92d5Qa7e api link above says spotify only in my case.
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 10, 2026):

example 2 https://open.spotify.com/track/4ZZcIXWYhiUsWCVR2aznLx there is deezer, but no amazon,tidal,qobuz. thats why it wont download. open song.link and search

<!-- gh-comment-id:3880953566 --> @mahoganyprogrammer commented on GitHub (Feb 10, 2026): example 2 https://open.spotify.com/track/4ZZcIXWYhiUsWCVR2aznLx there is deezer, but no amazon,tidal,qobuz. thats why it wont download. open song.link and search
Author
Owner

@mahoganyprogrammer commented on GitHub (Feb 10, 2026):

Image request one is fullfilled

<!-- gh-comment-id:3880967053 --> @mahoganyprogrammer commented on GitHub (Feb 10, 2026): <img width="1026" height="603" alt="Image" src="https://github.com/user-attachments/assets/328a6d49-dbcc-4085-9f8c-2211633f3d82" /> request one is fullfilled
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/SpotiFLAC#400
No description provided.