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
8cd845b7
Commit
8cd845b7
authored
Oct 16, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.xml: added chapter "Using MPD"
parent
06da91a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
user.xml
doc/user.xml
+56
-0
No files found.
doc/user.xml
View file @
8cd845b7
...
...
@@ -456,6 +456,62 @@ cd mpd-version</programlisting>
</chapter>
<chapter>
<title>
Using MPD
</title>
<section>
<title>
The client
</title>
<para>
After you have installed, configured and started MPD, you
choose a client to control the playback.
</para>
<para>
The most basic client is
<filename>
mpc
</filename>
, which
provides a command line interface. It is useful in shell
scripts. Many people bind specific
<filename>
mpc
</filename>
commands to hotkeys.
</para>
<para>
The
<ulink
url=
"http://mpd.wikia.com/wiki/Clients"
>
MPD
Wiki
</ulink>
contains an extensive list of clients to choose
from.
</para>
</section>
<section>
<title>
The music directory and the database
</title>
<para>
The "music directory" is where you store your music files.
MPD stores all relevant meta information about all songs in
its "database". Whenever you add, modify or remove songs in
the music directory, you have to update the database, for
example with
<filename>
mpc
</filename>
:
</para>
<programlisting>
mpc update
</programlisting>
<para>
Depending on the size of your music collection and the speed
of the storage, this can take a while.
</para>
</section>
<section>
<title>
The queue
</title>
<para>
The queue (sometimes called "current playlist") is a list of
songs to be played by MPD. To play a song, add it to the
queue and start playback. Most clients offer an interface to
edit the queue.
</para>
</section>
</chapter>
<chapter>
<title>
Plugin reference
</title>
<section>
...
...
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