mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #459] [Feature Request] Few suggestions #1134
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LTGM on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/459
[Feature Request]
Description
Hello,
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.
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
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?
@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
@LTGM commented on GitHub (Feb 9, 2026):
What?
@mahoganyprogrammer commented on GitHub (Feb 9, 2026):
@LTGM u can use only spotify links to download. source of download are qobuz,tidal,amazon.
@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
@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
@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) {
@mahoganyprogrammer commented on GitHub (Feb 9, 2026):
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.
@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
@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?
@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.
@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.
@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
@mahoganyprogrammer commented on GitHub (Feb 10, 2026):