mirror of
https://github.com/beetbox/beets.git
synced 2026-04-02 03:37:37 +02:00
Refine docs for #1586
This commit is contained in:
parent
a0a9af261c
commit
d29cc7b2c0
2 changed files with 5 additions and 4 deletions
|
|
@ -46,8 +46,9 @@ Fixes:
|
|||
written to files. Thanks to :user:`jdetrey`. :bug:`1303` :bug:`1589`
|
||||
* :doc:`/plugins/replaygain`: Avoid a crash when the PyAudioTools backend
|
||||
encounters an error. :bug:`1592`
|
||||
* The check whether the file system is case sensitive or not could lead to
|
||||
wrong results. It is much more robust now.
|
||||
* The case sensitivity of path queries is more useful now: rather than just
|
||||
guessing based on the platform, we now check the case sensitivity of your
|
||||
particular filesystem. :bug:`1586`
|
||||
* Case-insensitive path queries might have returned nothing because of a
|
||||
wrong SQL query.
|
||||
* Fix a crash when a query contains a "+" or "-" alone in a component.
|
||||
|
|
|
|||
|
|
@ -202,8 +202,8 @@ Note that this only matches items that are *already in your library*, so a path
|
|||
query won't necessarily find *all* the audio files in a directory---just the
|
||||
ones you've already added to your beets library.
|
||||
|
||||
Path queries are case-sensitive if the file system the library is located on
|
||||
is case-sensitive, case-insensitive otherwise.
|
||||
Path queries are case sensitive if the queried path is on a case-sensitive
|
||||
filesystem.
|
||||
|
||||
.. _query-sort:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue