mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
badfiles: Update doc to remove unneeded defaults
This commit is contained in:
parent
e8cb1241f5
commit
8db75f075e
1 changed files with 5 additions and 6 deletions
|
|
@ -7,14 +7,13 @@ corrupt files.
|
|||
Configuring
|
||||
-----------
|
||||
|
||||
First, enable the ``badfiles`` plugin (see :ref:`using-plugins`). Then, add a
|
||||
``badfiles:`` section to your configuration file, like so::
|
||||
First, enable the ``badfiles`` plugin (see :ref:`using-plugins`). The default
|
||||
configuration defines the following default checkers, which you may need to
|
||||
install yourself:
|
||||
|
||||
badfiles:
|
||||
commands: {}
|
||||
* `mp3val`_ for MP3 files
|
||||
* `FLAC`_ command-line tools for FLAC files
|
||||
|
||||
This uses two default checkers: `mp3val`_ for MP3s and the ordinary `FLAC`_
|
||||
command-line tools for those files. (You will need to install these yourself.)
|
||||
You can also add custom commands for a specific extension, like this::
|
||||
|
||||
badfiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue