Assorted utilities for managing DLsite works.
dlsite rename
: Rename files/directories based on DLsite work circle/titledlsite dlst-extract
: Extract contents of DLST files.- Requires CypherTec DRM AES128 key and IV used to encrypt the file.
dlsite autotag
: Automatically tag audio files based on DLsite work.- Requires
dlsite-utils[mutagen]
extras.
- Requires
- Python 3.9+
You can install DLsite Utilities via pip from PyPI:
$ pip install dlsite-utils
To install Dlsite Utilities with optional dependencies:
$ pip install dlsite-utils[mutagen]
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, DLsite Utilities is free and open source software.
Mutagen is licensed under the terms of the GNU General Public
License v2.0 or later. If you redistribute dlsite-utils with the optional
mutagen
extra included, your redistribution must comply with the terms of the
GPL v2.0 or later.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.