mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Add docs for badfiles' check_on_import option.
This commit is contained in:
parent
2c9f3d6464
commit
2f8a8e2f8a
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ install yourself:
|
|||
You can also add custom commands for a specific extension, like this::
|
||||
|
||||
badfiles:
|
||||
check_on_import: yes
|
||||
commands:
|
||||
ogg: myoggchecker --opt1 --opt2
|
||||
flac: flac --test --warnings-as-errors --silent
|
||||
|
|
@ -25,6 +26,10 @@ Custom commands will be run once for each file of the specified type, with the
|
|||
path to the file as the last argument. Commands must return a status code
|
||||
greater than zero for a file to be considered corrupt.
|
||||
|
||||
You can run the checkers when importing files by using the `check_on_import`
|
||||
option. When on, checkers will be run against every imported file and warnings
|
||||
and errors will be presented when selecting a tagging option.
|
||||
|
||||
.. _mp3val: http://mp3val.sourceforge.net/
|
||||
.. _flac: https://xiph.org/flac/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue