Skip to content

Commit

Permalink
chore: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
NobeKanai committed Apr 3, 2024
1 parent a9f560a commit 5f3911b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ pip install dvtag

```
$ dvtag -h
usage: dvtag [-h] [-w2f] [-w2m] dirpath
usage: dvtag [-h] [-v] [-w2f] [-w2m] dirpath
Doujin Voice Tagging Tool (tagging in place)
positional arguments:
dirpath a required directory path
dirpath a required directory path
options:
-h, --help show this help message and exit
-w2f transcode all wav files to flac [LOSELESS] (default: False)
-w2m transcode all wav files to mp3 (default: False)
-h, --help show this help message and exit
-v, --version show program's version number and exit
-w2f transcode all wav files to flac [LOSELESS]
-w2m transcode all wav files to mp3
```

You must ensure that every doujin voice folder name contains a specific id format(in dlsite) - like `RJ123123`, `rj123123 xxx`, `xxxx RJ123123`
Expand Down Expand Up @@ -59,4 +61,4 @@ If you have `wav` audio files and you want to convert these all to `flac`/`mp3`,

```bash
dvtag -w2f /path/to/your/library
```
```

0 comments on commit 5f3911b

Please sign in to comment.