[PR #48] [MERGED] Add URL Import for Tidal Content #118

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/48
Author: @GooglyBlox
Created: 10/30/2025
Status: Merged
Merged: 11/8/2025
Merged by: @binimum

Base: mainHead: feat/url-import


📝 Commits (2)

📊 Changes

4 files changed (+273 additions, -12 deletions)

View changed files

📝 src/lib/api.ts (+66 -0)
📝 src/lib/components/SearchInterface.svelte (+85 -10)
src/lib/utils/urlParser.ts (+120 -0)
📝 src/routes/playlist/[id]/+page.svelte (+2 -2)

📄 Description

Add URL Import for Tidal Content

Paste any Tidal URL (track, album, artist, or playlist) into the search bar to import it directly without searching.

What's Changed

  • Auto-detects Tidal URLs and switches to import mode
  • Supports tracks, albums, artists, and playlists

Note: Playlist import works perfectly!


🔄 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/48 **Author:** [@GooglyBlox](https://github.com/GooglyBlox) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `feat/url-import` --- ### 📝 Commits (2) - [`969e6b8`](https://github.com/binimum/tidal-ui/commit/969e6b8214c8b1ce4fcd45cba1b43d61d6fa95ee) feat: import from URL - [`d68d535`](https://github.com/binimum/tidal-ui/commit/d68d5355bba130387f54822d779a99bb119b5fbb) fix: playlist covers loading ### 📊 Changes **4 files changed** (+273 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/api.ts` (+66 -0) 📝 `src/lib/components/SearchInterface.svelte` (+85 -10) ➕ `src/lib/utils/urlParser.ts` (+120 -0) 📝 `src/routes/playlist/[id]/+page.svelte` (+2 -2) </details> ### 📄 Description # Add URL Import for Tidal Content Paste any Tidal URL (track, album, artist, or playlist) into the search bar to import it directly without searching. ## What's Changed - Auto-detects Tidal URLs and switches to import mode - Supports tracks, albums, artists, and playlists **Note**: Playlist import works perfectly! --- <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#118
No description provided.