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
14908b7f
Commit
14908b7f
authored
Aug 11, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/protocol: reformat the "find" types
parent
2e122e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
8 deletions
+28
-8
protocol.xml
doc/protocol.xml
+28
-8
No files found.
doc/protocol.xml
View file @
14908b7f
...
...
@@ -1554,14 +1554,34 @@ OK
Finds songs in the db that are exactly
<varname>
WHAT
</varname>
.
<varname>
TYPE
</varname>
can
be any tag supported by MPD, or one of the three special
parameters —
<parameter>
file
</parameter>
to search by
full path (relative to the music directory),
<parameter>
base
</parameter>
to restrict the search to
songs in the given directory (also relative to the music
directory) and
<parameter>
any
</parameter>
to match against all
available tags.
<varname>
WHAT
</varname>
is what to find.
parameters:
</para>
<itemizedlist>
<listitem>
<para>
<parameter>
any
</parameter>
checks all tag values
</para>
</listitem>
<listitem>
<para>
<parameter>
file
</parameter>
checks the full path
(relative to the music directory)
</para>
</listitem>
<listitem>
<para>
<parameter>
base
</parameter>
restricts the search to
songs in the given directory (also relative to the
music directory)
</para>
</listitem>
</itemizedlist>
<para>
<varname>
WHAT
</varname>
is what to find.
</para>
</listitem>
</varlistentry>
...
...
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