[PR #411] [CLOSED] Copilot/update single track folder saving #1899

Closed
opened 2026-03-13 19:40:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/411
Author: @rszczotka
Created: 1/29/2026
Status: Closed

Base: mainHead: copilot/update-single-track-folder-saving


📝 Commits (9)

  • 97df3aa Initial plan
  • 4fecb3c Fix custom filename format to support folder paths in format string
  • cb5f29f Fix track numbering to use album track number when {track} is in filename format
  • 9ef6758 Update cover and lyrics filename builders to support path separators
  • f5c162e Add path separator handling to Qobuz and Tidal filename builders
  • 1e76c14 Merge pull request #1 from rszczotka/copilot/fix-custom-filename-format
  • 98b4b41 Initial plan
  • 1e216c6 Add groupSinglesInFolder setting and implementation
  • c54cdb3 Revert to state at commit b74dec7369

📊 Changes

7 files changed (+401 additions, -179 deletions)

View changed files

📝 backend/amazon.go (+15 -49)
📝 backend/cover.go (+76 -26)
📝 backend/filename.go (+72 -30)
📝 backend/lyrics.go (+74 -24)
📝 backend/qobuz.go (+80 -28)
📝 backend/tidal.go (+78 -18)
📝 frontend/src/hooks/useDownload.ts (+6 -4)

📄 Description

No description provided


🔄 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/411 **Author:** [@rszczotka](https://github.com/rszczotka) **Created:** 1/29/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `copilot/update-single-track-folder-saving` --- ### 📝 Commits (9) - [`97df3aa`](https://github.com/afkarxyz/SpotiFLAC/commit/97df3aa741c02c7a660debedf31ef9bb2c382f3e) Initial plan - [`4fecb3c`](https://github.com/afkarxyz/SpotiFLAC/commit/4fecb3c623910c8ca0d3fe9b3c8f20e18a8344fe) Fix custom filename format to support folder paths in format string - [`cb5f29f`](https://github.com/afkarxyz/SpotiFLAC/commit/cb5f29fb30a8472723ccdda256607cbf406fb9cb) Fix track numbering to use album track number when {track} is in filename format - [`9ef6758`](https://github.com/afkarxyz/SpotiFLAC/commit/9ef675855c1d968984819336c165642b77d31a5c) Update cover and lyrics filename builders to support path separators - [`f5c162e`](https://github.com/afkarxyz/SpotiFLAC/commit/f5c162e1c3ab2f698ce6c1b3353e5afa7aedcaf6) Add path separator handling to Qobuz and Tidal filename builders - [`1e76c14`](https://github.com/afkarxyz/SpotiFLAC/commit/1e76c14303db8d0413e6ecec6fc0cf961af8fb1b) Merge pull request #1 from rszczotka/copilot/fix-custom-filename-format - [`98b4b41`](https://github.com/afkarxyz/SpotiFLAC/commit/98b4b416bdc417a8c6672dd9ca0891544f7e5c82) Initial plan - [`1e216c6`](https://github.com/afkarxyz/SpotiFLAC/commit/1e216c65f3f7f612487e4dd18c7a75e854bde18d) Add groupSinglesInFolder setting and implementation - [`c54cdb3`](https://github.com/afkarxyz/SpotiFLAC/commit/c54cdb35dab44a82f51ce2e60f51fb11348fc3ef) Revert to state at commit b74dec73696ee2bd9764849a263c3d0cd35284cf ### 📊 Changes **7 files changed** (+401 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `backend/amazon.go` (+15 -49) 📝 `backend/cover.go` (+76 -26) 📝 `backend/filename.go` (+72 -30) 📝 `backend/lyrics.go` (+74 -24) 📝 `backend/qobuz.go` (+80 -28) 📝 `backend/tidal.go` (+78 -18) 📝 `frontend/src/hooks/useDownload.ts` (+6 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 19:40:16 +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#1899
No description provided.