Demo Dick Digitizer is a tool for creating torrent files from local organized stashapp files.
- Create
.torrentfiles for any file or folder - Customizable tracker URLs
- Simple and fast operation
- Set up your database with
database_maker.py. - Configure your API credentials in the
.envfile. - Import your organized stashapp files with
import_organized.py. - Add tracker urls into the "tracker-list" table inside the torrent_maker.db
- Generate torrent files with
torrent_maker.py.
- Exporting stash_id and info_hash pairs using
export_hashes.py - Improved error handling and logging
- Support for additional tracker configurations
- Python 3.x (if using the Python version)
- math
- sqlite3
- libtorrent
- dotenv
This project is currently a work in progress (WIP) and does not yet have a finalized license. Please contact the author for more information regarding usage and distribution.
Pull requests and suggestions are welcome!