[PR #169] [MERGED] Added a toggle to choose between using Artist property or AlbumArtist property for folder name #527

Closed
opened 2026-02-27 19:04:14 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (5)

  • 90adb82 Corrected function call to correctly download albums vs playlists
  • faa6129 Merge branch 'main' into main
  • 200b395 Merge remote-tracking branch 'upstream/origin/main'
  • 1ccbf7d Merge remote-tracking branch 'origin/main'
  • c6d4a79 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/SpotiFLAC/pull/169 **Author:** [@TheLittleDoc](https://github.com/TheLittleDoc) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@afkarxyz](https://github.com/afkarxyz) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`90adb82`](https://github.com/afkarxyz/SpotiFLAC/commit/90adb82f63be2ae281b16038613d296b6f3cb1ea) Corrected function call to correctly download albums vs playlists - [`faa6129`](https://github.com/afkarxyz/SpotiFLAC/commit/faa612924e28eaf32872044f0399faf54d029722) Merge branch 'main' into main - [`200b395`](https://github.com/afkarxyz/SpotiFLAC/commit/200b395012b0cd48cc0b1d57ada0cb7e6015e964) Merge remote-tracking branch 'upstream/origin/main' - [`1ccbf7d`](https://github.com/afkarxyz/SpotiFLAC/commit/1ccbf7d6e5c69259b6118f5403304f7ea2880cec) Merge remote-tracking branch 'origin/main' - [`c6d4a79`](https://github.com/afkarxyz/SpotiFLAC/commit/c6d4a79398f33feef3676be666cf3f0c0cccf963) Added setting to prefer AlbumArtist as folder name. ### 📊 Changes **3 files changed** (+21 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/SettingsPage.tsx` (+8 -1) 📝 `frontend/src/hooks/useDownload.ts` (+12 -3) 📝 `frontend/src/lib/settings.ts` (+1 -0) </details> ### 📄 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 c6d4a79398f33feef3676be666cf3f0c0cccf963, all other files should be synced to current tree. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:04:14 +03:00
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#527
No description provided.