docs: update cli options
This commit is contained in:
parent
5edce7ec20
commit
f32a522031
@ -20,3 +20,11 @@ copy /y README.MD .\\build\\vs2022\\
|
|||||||
```shell
|
```shell
|
||||||
kgg-dec.exe .
|
kgg-dec.exe .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### CLI Options
|
||||||
|
|
||||||
|
* `[--infra-dll </path/to/infra.dll>]`: Specify the path to `infra.dll`, defaults to `infra.dll`.
|
||||||
|
* `[--scan-all-file-ext <0|1>]`: Whether to scan all file extensions, defaults to `0` to scan only `kgg` files.
|
||||||
|
* `[--db </path/to/KGMusicV3.db>]`: Specify the path to `KGMusicV3.db`, defaults to `%AppData%/Kugou8/KGMusicV3.db`.
|
||||||
|
|
||||||
|
After specifying the parameters, you can specify any number of files or directories.
|
@ -12,6 +12,14 @@
|
|||||||
1. 将 `kgg-dec.exe` 与 `infra.dll` 拷贝到 KGG 所在目录。
|
1. 将 `kgg-dec.exe` 与 `infra.dll` 拷贝到 KGG 所在目录。
|
||||||
2. 双击 `kgg-dec.exe`,开始解密当前目录。
|
2. 双击 `kgg-dec.exe`,开始解密当前目录。
|
||||||
|
|
||||||
|
其它参数:
|
||||||
|
|
||||||
|
* `[--infra-dll </path/to/infra.dll>]`: 指定 `infra.dll` 的路径,默认为 `infra.dll`。
|
||||||
|
* `[--scan-all-file-ext <0|1>]`: 是否扫描所有文件后缀名,默认为 `0` 只扫描 `kgg` 文件。
|
||||||
|
* `[--db </path/to/KGMusicV3.db>]`: 指定 `KGMusicV3.db` 的路径,默认为 `%AppData%/Kugou8/KGMusicV3.db`。
|
||||||
|
|
||||||
|
指定完参数后可以指定任意数量的文件或目录。
|
||||||
|
|
||||||
错误排查:
|
错误排查:
|
||||||
|
|
||||||
1. 需要至少播放一次 KGG 文件,并确保酷狗能正常播放。
|
1. 需要至少播放一次 KGG 文件,并确保酷狗能正常播放。
|
||||||
|
Loading…
Reference in New Issue
Block a user