Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
be0360d5
Commit
be0360d5
authored
Jul 08, 2022
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.rst: clarify .mpdignore documentation
Closes
https://github.com/MusicPlayerDaemon/MPD/issues/1532
parent
4d6ae6ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
user.rst
doc/user.rst
+13
-1
No files found.
doc/user.rst
View file @
be0360d5
...
...
@@ -1063,7 +1063,19 @@ The "music directory" is where you store your music files. :program:`MPD` stores
Depending
on
the
size
of
your
music
collection
and
the
speed
of
the
storage
,
this
can
take
a
while
.
To
exclude
a
file
from
the
update
,
create
a
file
called
:
file
:`.
mpdignore
`
in
its
parent
directory
.
Each
line
of
that
file
may
contain
a
list
of
shell
wildcards
.
Matching
files
in
the
current
directory
and
all
subdirectories
are
excluded
.
To
exclude
a
file
from
the
update
,
create
a
file
called
:
file
:`.
mpdignore
`
in
its
parent
directory
.
Each
line
of
that
file
may
contain
a
list
of
shell
wildcards
.
Matching
files
(
or
directories
)
in
the
current
directory
and
all
subdirectories
are
excluded
.
Example
::
*.
opus
99
*
Subject
to
pattern
matching
is
the
file
/
directory
name
.
It
is
(
not
yet
)
possible
to
match
nested
path
names
,
e
.
g
.
something
like
``
foo
/*.
flac
``
is
not
possible
.
Mounting
other
storages
into
the
music
directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment