[PR #241] [MERGED] Add PlayPlay support #264

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

📋 Pull Request Information

Original PR: https://github.com/devgianlu/go-librespot/pull/241
Author: @devgianlu
Created: 11/4/2025
Status: Merged
Merged: 11/4/2025
Merged by: @devgianlu

Base: masterHead: playplay


📝 Commits (1)

  • 8e9b507 feat: add playplay support

📊 Changes

7 files changed (+490 additions, -1 deletions)

View changed files

📝 player/player.go (+31 -1)
playplay/dummy.go (+30 -0)
playplay/impl.go (+10 -0)
playplay/plugin/interface.go (+8 -0)
proto/spotify/streaming/playplay.pb.go (+351 -0)
proto/spotify/streaming/playplay.proto (+29 -0)
📝 spclient/spclient.go (+31 -0)

📄 Description

This PR adds support for PlayPlay if the required complementary code is 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/241 **Author:** [@devgianlu](https://github.com/devgianlu) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `playplay` --- ### 📝 Commits (1) - [`8e9b507`](https://github.com/devgianlu/go-librespot/commit/8e9b50759a6ff8c9a52d659a90f078159b35735a) feat: add playplay support ### 📊 Changes **7 files changed** (+490 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `player/player.go` (+31 -1) ➕ `playplay/dummy.go` (+30 -0) ➕ `playplay/impl.go` (+10 -0) ➕ `playplay/plugin/interface.go` (+8 -0) ➕ `proto/spotify/streaming/playplay.pb.go` (+351 -0) ➕ `proto/spotify/streaming/playplay.proto` (+29 -0) 📝 `spclient/spclient.go` (+31 -0) </details> ### 📄 Description This PR adds support for PlayPlay if the required complementary code is 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:27 +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#264
No description provided.