settings: provide a way to use alternative location for configuration file
..and whole data folder.
This commit is contained in:
19
doc/config
19
doc/config
@@ -3,6 +3,25 @@
|
||||
## ~/.ncmpcpp/config and set up your preferences ##
|
||||
####################################################
|
||||
#
|
||||
##### directories ######
|
||||
##
|
||||
## Directory for storing ncmpcpp related files.
|
||||
## Changing it is useful if you want to store
|
||||
## everything somewhere else and provide command
|
||||
## line setting for alternative location to config
|
||||
## file which defines that while launching ncmpcpp.
|
||||
##
|
||||
#
|
||||
#ncmpcpp_directory = "~/.ncmpcpp"
|
||||
#
|
||||
##
|
||||
## Directory for storing downloaded lyrics. It
|
||||
## defaults to ~/.lyrics since other MPD clients
|
||||
## (eg. ncmpc) also use that location.
|
||||
##
|
||||
#
|
||||
#lyrics_directory = "~/.lyrics"
|
||||
#
|
||||
##### connection settings #####
|
||||
#
|
||||
## set it in order to make tag editor and renaming files work properly
|
||||
|
||||
@@ -15,6 +15,9 @@ Connect to server at host [localhost]
|
||||
.B \-p, \-\-port
|
||||
Connect to server at port [6600]
|
||||
.TP
|
||||
.B \-c, \-\-config
|
||||
Use alternative configuration file
|
||||
.TP
|
||||
.B \-s, \-\-screen <name>
|
||||
Specify the startup screen (<name> may be: help, playlist, browser, search-engine, media-library, playlist-editor, tag-editor, outputs, visualizer, clock)
|
||||
.TP
|
||||
@@ -57,6 +60,12 @@ Note: COLOR has to be the name (not a number) of one of colors 1-8 from SONG FOR
|
||||
|
||||
Supported configuration options:
|
||||
.TP
|
||||
.B ncmpcpp_directory = PATH
|
||||
Directory for storing ncmpcpp related files. Changing it is useful if you want to store everything somewhere else and provide command line setting for alternative location to config file which defines that while launching ncmpcpp.
|
||||
.TP
|
||||
.B lyrics_directory = PATH
|
||||
Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other MPD clients (eg. ncmpc) also use that location.
|
||||
.TP
|
||||
.B mpd_host = HOST
|
||||
Connect to MPD running on specified host/unix socket. When HOST starts with a '/', it is assumed to be a unix socket.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user