[PR #107] [MERGED] feat: support for autoplay when playing from search #128

Closed
opened 2026-03-03 00:07:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/binimum/tidal-ui/pull/107
Author: @Bnyro
Created: 1/30/2026
Status: Merged
Merged: 1/31/2026
Merged by: @binimum

Base: mainHead: recommendations


📝 Commits (1)

  • bfb505f feat: support for autoplay when playing from search

📊 Changes

3 files changed (+39 additions, -2 deletions)

View changed files

📝 src/lib/api.ts (+15 -1)
📝 src/lib/types.ts (+13 -0)
📝 src/routes/+page.svelte (+11 -1)

📄 Description

With this PR, related songs are automatically loaded into the queue when selecting a track from search results. This is somewhat similar to a "radio mode" from other apps, with the current limitation that once the queue is finished, it doesn't fill up more songs automatically (yet).

requires https://github.com/binimum/hifi-api/pull/9
addresses (but not fully solves) https://github.com/binimum/tidal-ui/issues/83


🔄 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/binimum/tidal-ui/pull/107 **Author:** [@Bnyro](https://github.com/Bnyro) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `recommendations` --- ### 📝 Commits (1) - [`bfb505f`](https://github.com/binimum/tidal-ui/commit/bfb505fc32b32fb5afabebe0438e94bd8a640bc5) feat: support for autoplay when playing from search ### 📊 Changes **3 files changed** (+39 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/api.ts` (+15 -1) 📝 `src/lib/types.ts` (+13 -0) 📝 `src/routes/+page.svelte` (+11 -1) </details> ### 📄 Description With this PR, related songs are automatically loaded into the queue when selecting a track from search results. This is somewhat similar to a "radio mode" from other apps, with the current limitation that once the queue is finished, it doesn't fill up more songs automatically (yet). requires https://github.com/binimum/hifi-api/pull/9 addresses (but not fully solves) https://github.com/binimum/tidal-ui/issues/83 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:07:54 +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/tidal-ui#128
No description provided.