23 lines
471 B
YAML
23 lines
471 B
YAML
---
|
|
# defaults file for mpd
|
|
mpd_name: Music Player Daemon
|
|
mpd_restore_paused: true
|
|
mpd_auto_update: true
|
|
mpd_follow_inside_symlinks: true
|
|
mpd_follow_outside_symlinks: false
|
|
|
|
mpd_music_directory: /var/lib/mpd/music
|
|
mpd_playlist_directory: /var/lib/mpd/playlists
|
|
|
|
mpd_db_file: /var/lib/mpd/mpd.db
|
|
mpd_sticker_file: /var/lib/mpd/sticker.db
|
|
mpd_state_file: /var/lib/mpd/mpdstate
|
|
|
|
mpd_user: mpd
|
|
mpd_bind_to_address: any
|
|
|
|
mpd_outputs:
|
|
- name: "Null Output"
|
|
type: "null"
|
|
|