A tool for tagging your doujin voice library.
Project description
DVTAG
A tool for tagging your doujin voice library.
Installation
Require Python>=3.9
pip install dvtag
Usage
$ dvtag -h
usage: dvtag [-h] [--w2f | --no-w2f] dir_path
Doujin Voice Tagging Tool
positional arguments:
dir_path a required directory path
optional arguments:
-h, --help show this help message and exit
--w2f, --no-w2f converting wav file to flac [LOSELESS] (default: False)
You must ensure that every doujin voice folder name contains a specific id format(in dlsite) - like RJ123123
, rj123123 xxx
, xxxx RJ123123
├── EXcute
│ ├── RJ321580
│ └── RJ328009
│
├── Kaleidoscope
│ └── RJ329141
│
├── PINK PUNK PRO
│ └── RJ321217
│
├── plug in.東京
│ ├── [RJ310972][XXXxx][plug in.XX]
│ └── RJ341111
│
├── ReApple
│ ├── [RJ263247]
│ └── RJ301616
Then tagging with command dvtag
:
dvtag /path/to/your/library
If you have wav
audio files and you want to convert these all to flac
, run with option --w2f
. For example
dvtag --w2f /path/to/your/library
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
dvtag-0.1.0-py3-none-any.whl
(7.6 kB
view hashes)