mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-25 23:25:57 +03:00
[GH-ISSUE #96] Wrong download path on linux when downloading playlist #76
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#76
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 @AtomToast on GitHub (Nov 22, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/96
I first downloaded a single song and it got correctly placed into the configured
/home/<username>/Music/SpotiFLAC/folder. However when then clicking on "Download All" it accidentally removed the leading slash and thus created a/home/<username>/Downloads/home/<username>/Music/directory. (Downloads is where I launched the application)Additionally it incorrectly is using backlashes for the filepath of the playlist, artist and album subdirectories. So inside of the Music directory there is a folder for every Album named
SpotiFLAC\Playlist Name\Artist Name\Album Name/inside of which there then is the FLAC file.@ProfessorX404 commented on GitHub (Nov 22, 2025):
Can confirm I am seeing this issue too.
@afkarxyz commented on GitHub (Nov 22, 2025):
Fixed!