change default port to 6600 (just a doc change)
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
		
							
								
								
									
										2
									
								
								INSTALL
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								INSTALL
									
									
									
									
									
								
							@@ -76,7 +76,7 @@ Run
 | 
				
			|||||||
$ mpd <port> <mp3 directory> <playlist directory> <mpd log> <mpd err>
 | 
					$ mpd <port> <mp3 directory> <playlist directory> <mpd log> <mpd err>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
example where mpd executable is in mpd-x.x.x directory:
 | 
					example where mpd executable is in mpd-x.x.x directory:
 | 
				
			||||||
$ mpd-x.x.x/mpd 2100 mp3 playlists mpd.log mpd.err
 | 
					$ mpd-x.x.x/mpd 6600 mp3 playlists mpd.log mpd.err
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note: The first time you run mpd, it will "explore" your mp3 directory for
 | 
					Note: The first time you run mpd, it will "explore" your mp3 directory for
 | 
				
			||||||
mp3's.
 | 
					mp3's.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,7 +45,7 @@ Below are a list of parameters that can be specified in the config file.  Each l
 | 
				
			|||||||
parameter "value"
 | 
					parameter "value"
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B port <port>
 | 
					.B port <port>
 | 
				
			||||||
This specifies the port that MPD listens on. This parameter is required. This is typically 2100.
 | 
					This specifies the port that MPD listens on. This parameter is required. This is typically 6600.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B music_directory <directory>
 | 
					.B music_directory <directory>
 | 
				
			||||||
This specifies the directory where music is located.  This parameter is required.  The directory path should be an absolute path.
 | 
					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
 | 
					.br
 | 
				
			||||||
# required
 | 
					# required
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
port 			"2100"
 | 
					port 			"6600"
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
music_directory 	"~/mp3"
 | 
					music_directory 	"~/mp3"
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
########## REQUIRED ###############
 | 
					########## REQUIRED ###############
 | 
				
			||||||
port 			"2100"
 | 
					port 			"6600"
 | 
				
			||||||
music_directory 	"~/music"
 | 
					music_directory 	"~/music"
 | 
				
			||||||
playlist_directory 	"~/.mpd/playlists"
 | 
					playlist_directory 	"~/.mpd/playlists"
 | 
				
			||||||
log_file 		"~/.mpd/mpd.log"
 | 
					log_file 		"~/.mpd/mpd.log"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user