소스 검색

add UTF-8 encoding to example config

Waldemar Brodkorb 13 년 전
부모
커밋
0ce42e7eb0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      package/mpd/files/mpd.conf

+ 2 - 0
package/mpd/files/mpd.conf

@@ -6,6 +6,8 @@ state_file			"/etc/mpd/state"
 db_file				"/etc/mpd/database"
 pid_file			"/var/run/mpd/mpd.pid"
 log_file			"syslog"
+filesystem_charset		"UTF-8"
+id3v1_encoding			"UTF-8"
 # An example of an ALSA output
 audio_output {
 	type			"alsa"