mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
Changed the documentation of the PathQueries to reflect the usage of the file system cas-sensitivity.
This commit is contained in:
parent
ff9dc07589
commit
5832e8730e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 on most platforms but case-insensitive on
|
||||
Windows.
|
||||
Path queries are case-sensitive if the file system the library is located on
|
||||
is case-sensitive, case-insensitive otherwise.
|
||||
|
||||
.. _query-sort:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue