[PR #247] [CLOSED] Batch mode #537

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

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/247
Author: @jagjordi
Created: 1/8/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

27 files changed (+6654 additions, -435 deletions)

View changed files

Dockerfile (+90 -0)
📝 backend/spotify_metadata.go (+2 -2)
docker-entrypoint.sh (+19 -0)
frontend/package-lock.json (+5680 -0)
📝 frontend/src/App.tsx (+201 -15)
📝 frontend/src/components/AudioConverterPage.tsx (+28 -14)
📝 frontend/src/components/DebugLoggerPage.tsx (+1 -2)
📝 frontend/src/components/DownloadQueue.tsx (+10 -2)
📝 frontend/src/components/FileManagerPage.tsx (+41 -18)
📝 frontend/src/components/SearchBar.tsx (+231 -75)
📝 frontend/src/components/SettingsPage.tsx (+1 -1)
📝 frontend/src/components/SpectrumVisualization.tsx (+185 -214)
📝 frontend/src/components/ui/badge.tsx (+1 -1)
frontend/src/components/ui/button-variants.ts (+35 -0)
📝 frontend/src/components/ui/button.tsx (+3 -36)
📝 frontend/src/components/ui/input-with-context.tsx (+23 -1)
📝 frontend/src/components/ui/pagination.tsx (+2 -1)
📝 frontend/src/components/ui/toggle-group.tsx (+4 -5)
frontend/src/components/ui/toggle-variants.ts (+25 -0)
📝 frontend/src/components/ui/toggle.tsx (+3 -26)

...and 7 more files

📄 Description

I have added a batch mode to download multiple playlists from a list
Note: It was mainly done with GPT Codex
Plus: I added a docker file and noVNC wrapper so the app can run in a server and expose the gui through the browser/VNC


🔄 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/247 **Author:** [@jagjordi](https://github.com/jagjordi) **Created:** 1/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`7a3b93c`](https://github.com/afkarxyz/SpotiFLAC/commit/7a3b93c16dca929cd1ed03d4fe8a8f12d21c5098) vnc and batch mode ### 📊 Changes **27 files changed** (+6654 additions, -435 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+90 -0) 📝 `backend/spotify_metadata.go` (+2 -2) ➕ `docker-entrypoint.sh` (+19 -0) ➕ `frontend/package-lock.json` (+5680 -0) 📝 `frontend/src/App.tsx` (+201 -15) 📝 `frontend/src/components/AudioConverterPage.tsx` (+28 -14) 📝 `frontend/src/components/DebugLoggerPage.tsx` (+1 -2) 📝 `frontend/src/components/DownloadQueue.tsx` (+10 -2) 📝 `frontend/src/components/FileManagerPage.tsx` (+41 -18) 📝 `frontend/src/components/SearchBar.tsx` (+231 -75) 📝 `frontend/src/components/SettingsPage.tsx` (+1 -1) 📝 `frontend/src/components/SpectrumVisualization.tsx` (+185 -214) 📝 `frontend/src/components/ui/badge.tsx` (+1 -1) ➕ `frontend/src/components/ui/button-variants.ts` (+35 -0) 📝 `frontend/src/components/ui/button.tsx` (+3 -36) 📝 `frontend/src/components/ui/input-with-context.tsx` (+23 -1) 📝 `frontend/src/components/ui/pagination.tsx` (+2 -1) 📝 `frontend/src/components/ui/toggle-group.tsx` (+4 -5) ➕ `frontend/src/components/ui/toggle-variants.ts` (+25 -0) 📝 `frontend/src/components/ui/toggle.tsx` (+3 -26) _...and 7 more files_ </details> ### 📄 Description I have added a batch mode to download multiple playlists from a list Note: It was mainly done with GPT Codex Plus: I added a docker file and noVNC wrapper so the app can run in a server and expose the gui through the browser/VNC --- <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: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#537
No description provided.