Skip to content

Commit 6ae5390

Browse files
committed
chore: update README for package changes
1 parent 1ddb1ec commit 6ae5390

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,16 @@ https://aur.archlinux.org/packages/open-orpheus
5353

5454
Open Orpheus 在首次启动时如果检测到资源缺失,会自动从网易的 CDN **自动下载**,通常无需手动配置。
5555

56-
资源存放在数据目录的 `package` 子文件夹中
56+
资源存放在数据目录的子文件夹 `package`
5757

5858
- 开发模式:`data/package/`(相对于工作目录)
5959
- 打包后:`{userData}/package/`
6060

61-
#### `package` 文件夹
61+
#### `package` `resource` 文件夹
6262

63-
整个 `package` 文件夹都是必需的。
63+
整个 `package` `resource` 文件夹都是必需的。
6464

65-
如果自动下载失败,可以从官方网易云音乐的安装目录手动复制整个 `package` 文件夹,例如 `C:\path\to\your\installation\CloudMusic\package`,并将其放入上述数据目录中。
66-
67-
#### `web.pack` 文件(可选)
68-
69-
官方网易云音乐客户端生成的最新 Web 资源包,一般位于 `C:\Users\<YOUR_USERNAME>\AppData\Local\NetEase\CloudMusic\web.pack`。将它复制到 `package` 文件夹中(与 `orpheus.ntpk` 放在一起)。如果存在,Open Orpheus 会优先使用它而不是 `orpheus.ntpk`
65+
如果自动下载失败,可以从官方网易云音乐的安装目录手动复制这两个文件夹,例如 `C:\path\to\your\installation\CloudMusic\package`,并将其放入上述数据目录中。**注意:`package``package` 文件夹的子文件夹,也就是说复制完后应该是 `package/package/`**
7066

7167
## 免责声明
7268

docs/README_en.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,11 @@ Resources are stored in the `package` subfolder of the data directory:
5656
- Development: `data/package/` (relative to working directory)
5757
- Packaged: `{userData}/package/`
5858

59-
#### `package` folder
59+
#### `package` and `resource` folders
6060

61-
The entire `package` folder is required.
61+
The entire `package` and `resource` folders are required.
6262

63-
If the automatic download fails, you can manually copy the entire `package` folder from your official NetEase Cloud Music installation (e.g. `C:\path\to\your\installation\CloudMusic\package`) into the data directory above.
64-
65-
#### `web.pack` file (optional)
66-
67-
An updated web resource pack produced by the official NetEase Cloud Music client, found at `C:\Users\<YOUR_USERNAME>\AppData\Local\NetEase\CloudMusic\web.pack`. Copy it into the `package` folder alongside `orpheus.ntpk`. If present, Open Orpheus will prefer it over `orpheus.ntpk`.
68-
69-
It is generally not recommended to use a too-recent web resource pack, as it may cause compatibility issues.
63+
If the automatic download fails, you can manually copy both folders from your official NetEase Cloud Music installation (e.g. `C:\path\to\your\installation\CloudMusic\package`) into the data directory above. **Note: `package` is a subfolder of the data directory's `package` folder, meaning the final structure should be `package/package/`!**
7064

7165
## Disclaimer
7266

0 commit comments

Comments
 (0)