[PR #8] [MERGED] Add Hi-Res support #114

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

📋 Pull Request Information

Original PR: https://github.com/binimum/tidal-ui/pull/8
Author: @binimum
Created: 10/7/2025
Status: Merged
Merged: 10/7/2025
Merged by: @binimum

Base: mainHead: hi-res


📝 Commits (1)

📊 Changes

10 files changed (+803 additions, -88 deletions)

View changed files

📝 bun.lock (+3 -0)
📝 package.json (+2 -1)
📝 src/app.d.ts (+19 -0)
📝 src/lib/api.ts (+227 -7)
📝 src/lib/components/AudioPlayer.svelte (+289 -27)
📝 src/lib/components/QualitySelector.svelte (+3 -4)
📝 src/lib/components/SearchInterface.svelte (+10 -2)
📝 src/lib/stores/player.ts (+142 -46)
📝 src/lib/types.ts (+1 -1)
src/lib/utils/audioQuality.ts (+107 -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/binimum/tidal-ui/pull/8 **Author:** [@binimum](https://github.com/binimum) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `hi-res` --- ### 📝 Commits (1) - [`1a3c98e`](https://github.com/binimum/tidal-ui/commit/1a3c98ebb5f86406e5ce005105a23f1f518b2ef7) Add Hi-Res support ### 📊 Changes **10 files changed** (+803 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+3 -0) 📝 `package.json` (+2 -1) 📝 `src/app.d.ts` (+19 -0) 📝 `src/lib/api.ts` (+227 -7) 📝 `src/lib/components/AudioPlayer.svelte` (+289 -27) 📝 `src/lib/components/QualitySelector.svelte` (+3 -4) 📝 `src/lib/components/SearchInterface.svelte` (+10 -2) 📝 `src/lib/stores/player.ts` (+142 -46) 📝 `src/lib/types.ts` (+1 -1) ➕ `src/lib/utils/audioQuality.ts` (+107 -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-03-03 00:07:50 +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#114
No description provided.