Docs for link option (#710)

This commit is contained in:
Adrian Sampson 2014-11-15 12:06:38 -08:00
parent 8c58caed38
commit 1eebb6af3c
2 changed files with 17 additions and 0 deletions

View file

@ -16,6 +16,9 @@ The major new features are:
* A new :doc:`/plugins/freedesktop` creates metadata files for
Freedesktop.org--compliant file managers. Thanks to :user:`kerobaros`.
:bug:`1056`, :bug:`707`
* A new :ref:`link` option in the ``import`` section creates symbolic links
during import instead of moving or copying. Thanks to Rovanion Luckey.
:bug:`710`, :bug:`114`
* :doc:`/plugins/fetchart`: You can now search for art on the iTunes Store.
There's also a new ``sources`` config option that lets you choose exactly
where to look for images and in which order.

View file

@ -322,6 +322,20 @@ This option *overrides* ``copy``, so enabling it will always move
(and not copy) files. The ``-c`` switch to the ``beet import`` command,
however, still takes precedence.
.. _link:
link
~~~~
Either ``yes`` or ``no``, indicating whether to use symbolic links instead of
moving or copying files. Defaults to ``no``.
This option only works on platforms that support symbolic links: i.e., Unixes.
It will fail on Windows.
It's likely that you'll also want to set ``write`` to ``no`` if you use this
option to preserve the metadata on the linked files.
resume
~~~~~~