소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
0ead575dac
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      playbooks/mpdf.yaml

+ 4
- 3
playbooks/mpdf.yaml 파일 보기

@@ -11,8 +11,9 @@
sticker_file: sticker.sql
user: mpd
group: nogroup
bind_to_address: any
port: 6600
bind_to_address: any
port_start: 6600
port: "{{ port_start + item }}"
log_level:
gapless_mp3_playback: yes
save_absolute_paths_in_playlists: yes
@@ -21,7 +22,7 @@
auto_update_depth: 3
follow_outside_symlinks: no
follow_inside_symlinks: no
zeroconf_enabled:no
zeroconf_enabled: no
zeroconf_name: mpd
default_permissions: red,add,control,admin
stream: music


불러오는 중...
취소
저장