Batch mode is ideal for creating multiple torrents in one go.
Configuration File (batch.yaml)
Batch operations are defined in a YAML file, typically named batch.yaml.
Configuration Structure
- Movies Example
- TV Shows Example
- Mixed Content
Configuration Options
Required Fields
- version: Must be
1 - jobs: List of torrent creation tasks
- output: Path for the
.torrentfile - path: Source file/directory path
Optional Settings
- trackers: Announce URLs list
- webseeds: Web seed URLs list
- private: Set to
trueorfalse - piece_length: Piece size exponent
Additional Optional Settings
Additional Optional Settings
- comment: Torrent comment string
- source: Source tag string
- no_date: Set
trueto omit creation date - exclude_patterns: Glob patterns to exclude files
- include_patterns: Glob patterns to include files
You cannot provide a source path argument directly to
mkbrr create when using the -b flag. All source paths must be defined within the batch file jobs.
