Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
mmntnth committed Jan 12, 2019
1 parent 87e627d commit 0aa3f6a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/conf-manual.md
Expand Up @@ -11,7 +11,7 @@
- [PostgreSQL の設定を変更したい](#postgresql)
- [SQLite3 の設定を変更したい](#sqlite3)
- [SQLite3 のデータベース保存先を変更したい](#dbpath)
- [番組名や概要に含まれる全角英数字記号を半角にしたい](#converttwobytetoonebyte)
- [番組名や概要に含まれる英数字記号を半角や全角に変換したい](#convertdbstr)
- [利用する FFmpeg を明示的に指定したい](#ffmpeg)
- [利用する FFprobe を明示的に指定したい](#ffprobe)
- [詳細設定](#詳細設定)
Expand Down Expand Up @@ -234,15 +234,19 @@
"dbPath": "/hoge/database.db"
```

### convertTwoByteToOneByte
#### 番組名や概要などに含まれる全角英数字記号を半角に変換する
### convertDBStr
#### 番組名や概要などに含まれる英数字記号の変換方式

| 種類 | デフォルト値 | 必須 |
| --- | ---------- | --- |
| boolean | true | no |
| string | - | no |

- "no": 英数字記号を変換しない
- "twoByte": 英数字記号を全角に変換
- その他(未定義の場合も同様): 英数字記号を半角に変換

```json
"convertTwoByteToOneByte": true
"convertDBStr": true
```


Expand Down

0 comments on commit 0aa3f6a

Please sign in to comment.