mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
[PR #930] feat(player): 添加杜比全景声支持、MPV服务优化及缓存MD5校验 #731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/930
Author: @laoshuikaixue
Created: 2/23/2026
Status: 🔄 Open
Base:
dev← Head:feature/dolby-atmos-support📝 Commits (2)
635f22ffeat(player): 添加杜比音质支持并优化 MPV 服务管理b29b100feat(cache): 添加音乐缓存MD5校验功能📊 Changes
9 files changed (+169 additions, -46 deletions)
View changed files
📝
electron/main/ipc/ipc-cache.ts(+11 -8)📝
electron/main/ipc/ipc-window.ts(+16 -2)📝
electron/main/services/MpvService.ts(+14 -3)📝
electron/main/services/MusicCacheService.ts(+59 -21)📝
native/external-media-integration/src/model.rs(+1 -0)📝
src/api/song.ts(+14 -0)📝
src/composables/useQualityControl.ts(+2 -2)📝
src/core/player/SongManager.ts(+51 -9)📝
src/utils/request.ts(+1 -1)📄 Description
Closed #875
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.