Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
XCQ0607
/
lxserver
Public
Notifications
You must be signed in to change notification settings
Fork
227
Star
856
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
V2.0.2
- #349
#349
Merged
XCQ0607
merged 30 commits into
main
XCQ0607/lxserver:main
from
dev
XCQ0607/lxserver:dev
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
V2.0.2
#349
XCQ0607
merged 30 commits into
main
XCQ0607/lxserver:main
from
dev
XCQ0607/lxserver:dev
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2026
feat(subsonic): add star/unstar red-heart write, ported from feat/subsonic to github-dev
Show description for 6828248
pyss56
committed
6828248
View commit details
Copy full SHA for 6828248
Browse repository at this point
feat(subsonic): add online fallback resolution for star/unstar (github-dev)
Show description for 45629af
pyss56
committed
45629af
View commit details
Copy full SHA for 45629af
Browse repository at this point
feat(subsonic): add album/artist star/unstar with meta persistence (github-dev)
Show description for 8af9488
pyss56
committed
8af9488
View commit details
Copy full SHA for 8af9488
Browse repository at this point
fix(subsonic): reflect starred state in artist/album listings and backfill cover images
pyss56
committed
5404016
View commit details
Copy full SHA for 5404016
Browse repository at this point
Merge pull request #338 from pyss56/dev
Show description for 1c35634
XCQ0607
authored
1c35634
View commit details
Copy full SHA for 1c35634
Browse repository at this point
chore(release): bump version to 2.0.2 and update changelog for #338 (#338)
Show description for 2fb6c89
XCQ0607
committed
2fb6c89
View commit details
Copy full SHA for 2fb6c89
Browse repository at this point
fix(subsonic): persist onlineSongCache across restarts and fix metadata loss
Show description for 0f1d611
pyss56
committed
0f1d611
View commit details
Copy full SHA for 0f1d611
Browse repository at this point
feat(subsonic): add cacheOnPlay option, UI and download dedup
Show description for ae7eefa
pyss56
committed
ae7eefa
View commit details
Copy full SHA for ae7eefa
Browse repository at this point
chore: align public/js/config.js buildHash with upstream/dev to avoid PR merge conflict
Show description for 58199d2
pyss56
committed
58199d2
View commit details
Copy full SHA for 58199d2
Browse repository at this point
Commits on Sep 7, 2026
fix(subsonic): serve cached audio directly in stream instead of fetching remote url
XCQ0607
committed
19fec64
View commit details
Copy full SHA for 19fec64
Browse repository at this point
feat(subsonic): 增强缓存机制与收藏状态同步,支持双向持久化联动
Show description for e6db604
XCQ0607
committed
e6db604
View commit details
Copy full SHA for e6db604
Browse repository at this point
Merge branch 'dev' into dev
XCQ0607
authored
e209df2
View commit details
Copy full SHA for e209df2
Browse repository at this point
Merge pull request #339 from pyss56/dev
Show description for f9c0d8e
XCQ0607
authored
f9c0d8e
View commit details
Copy full SHA for f9c0d8e
Browse repository at this point
fix(filemanager): 修复返回后台导航跳转并升级 Material 现代主题 (#341)
Show description for 6037de0
XCQ0607
committed
6037de0
View commit details
Copy full SHA for 6037de0
Browse repository at this point
fix(settings): 修复歌曲命名方式修改不生效及无法触发重命名弹窗的问题 (#342)
Show description for 8c144b2
XCQ0607
committed
8c144b2
View commit details
Copy full SHA for 8c144b2
Browse repository at this point
fix(subsonic): restore real cover URLs for home album lists (buildAlbumCoverUrl)
Show description for 6a71fea
pyss56
committed
6a71fea
View commit details
Copy full SHA for 6a71fea
Browse repository at this point
fix(player): 修复关闭“切换歌单”设置时列表退回失效及索引错误的问题 (#343)
Show description for ab69f30
XCQ0607
committed
ab69f30
View commit details
Copy full SHA for ab69f30
Browse repository at this point
refactor(subsonic): extract cover image proxy into dedicated coverProxy module
Show description for cf083e7
pyss56
committed
cf083e7
View commit details
Copy full SHA for cf083e7
Browse repository at this point
fix(subsonic): bound cover cache to prevent OOM crash
pyss56
committed
95d27a7
View commit details
Copy full SHA for 95d27a7
Browse repository at this point
Merge branch 'dev' into dev
XCQ0607
authored
0c0d205
View commit details
Copy full SHA for 0c0d205
Browse repository at this point
fix(subsonic): 进程级共享媒体封面拉取并发控制与请求防击穿,收敛调试日志与补充更新日志 (#344)
XCQ0607
committed
663e037
View commit details
Copy full SHA for 663e037
Browse repository at this point
fix(subsonic): 支持动态 Content-Type 响应,增加客户端中断防护与专辑封面 In-flight 复用 (#344)
XCQ0607
committed
165a14d
View commit details
Copy full SHA for 165a14d
Browse repository at this point
Merge pull request #344 from pyss56/dev
Show description for 4ae7265
XCQ0607
authored
4ae7265
View commit details
Copy full SHA for 4ae7265
Browse repository at this point
fix(config): 配置文件默认持久化至 data/config.js 并支持平滑迁移 (#345)
Show description for 1110d1e
XCQ0607
committed
1110d1e
View commit details
Copy full SHA for 1110d1e
Browse repository at this point
fix(subsonic): 限制封面缓存容量并增加传输层 read_timeout
XCQ0607
committed
8578706
View commit details
Copy full SHA for 8578706
Browse repository at this point
Commits on Sep 8, 2026
feat(subsonic): expose QQ Music leaderboards as read-only virtual playlists (lb_)
Show description for 0f0d71e
pyss56
committed
0f0d71e
View commit details
Copy full SHA for 0f0d71e
Browse repository at this point
feat(subsonic): 增加多平台公开排行榜开关和排行榜平台设置 (#348)
Show description for 70ff76a
XCQ0607
committed
70ff76a
View commit details
Copy full SHA for 70ff76a
Browse repository at this point
Merge pull request #348 from pyss56/feat/leaderboard
Show description for e32e1ed
XCQ0607
authored
e32e1ed
View commit details
Copy full SHA for e32e1ed
Browse repository at this point
fix(music): 修复自定义目录与本地音乐 songmid 类型异常报错 (#347)
XCQ0607
committed
329baca
View commit details
Copy full SHA for 329baca
Browse repository at this point
docs(notice): update
XCQ0607
committed
0bb781a
View commit details
Copy full SHA for 0bb781a
Browse repository at this point
You can’t perform that action at this time.