[PR #54] [MERGED] Display all contributing artists in UI and metadata #117

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

📋 Pull Request Information

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

Base: mainHead: fix/featured-artists-display


📝 Commits (1)

  • 12f5cb5 fix: display all contributing artists in UI and metadata

📊 Changes

10 files changed (+81 additions, -28 deletions)

View changed files

📝 src/lib/api.ts (+4 -4)
📝 src/lib/components/AudioPlayer.svelte (+7 -6)
📝 src/lib/components/LyricsPopup.svelte (+2 -1)
📝 src/lib/components/SearchInterface.svelte (+7 -6)
📝 src/lib/components/TopTracksGrid.svelte (+3 -2)
📝 src/lib/components/TrackList.svelte (+3 -2)
📝 src/lib/downloads.ts (+3 -2)
📝 src/lib/stores/downloadUi.ts (+2 -1)
src/lib/utils.ts (+45 -0)
📝 src/routes/+layout.svelte (+5 -4)

📄 Description

Tracks now properly show all artists (featured, collaborating) instead of just the primary artist. UI and metadata are properly updated to reflect these changes.


🔄 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/54 **Author:** [@GooglyBlox](https://github.com/GooglyBlox) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `fix/featured-artists-display` --- ### 📝 Commits (1) - [`12f5cb5`](https://github.com/binimum/tidal-ui/commit/12f5cb5f3182a5294dc07d2fb0699acb257fec71) fix: display all contributing artists in UI and metadata ### 📊 Changes **10 files changed** (+81 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/api.ts` (+4 -4) 📝 `src/lib/components/AudioPlayer.svelte` (+7 -6) 📝 `src/lib/components/LyricsPopup.svelte` (+2 -1) 📝 `src/lib/components/SearchInterface.svelte` (+7 -6) 📝 `src/lib/components/TopTracksGrid.svelte` (+3 -2) 📝 `src/lib/components/TrackList.svelte` (+3 -2) 📝 `src/lib/downloads.ts` (+3 -2) 📝 `src/lib/stores/downloadUi.ts` (+2 -1) ➕ `src/lib/utils.ts` (+45 -0) 📝 `src/routes/+layout.svelte` (+5 -4) </details> ### 📄 Description Tracks now properly show all artists (featured, collaborating) instead of just the primary artist. UI and metadata are properly updated to reflect these changes. --- <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:51 +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#117
No description provided.