mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
Merge pull request #3319 from justinmayer/patch-1
Convert plugin skips previously-converted files
This commit is contained in:
commit
394a50a354
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ To convert a part of your collection, run ``beet convert QUERY``. The
|
|||
command will transcode all the files matching the query to the
|
||||
destination directory given by the ``-d`` (``--dest``) option or the
|
||||
``dest`` configuration. The path layout mirrors that of your library,
|
||||
but it may be customized through the ``paths`` configuration.
|
||||
but it may be customized through the ``paths`` configuration. Files
|
||||
that have been previously converted — and thus already exist in the
|
||||
destination directory — will be skipped.
|
||||
|
||||
The plugin uses a command-line program to transcode the audio. With the
|
||||
``-f`` (``--format``) option you can choose the transcoding command
|
||||
|
|
|
|||
Loading…
Reference in a new issue