Skip to content

Commit

Permalink
Add test script to investigate the new config parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Jun 12, 2022
1 parent 622184b commit 189b3c0
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 8 deletions.
16 changes: 8 additions & 8 deletions example-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ remap_classical = False
backup_folder = /tmp/backup
best_format = None

[rename move actions]
[move actions]
copy = False
move = False
no_rename = False

[rename cleaning actions]
[cleaning actions]
backup = False
delete = False

Expand All @@ -31,17 +31,17 @@ no_soundtrack = False
compilation = False
format = False
soundtrack = False
format-classical = False
format_classical = False

[output]
color = False
no-color = False
no_color = False
debug = False
job-info = False
mb-track-listing = False
one-line = False
job_info = False
mb_track_listing = False
one_line = True
stats = False
verbose = False
; verbose = False

[target]
source_as_target = False
Expand Down
Loading

0 comments on commit 189b3c0

Please sign in to comment.