mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 23:55:52 +03:00
[PR #203] [CLOSED] feat: Add CSV playlist import feature #1271
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1271
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/203
Author: @keypaa
Created: 12/29/2025
Status: ❌ Closed
Base:
main← Head:feature/csv-playlist-import📝 Commits (1)
5fae44cfeat: Add CSV playlist import feature📊 Changes
7 files changed (+577 additions, -4 deletions)
View changed files
📝
app.go(+56 -2)➕
backend/csv_parser.go(+180 -0)📝
backend/file_dialog.go(+21 -0)📝
frontend/src/App.tsx(+3 -0)➕
frontend/src/components/CSVImportPage.tsx(+265 -0)📝
frontend/src/components/Sidebar.tsx(+19 -2)📝
frontend/src/types/api.ts(+33 -0)📄 Description
Feature: CSV Playlist Import
Adds ability to import and batch download tracks from Spotify CSV exports.
Changes
Usage
Testing
Tested with Spotify CSV exports containing special characters and BOM.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.