[PR #203] [CLOSED] feat: Add CSV playlist import feature #1271

Closed
opened 2026-03-01 17:34:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/203
Author: @keypaa
Created: 12/29/2025
Status: Closed

Base: mainHead: feature/csv-playlist-import


📝 Commits (1)

  • 5fae44c feat: 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

  • Backend: CSV parser with BOM handling
  • Frontend: New CSV import page with file picker and progress tracking
  • Integration: Added to sidebar navigation

Usage

  1. Export Spotify playlist as CSV
  2. Click CSV icon in sidebar
  3. Select CSV file
  4. Click "Download All Tracks"

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.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/SpotiFLAC/pull/203 **Author:** [@keypaa](https://github.com/keypaa) **Created:** 12/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/csv-playlist-import` --- ### 📝 Commits (1) - [`5fae44c`](https://github.com/afkarxyz/SpotiFLAC/commit/5fae44c95b764005e45b42aefccf5a8d503d110c) feat: Add CSV playlist import feature ### 📊 Changes **7 files changed** (+577 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Feature: CSV Playlist Import Adds ability to import and batch download tracks from Spotify CSV exports. ### Changes - **Backend**: CSV parser with BOM handling - **Frontend**: New CSV import page with file picker and progress tracking - **Integration**: Added to sidebar navigation ### Usage 1. Export Spotify playlist as CSV 2. Click CSV icon in sidebar 3. Select CSV file 4. Click "Download All Tracks" ### Testing Tested with Spotify CSV exports containing special characters and BOM. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:34:55 +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#1271
No description provided.