add user and install scripts

This commit is contained in:
ITmail-dk
2022-01-06 11:57:50 +01:00
parent 8552186946
commit c264b45a9d
11 changed files with 272 additions and 4 deletions

26
config/mpd/mpd.conf Normal file
View File

@@ -0,0 +1,26 @@
bind_to_address "0.0.0.0"
# Recommended location for database
db_file "~/.local/share/mpd/database"
# Logs to systemd journal
log_file "~/.local/share/mpd/log"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "~/music"
# Uncomment to enable the functionalities
playlist_directory "~/.local/share/mpd/playlists"
pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
auto_update "yes"
auto_update_depth "0"
restore_paused "yes"
audio_output {
type "pulse"
name "pulse audio"
}