[PR #67] [CLOSED] Update #189

Closed
opened 2026-02-28 14:26:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devgianlu/go-librespot/pull/67
Author: @thilojaeggi
Created: 8/17/2024
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

12 files changed (+656 additions, -62 deletions)

View changed files

📝 cmd/daemon/api_server.go (+146 -51)
📝 cmd/daemon/controls.go (+198 -0)
📝 cmd/daemon/main.go (+6 -7)
📝 cmd/daemon/player.go (+266 -1)
go-librespot-daemon (+0 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 ids.go (+3 -0)
📝 output/driver_unix.go (+1 -1)
📝 output/output.go (+1 -1)
📝 player/player.go (+1 -1)
📝 spclient/spclient.go (+31 -0)

📄 Description

No description provided


🔄 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/devgianlu/go-librespot/pull/67 **Author:** [@thilojaeggi](https://github.com/thilojaeggi) **Created:** 8/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`beff323`](https://github.com/devgianlu/go-librespot/commit/beff3238d2b2d16ca66a5b976d7b115e6c3e60a9) Update api_server.go - [`7e815a5`](https://github.com/devgianlu/go-librespot/commit/7e815a5a3c2c66b46379e8ec539fc4f6bc080f19) Add album endpoints - [`19261c0`](https://github.com/devgianlu/go-librespot/commit/19261c0a1223d31f786d7afa84372cf1b29e0db1) Revert some changes to output - [`ee7d4eb`](https://github.com/devgianlu/go-librespot/commit/ee7d4eb6ff2d568470512530f3551d9cc1fe3445) add haslyrics - [`12ca4bf`](https://github.com/devgianlu/go-librespot/commit/12ca4bff3d8f86b64835a74d5152a7f803a55c3f) fix remove haslyrics - [`273a88d`](https://github.com/devgianlu/go-librespot/commit/273a88d762a1aeb3ee3183e98abfb94ea9329f04) Add pointer - [`ed9a207`](https://github.com/devgianlu/go-librespot/commit/ed9a2072f4313455a7e5b4bcbff26a4d6cd693de) Add HasLyrics field. - [`e5c0dfe`](https://github.com/devgianlu/go-librespot/commit/e5c0dfec302061d7d48e48510a4320209e3babff) Remove licensor cause who cares - [`019e473`](https://github.com/devgianlu/go-librespot/commit/019e47388c61d2f86a84c60d0d97e0a71f62ea4e) add nil check to hasLyrics - [`dcad220`](https://github.com/devgianlu/go-librespot/commit/dcad22000ffc5df863c92a7a561aa71c8049533b) Add nil checks ### 📊 Changes **12 files changed** (+656 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `cmd/daemon/api_server.go` (+146 -51) 📝 `cmd/daemon/controls.go` (+198 -0) 📝 `cmd/daemon/main.go` (+6 -7) 📝 `cmd/daemon/player.go` (+266 -1) ➕ `go-librespot-daemon` (+0 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `ids.go` (+3 -0) 📝 `output/driver_unix.go` (+1 -1) 📝 `output/output.go` (+1 -1) 📝 `player/player.go` (+1 -1) 📝 `spclient/spclient.go` (+31 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:26:11 +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/go-librespot#189
No description provided.