mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[PR #247] [CLOSED] Batch mode #1279
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1279
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/247
Author: @jagjordi
Created: 1/8/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
7a3b93cvnc and batch mode📊 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.