Links
Tags
Creators
Details
1.2.0-alpha-1+1.21.11
Compatibility
Required content
Changes
Compatibility
After or equals to 1.2.0 alpha 1
Feature
- Next music preview when using idle play source
- HomeView auto layout
- Experimental Singleplayer / LAN multiplayer (Embedded Server) support
- Experimental Binary API Server auto calling when startup
How to use
1.Open https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced/actions/workflows/build-and-pr.yml and login to GitHub
2.Click latest action runs and download platform artifacts matches to your pc/server
3.Uncompress the binary executable file from ZIP file to {gamedata(parent path of mods,config,saves...)}/music-hud/ and renames to
api(api.exeon Windows)Or place it in anywhere and modify config in game
4.Enjoy
Others idle play source visible in HomeView (with private playlist support)
Improve
- StaggeredLyricScrollView
- Larger size range of HUD
- OpenAL Error check
- zh_hk i18n
Fix
Lots of problems about
- idle play source synchronization
- logging in/out
兼容性
1.2.0 alpha 1 或之后
功能
- 主页的 “下一首播放” 预告(使用空闲播放源时)
- 主页自动动态重布局
- 主页可见其他玩家提供的空闲播放源(支持隐藏私人歌单信息)
- 实验性的单人/局域网联机(内置服务端)支持
- 实验性的二进制 API 服务器可执行文件自动调用
如何使用
1.登录 GitHub 并跳转至 https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced/actions/workflows/build-and-pr.yml
2.点击最新的项目并下载预构建的二进制文件
3.解压下载得到的压缩文件中的二进制可执行文件至{游戏数据目录(即mods、config、saves的父目录)}/music-hud/ 并重命名为
api(在 Windows 上为api.exe)或者解压至任意目录后在游戏内修改配置
4.正常使用
改进
- 歌词滚动及间奏
- 更大的 HUD 尺寸配置范围
- OpenAL 错误处理
- zh_hk 国际化
修复
修复了许多相关问题:
- 空闲播放源同步
- 登入登出
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7Rnb6oJr:4tTTmrfU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:4tTTmrfU"
}

