mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[PR #169] [MERGED] Added a toggle to choose between using Artist property or AlbumArtist property for folder name #527
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#527
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?
📋 Pull Request Information
Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/169
Author: @TheLittleDoc
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @afkarxyz
Base:
main← Head:main📝 Commits (5)
90adb82Corrected function call to correctly download albums vs playlistsfaa6129Merge branch 'main' into main200b395Merge remote-tracking branch 'upstream/origin/main'1ccbf7dMerge remote-tracking branch 'origin/main'c6d4a79Added setting to prefer AlbumArtist as folder name.📊 Changes
3 files changed (+21 additions, -4 deletions)
View changed files
📝
frontend/src/components/SettingsPage.tsx(+8 -1)📝
frontend/src/hooks/useDownload.ts(+12 -3)📝
frontend/src/lib/settings.ts(+1 -0)📄 Description
The current behavior causes compilation albums, albums with featured artists, and soundtracks, among others, to be split up rather than being grouped together in an album folder.
By allowing the user to choose whether to use the AlbumArtist field rather than the Artist field, they can decide whether or not this splitting-up occurs.
Relevant changes made in
c6d4a79398, all other files should be synced to current tree.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.