feat: 实现音乐模块,支持专辑管理和歌曲管理 - #856
Open
nekoili wants to merge 5 commits into
Open
Conversation
nekoili
force-pushed
the
feature/music-module
branch
2 times, most recently
from
July 14, 2026 15:50
1e9664f to
655d2e7
Compare
nekoili
force-pushed
the
feature/music-module
branch
from
July 14, 2026 15:50
655d2e7 to
3e93368
Compare
- 对接 SubjectService 实现 getArtists/getArtist/getAlbum - 对接 EpisodeService 实现 getSong/stream - 对接 AttachmentService 实现音频流播放 - 对接 EpisodeList 实现歌单 CRUD - 实现封面图代理 getCoverArt - 实现搜索 search2 和专辑列表 getAlbumList2 - 简化 scrobble 埋点日志
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
音乐模块 + Subsonic API
根据 #94 实现对 Subsonic 协议的核心支持,同时完成音乐模块基础功能。
实现内容
后端 API
控制台前端
Subsonic 协议支持
版本
chore: 升级版本至 1.2.1
Closes #94