[PR #940] [CLOSED] sync fork #1874

Closed
opened 2026-03-14 15:37:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/940
Author: @m4r1vs
Created: 2/26/2026
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

43 files changed (+4157 additions, -1893 deletions)

View changed files

.github/workflows/nix.yml (+23 -0)
📝 .gitignore (+2 -0)
.vscode/settings.json (+3 -0)
📝 Cargo.lock (+1732 -987)
📝 README.md (+92 -77)
THEMES.md (+117 -0)
debugging/Cargo.toml (+12 -0)
debugging/lateral-api-response.json (+847 -0)
debugging/src/main.rs (+37 -0)
default.nix (+135 -0)
📝 docs/config.md (+194 -173)
flake.lock (+61 -0)
flake.nix (+39 -0)
📝 lyric_finder/Cargo.toml (+5 -10)
shell.nix (+0 -17)
📝 spotify_player/Cargo.toml (+33 -30)
📝 spotify_player/src/auth.rs (+2 -1)
📝 spotify_player/src/cli/client.rs (+32 -11)
📝 spotify_player/src/cli/commands.rs (+4 -0)
📝 spotify_player/src/cli/handlers.rs (+40 -1)

...and 23 more files

📄 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/aome510/spotify-player/pull/940 **Author:** [@m4r1vs](https://github.com/m4r1vs) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`277486d`](https://github.com/aome510/spotify-player/commit/277486d0beec943074c6013c225f26ac8e036414) feat: Show podcast shows on library view - [`ac0b03b`](https://github.com/aome510/spotify-player/commit/ac0b03b413cd80d3b4b7e55f607317c735d6aa3f) fix: wrong double selection - [`4a799b4`](https://github.com/aome510/spotify-player/commit/4a799b40340da252098bd6794dde2a17200f18d8) debug shows not loading - [`ec6b31e`](https://github.com/aome510/spotify-player/commit/ec6b31e629ecef90eb788f3fd987b24318f457ce) fix: Some shows not loading - [`0aabc91`](https://github.com/aome510/spotify-player/commit/0aabc91f9edc029a904f67c5a1b9e31db312e9b2) feat: animation - [`ee5dcee`](https://github.com/aome510/spotify-player/commit/ee5dcee39d11cab752c7066ef966880e31e65d35) fix - [`56d10d0`](https://github.com/aome510/spotify-player/commit/56d10d0a76d496dc408d220e8b6f4b5e666e2056) feat: Show podcast shows on library view - [`9f7178d`](https://github.com/aome510/spotify-player/commit/9f7178d66e0ae59d6d09d5a23e380c3db0552d02) fix: wrong double selection - [`227cb5f`](https://github.com/aome510/spotify-player/commit/227cb5f7d39fa2e1192862a0bc1776e5d8323cf6) debug shows not loading - [`d766e8c`](https://github.com/aome510/spotify-player/commit/d766e8cd4d3ac7a78427f666bf0f3eeee7152ef2) fix: Some shows not loading ### 📊 Changes **43 files changed** (+4157 additions, -1893 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/nix.yml` (+23 -0) 📝 `.gitignore` (+2 -0) ➕ `.vscode/settings.json` (+3 -0) 📝 `Cargo.lock` (+1732 -987) 📝 `README.md` (+92 -77) ➕ `THEMES.md` (+117 -0) ➕ `debugging/Cargo.toml` (+12 -0) ➕ `debugging/lateral-api-response.json` (+847 -0) ➕ `debugging/src/main.rs` (+37 -0) ➕ `default.nix` (+135 -0) 📝 `docs/config.md` (+194 -173) ➕ `flake.lock` (+61 -0) ➕ `flake.nix` (+39 -0) 📝 `lyric_finder/Cargo.toml` (+5 -10) ➖ `shell.nix` (+0 -17) 📝 `spotify_player/Cargo.toml` (+33 -30) 📝 `spotify_player/src/auth.rs` (+2 -1) 📝 `spotify_player/src/cli/client.rs` (+32 -11) 📝 `spotify_player/src/cli/commands.rs` (+4 -0) 📝 `spotify_player/src/cli/handlers.rs` (+40 -1) _...and 23 more files_ </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-14 15:37:44 +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/spotify-player#1874
No description provided.