Presets allow you to define and reuse common sets of options for creating or modifying torrents. This is particularly useful if you frequently create torrents for specific trackers with consistent settings.
presets.yaml
)presets.yaml
. mkbrr
searches for this file in the following locations, using the first one it finds:--preset-file
flag (if used)./presets.yaml
)~/.config/mkbrr/presets.yaml
(or equivalent user config directory)~/.mkbrr/presets.yaml
(legacy location)presets.yaml
file follows this structure:
default
section or any specific preset:
-P
(or --preset
) flag with the create
or modify
commands:
Example: Combining Preset and Command-line Filters
--private
or --source
) completely override their preset values, while filtering patterns combine additively.