Added password to mpd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
6d2e7dc0c9
commit
71b5e28521
5 changed files with 17 additions and 5 deletions
|
@ -5,16 +5,21 @@ log_file "~/.mpd/log"
|
|||
pid_file "~/.mpd/pid"
|
||||
state_file "~/.mpd/state"
|
||||
sticker_file "~/.mpd/sticker.sql"
|
||||
input {
|
||||
plugin "curl"
|
||||
}
|
||||
|
||||
replaygain "track"
|
||||
|
||||
default_permissions "read"
|
||||
password "{{@@ env['PASS_MPD'] @@}}@read,add,control"
|
||||
password "{{@@ env['PASS_MPD_ADMIN'] @@}}@read,add,control,admin"
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "my_fifo"
|
||||
name "Visualizer"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
name "MPD PulseAudio"
|
||||
}
|
||||
|
|
1
home/.config/ncmpcpp/config
Normal file
1
home/.config/ncmpcpp/config
Normal file
|
@ -0,0 +1 @@
|
|||
mpd_host = {{@@ env['PASS_MPD'] @@}}@localhost
|
Loading…
Add table
Add a link
Reference in a new issue