Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Apr 2, 2020
1 parent 597b492 commit a1f653e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.vscode/
.node_modules/
test-files/
test-images/
test.json
test.html

Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,19 @@ thtag
```
启动后会询问专辑名称, 如果留空直接回车就取文件夹的名字; 如果按照这个名称没有**精确匹配**的专辑(**精确匹配**在 THBWiki 中表现为输入到搜索框回车能直接跳转到词条), 则会列出以此名称在 THBWiki 中的搜索结果, 可以继续选择一项作为专辑信息. (有精确匹配的话会直接开始下载专辑信息)

<details><summary><strong>图片示例: bunny rhyTHm - 覚めぬ夢 届かぬ恋</strong></summary>
<img src="./thtag-example.jpg" alt="example" width="1000">
<details><summary><strong>图片示例</strong></summary>
<div>
<img src="./before-files.jpg" alt="example" width="800">
</div>
<div>
<img src="./before.jpg" alt="example" width="400">
</div>
<div>
<img src="./after-files.jpg" alt="example" width="800">
</div>
<div>
<img src="./after.jpg" alt="example" width="400">
</div>
</details>

## 选项
Expand Down Expand Up @@ -61,6 +72,7 @@ thtag --source xxx
- `-o` / `--lyric-output`: 歌词输出
- **`metadata`(默认)**: 写入到元数据中
- `lrc`: 创建额外的`.lrc`歌词文件 (**⚠此功能尚未完善**)
- `-L` / `--no-lyric-time`: 禁用元数据歌词时轴

#### 示例
启用歌词下载, 写入原版歌词到元数据中
Expand Down
Binary file added after-files.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added after.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added before-files.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added before.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touhou-tagger",
"version": "1.0.9",
"version": "1.0.10",
"description": "从 THBWiki 自动填写东方Project CD曲目信息.",
"main": "dist/core/index.js",
"bin": {
Expand Down
Binary file removed thtag-example.png
Binary file not shown.

0 comments on commit a1f653e

Please sign in to comment.