[PR #793] [MERGED] 🦄 refactor: 重写本地扫描逻辑 大幅度优化扫描效率 #646

Closed
opened 2026-02-27 07:12:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/793
Author: @kazukokawagawa
Created: 2/1/2026
Status: Merged
Merged: 2/2/2026
Merged by: @imsyy

Base: devHead: dev-cy-rust


📝 Commits (2)

  • e06e61d 🦄 refactor: 重写本地扫描逻辑 大幅度优化扫面效率
  • 0fc4057 🐞 fix: 代码审查 优化封面

📊 Changes

6 files changed (+528 additions, -107 deletions)

View changed files

📝 Cargo.lock (+229 -59)
📝 electron/main/services/LocalMusicService.ts (+159 -48)
📝 native/external-media-integration/Cargo.toml (+3 -0)
📝 native/external-media-integration/index.d.ts (+25 -0)
📝 native/external-media-integration/src/lib.rs (+2 -0)
native/external-media-integration/src/scanner.rs (+110 -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/imsyy/SPlayer/pull/793 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-cy-rust` --- ### 📝 Commits (2) - [`e06e61d`](https://github.com/imsyy/SPlayer/commit/e06e61d817def840a0f3fc072fae859809a733e6) 🦄 refactor: 重写本地扫描逻辑 大幅度优化扫面效率 - [`0fc4057`](https://github.com/imsyy/SPlayer/commit/0fc4057e50027eeb40116c27ff7142b724a350be) 🐞 fix: 代码审查 优化封面 ### 📊 Changes **6 files changed** (+528 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+229 -59) 📝 `electron/main/services/LocalMusicService.ts` (+159 -48) 📝 `native/external-media-integration/Cargo.toml` (+3 -0) 📝 `native/external-media-integration/index.d.ts` (+25 -0) 📝 `native/external-media-integration/src/lib.rs` (+2 -0) ➕ `native/external-media-integration/src/scanner.rs` (+110 -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-02-27 07:12:36 +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/SPlayer#646
No description provided.