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
59db1f9f
Commit
59db1f9f
authored
Jun 02, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change default port to 6600 (just a doc change)
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1291
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
24b7ce4f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
INSTALL
INSTALL
+1
-1
mpd.1
doc/mpd.1
+2
-2
mpdconf.example
doc/mpdconf.example
+1
-1
No files found.
INSTALL
View file @
59db1f9f
...
...
@@ -76,7 +76,7 @@ Run
$ mpd <port> <mp3 directory> <playlist directory> <mpd log> <mpd err>
example where mpd executable is in mpd-x.x.x directory:
$ mpd-x.x.x/mpd
21
00 mp3 playlists mpd.log mpd.err
$ mpd-x.x.x/mpd
66
00 mp3 playlists mpd.log mpd.err
Note: The first time you run mpd, it will "explore" your mp3 directory for
mp3's.
...
...
doc/mpd.1
View file @
59db1f9f
...
...
@@ -45,7 +45,7 @@ Below are a list of parameters that can be specified in the config file. Each l
parameter "value"
.TP
.B port <port>
This specifies the port that MPD listens on. This parameter is required. This is typically
21
00.
This specifies the port that MPD listens on. This parameter is required. This is typically
66
00.
.TP
.B music_directory <directory>
This specifies the directory where music is located. This parameter is required. The directory path should be an absolute path.
...
...
@@ -155,7 +155,7 @@ Below is an example config file. (Note: '#' at the beginning of a line denotes a
.br
# required
.br
port "
21
00"
port "
66
00"
.br
music_directory "~/mp3"
.br
...
...
doc/mpdconf.example
View file @
59db1f9f
...
...
@@ -4,7 +4,7 @@
########## REQUIRED ###############
port "
21
00"
port "
66
00"
music_directory "~/music"
playlist_directory "~/.mpd/playlists"
log_file "~/.mpd/mpd.log"
...
...
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