mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
Document path detection update
This commit is contained in:
parent
ad34642877
commit
8a71935a95
2 changed files with 6 additions and 2 deletions
|
|
@ -6,6 +6,8 @@ Changelog
|
|||
|
||||
Features:
|
||||
|
||||
* :ref:`pathquery` are automatically triggered only if the
|
||||
path targeted by the query exists.
|
||||
* :doc:`/plugins/duplicates` now accepts a ``--strict`` option that
|
||||
will only report duplicates if all attributes are explicitly set.
|
||||
:bug:`1000`
|
||||
|
|
|
|||
|
|
@ -166,6 +166,8 @@ Find all items with a file modification time between 2008-12-01 and
|
|||
$ beet ls 'mtime:2008-12-01..2008-12-02'
|
||||
|
||||
|
||||
.. _pathquery:
|
||||
|
||||
Path Queries
|
||||
------------
|
||||
|
||||
|
|
@ -175,8 +177,8 @@ Sometimes it's useful to find all the items in your library that are
|
|||
$ beet list path:/my/music/directory
|
||||
|
||||
In fact, beets automatically recognizes any query term containing a path
|
||||
separator (``/`` on POSIX systems) as a path query, so this command is
|
||||
equivalent::
|
||||
separator (``/`` on POSIX systems) as a path query if that path exists, so this
|
||||
command is equivalent as long as ``/my/music/directory`` exist::
|
||||
|
||||
$ beet list /my/music/directory
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue