[PR #833] Local music support (the PR) #1831

Open
opened 2026-03-14 15:35:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/833
Author: @ManiProjs
Created: 9/18/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

  • 6724bfd Add local_player as a member for local playback
  • 02eae1a Fixed the formatting, not important by the way.
  • 0038d8a Add play_music function, not tested

📊 Changes

4 files changed (+126 additions, -1 deletions)

View changed files

📝 Cargo.lock (+78 -0)
📝 Cargo.toml (+1 -1)
local_player/Cargo.toml (+11 -0)
local_player/src/main.rs (+36 -0)

📄 Description

Hello. I'm currently implementing local music support in this PR. It was so requested.

Status

Well, I just added a member currently and it only prints a message, for now.

Contributions are welcome.

I don't know what to do for the UI part. I would appreciate if someone help me.


🔄 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/833 **Author:** [@ManiProjs](https://github.com/ManiProjs) **Created:** 9/18/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`6724bfd`](https://github.com/aome510/spotify-player/commit/6724bfd398d1c4532553614f9b6029af3f3a97fb) Add `local_player` as a member for local playback - [`02eae1a`](https://github.com/aome510/spotify-player/commit/02eae1a8d97b4328329ffc971789ae5b54a6fc73) Fixed the formatting, not important by the way. - [`0038d8a`](https://github.com/aome510/spotify-player/commit/0038d8af10ae152cd14ea9061386c7530c7bc0c1) Add play_music function, not tested ### 📊 Changes **4 files changed** (+126 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+78 -0) 📝 `Cargo.toml` (+1 -1) ➕ `local_player/Cargo.toml` (+11 -0) ➕ `local_player/src/main.rs` (+36 -0) </details> ### 📄 Description Hello. I'm currently implementing local music support in this PR. It was so requested. - Resolves #665 ## Status Well, I just added a member currently and it only prints a message, for now. Contributions are welcome. I don't know what to do for the UI part. I would appreciate if someone help me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1831
No description provided.