mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Updated documentation to be less redundant in docs/referece/cli.rst and more accurate in docs/changelog.rst.
This commit is contained in:
parent
6e1d1a5c31
commit
b3b26efe88
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ for Python 3.6).
|
|||
|
||||
New features:
|
||||
|
||||
* Added UTF-8 encoding enforcement to imported files in `beets/beets/ui/commands.py`.
|
||||
* --from-logfile now parses log files using a UTF-8 encoding in `beets/beets/ui/commands.py`.
|
||||
:bug:`4693`
|
||||
* Added additional error handling for `spotify` plugin.
|
||||
:bug:`4686`
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ Optional command flags:
|
|||
|
||||
Just point the ``beet import`` command at a directory of files that are
|
||||
already catalogged in your library. Beets will automatically detect this
|
||||
situation and avoid duplicating any items. A UTF-8 encoding will be enforced on your imported file. In this situation, the "copy
|
||||
situation and avoid duplicating any items. In this situation, the "copy
|
||||
files" option (``-c``/``-C`` on the command line or ``copy`` in the
|
||||
config file) has slightly different behavior: it causes files to be *moved*,
|
||||
rather than duplicated, if they're already in your library. (The same is
|
||||
|
|
|
|||
Loading…
Reference in a new issue