[PR #11] [MERGED] feat: Shuffle support #183

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

📋 Pull Request Information

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

Base: masterHead: shuffle


📝 Commits (3)

  • 7688f4d feat: Shuffle support
  • 3b202c4 refactor: Move seek finder function to external function
  • b67c3f9 feat: Seed random with unix nano

📊 Changes

9 files changed (+585 additions, -157 deletions)

View changed files

📝 cmd/daemon/controls.go (+9 -2)
📝 cmd/daemon/main.go (+4 -1)
📝 cmd/daemon/player.go (+6 -11)
📝 spclient/context_resolver.go (+7 -11)
tracks.go (+5 -0)
tracks/paged_list.go (+202 -0)
tracks/paged_list_test.go (+204 -0)
📝 tracks/tracks.go (+114 -132)
tracks/utils.go (+34 -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/11 **Author:** [@devgianlu](https://github.com/devgianlu) **Created:** 11/7/2023 **Status:** ✅ Merged **Merged:** 11/7/2023 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `shuffle` --- ### 📝 Commits (3) - [`7688f4d`](https://github.com/devgianlu/go-librespot/commit/7688f4dac7533ef1aa3062ef1b02c5c977bd2a02) feat: Shuffle support - [`3b202c4`](https://github.com/devgianlu/go-librespot/commit/3b202c41de02533dc19ba553bff56a9ca4130a37) refactor: Move seek finder function to external function - [`b67c3f9`](https://github.com/devgianlu/go-librespot/commit/b67c3f9a6706c54ecb44e8439c5144a9c5519d12) feat: Seed random with unix nano ### 📊 Changes **9 files changed** (+585 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `cmd/daemon/controls.go` (+9 -2) 📝 `cmd/daemon/main.go` (+4 -1) 📝 `cmd/daemon/player.go` (+6 -11) 📝 `spclient/context_resolver.go` (+7 -11) ➕ `tracks.go` (+5 -0) ➕ `tracks/paged_list.go` (+202 -0) ➕ `tracks/paged_list_test.go` (+204 -0) 📝 `tracks/tracks.go` (+114 -132) ➕ `tracks/utils.go` (+34 -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:09 +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#183
No description provided.