File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ duplicates themselves via command-line switches ::
34
34
-o DEST, --copy=DEST copy items to dest
35
35
-p, --path print paths for matched items or albums
36
36
-t TAG, --tag=TAG tag matched items with 'k=v' attribute
37
+ -r, --remove remove items from library
37
38
38
39
Configuration
39
40
-------------
@@ -57,7 +58,7 @@ file. The available options mirror the command-line options:
57
58
``$albumartist - $album - $title: $count `` (for tracks) or ``$albumartist -
58
59
$album: $count `` (for albums).
59
60
Default: ``no ``.
60
- - **delete **: Removes matched items from the library and from the disk.
61
+ - **delete **: Remove matched items from the library and from the disk.
61
62
Default: ``no ``
62
63
- **format **: A specific format with which to print every track
63
64
or album. This uses the same template syntax as beets'
@@ -92,6 +93,8 @@ file. The available options mirror the command-line options:
92
93
set. If you would like to consider the lower bitrates as duplicates,
93
94
for example, set ``tiebreak: items: [bitrate] ``.
94
95
Default: ``{} ``.
96
+ - **remove **: Remove matched items from the library, but not from the disk.
97
+ Default: ``no ``.
95
98
96
99
Examples
97
100
--------
You can’t perform that action at this time.
0 commit comments