-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdddcli.example.toml
More file actions
50 lines (45 loc) · 1.56 KB
/
Copy pathdddcli.example.toml
File metadata and controls
50 lines (45 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SPDX-FileCopyrightText: Copyright (C) 2026 Ed Powell
# SPDX-License-Identifier: GPL-3.0-only
# Example dddcli configuration. Active values below match the built-in
# defaults or safe no-op settings; uncomment the local machine/range examples
# only when you want them to apply to every matching command.
#
# Copy this file to the selected default config path for your environment:
# $XDG_CONFIG_HOME/dddcli/dddcli.toml # if XDG_CONFIG_HOME is set
# $HOME/.config/dddcli/dddcli.toml # otherwise, if HOME is set
# ./dddcli.toml # otherwise
#
# Or test it for one command:
# dddcli capture --config ./dddcli.example.toml --duration 10
#
# Command-line flags override values from this file.
[usb]
vid = "0x1D50"
pid = "0x603B"
preferred_device = ""
use_small_usb_transfers = true
use_small_usb_transfer_queue = false
disk_buffer_queue_size = "256MiB"
[capture]
output_dir = "."
json = ""
test_mode = false
# Uncomment to stop manual captures automatically instead of running until
# interrupted.
# duration_seconds = 10
[player]
# Uncomment and adjust before using player or auto-capture commands.
# serial_device = "/dev/ttyUSB0"
serial_speed = "auto"
profile = "auto"
[auto_capture]
mode = "whole-disc"
# Omit disc_type to let auto-capture detect the loaded disc type. Uncomment to
# require the loaded disc to match.
# disc_type = "clv"
# For mode = "partial", set both addresses. CLV addresses may be seconds,
# HMMSS, or HMMSSFF. CAV addresses are frames.
# start_address = "60"
# end_address = "90"
key_lock = false
on_screen_display = true