Skip to content

feat: 实现音乐模块,支持专辑管理和歌曲管理 - #856

Open
nekoili wants to merge 5 commits into
ikaros-dev:mainfrom
nekoili:feature/music-module
Open

feat: 实现音乐模块,支持专辑管理和歌曲管理#856
nekoili wants to merge 5 commits into
ikaros-dev:mainfrom
nekoili:feature/music-module

Conversation

@nekoili

@nekoili nekoili commented Jul 14, 2026

Copy link
Copy Markdown

音乐模块 + Subsonic API

根据 #94 实现对 Subsonic 协议的核心支持,同时完成音乐模块基础功能。

  • 更新文档以包含新特性
  • 如果涉及 UI,请附上截图
  • 更新 CHANGELOG

实现内容

后端 API

  • MusicEndpoint + MusicService — 音乐专辑/歌曲 CRUD
  • SubsonicRouter — 兼容 Subsonic 协议的核心端点
  • SubsonicResponse — Subsonic 协议响应模型
  • 共享 DTO: Music(专辑)、Song(歌曲)

控制台前端

  • 专辑列表页、详情页、歌曲管理界面
  • 路由注册到 content 分组
  • 中英文多语言支持

Subsonic 协议支持

  • ping / getArtists / getArtist / getAlbum / getSong
  • stream / getCoverArt / search2
  • getPlaylists / createPlaylist / deletePlaylist
  • scrobble

版本

chore: 升级版本至 1.2.1

Closes #94

@nekoili
nekoili force-pushed the feature/music-module branch 2 times, most recently from 1e9664f to 655d2e7 Compare July 14, 2026 15:50
@nekoili
nekoili force-pushed the feature/music-module branch from 655d2e7 to 3e93368 Compare July 14, 2026 15:50
nekoili added 3 commits July 14, 2026 23:57
- 对接 SubjectService 实现 getArtists/getArtist/getAlbum
- 对接 EpisodeService 实现 getSong/stream
- 对接 AttachmentService 实现音频流播放
- 对接 EpisodeList 实现歌单 CRUD
- 实现封面图代理 getCoverArt
- 实现搜索 search2 和专辑列表 getAlbumList2
- 简化 scrobble 埋点日志
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 音乐模块需要支持Subsonic API

1 participant