[PR #494] [CLOSED] Add HTTP server for Spicetify extension integration #1295

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

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/494
Author: @UmairAhmed406
Created: 2/15/2026
Status: Closed

Base: mainHead: spicetify-extension-api


📝 Commits (1)

  • 5640d15 Add HTTP server for Spicetify extension integration

📊 Changes

3 files changed (+93 additions, -0 deletions)

View changed files

📝 app.go (+2 -0)
📝 frontend/src/App.tsx (+11 -0)
server.go (+80 -0)

📄 Description

Adds a local HTTP server on port 8698 that allows the SpotiFLAC Spicetify extension to trigger fetches from inside Spotify.

  • GET /health returns {"status":"ok"} so the extension can check if SpotiFLAC is running
  • POST /download accepts a Spotify URL and emits a Wails event to the frontend which auto-triggers handleFetchMetadata

🔄 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/494 **Author:** [@UmairAhmed406](https://github.com/UmairAhmed406) **Created:** 2/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `spicetify-extension-api` --- ### 📝 Commits (1) - [`5640d15`](https://github.com/afkarxyz/SpotiFLAC/commit/5640d151f12f8747b3107e0d7e1d19a115a313ef) Add HTTP server for Spicetify extension integration ### 📊 Changes **3 files changed** (+93 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+2 -0) 📝 `frontend/src/App.tsx` (+11 -0) ➕ `server.go` (+80 -0) </details> ### 📄 Description Adds a local HTTP server on port 8698 that allows the SpotiFLAC Spicetify extension to trigger fetches from inside Spotify. - GET /health returns {"status":"ok"} so the extension can check if SpotiFLAC is running - POST /download accepts a Spotify URL and emits a Wails event to the frontend which auto-triggers handleFetchMetadata --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:35:01 +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#1295
No description provided.