浏览代码

add UTF-8 encoding to example config

Waldemar Brodkorb 12 年之前
父节点
当前提交
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"