[PR #107] [MERGED] Fix batch downloads ignoring selected filename format #162

Closed
opened 2026-02-28 12:12:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiDownloader/pull/107
Author: @Laynholt
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @afkarxyz

Base: mainHead: main


📝 Commits (1)

  • beb1933 Fix filename template in batch downloads

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 frontend/src/hooks/useDownload.ts (+2 -2)

📄 Description

This PR fixes an issue where Download All always produced files in Title - Artist format, regardless of the chosen Filename format.

Changes:

  • Use settings.filenameTemplate (current setting) instead of legacy settings.filenameFormat in batch download requests.

Result:

  • Batch downloads now respect the selected filename format/template.

🔄 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/SpotiDownloader/pull/107 **Author:** [@Laynholt](https://github.com/Laynholt) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@afkarxyz](https://github.com/afkarxyz) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`beb1933`](https://github.com/afkarxyz/SpotiDownloader/commit/beb1933522552647c5f37b063543f7b80a2c4f0e) Fix filename template in batch downloads ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/hooks/useDownload.ts` (+2 -2) </details> ### 📄 Description This PR fixes an issue where `Download All` always produced files in `Title - Artist` format, regardless of the chosen `Filename format`. Changes: - Use `settings.filenameTemplate` (current setting) instead of legacy `settings.filenameFormat` in batch download requests. Result: - Batch downloads now respect the selected filename format/template. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 12:12:22 +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/SpotiDownloader#162
No description provided.