Browse Source

mpd: adjusted configuration

Maxim Likhachev 5 years ago
parent
commit
42a4010d7a
  1. 16
      etc/media/mpd/mpd.conf

16
etc/media/mpd/mpd.conf

@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
# mpd.conf
#
# Изменён: Пн 17 мар 2014 21:08:47
# Изменён: Вс 19 янв 2020 11:14:49
#
#Директория с музыкой
#music_directory "/mnt/2TB/Музыка/"
music_directory "/mnt/DATA/_Музыка/"
music_directory "/mnt/DATA/Музыка/"
#Файл базы данных композиций
db_file "~/.shellrc/var/mpd/mpd.db"
@ -32,17 +31,10 @@ port "6600" @@ -32,17 +31,10 @@ port "6600"
audio_output {
type "alsa"
name "Sound Card"
device "hw:1,0"
device "hw:0,0"
mixer_control "Master"
}
#audio_output {
#type "jack"
#name "Sound Card"
#device "hw:1,0"
#mixer_control "Master"
#}
# audio_output {
# type "httpd"
# name "MPD"
@ -55,7 +47,7 @@ audio_output { @@ -55,7 +47,7 @@ audio_output {
filesystem_charset "UTF-8"
#Кодировка метаданных
id3v1_encoding "UTF-8"
#id3v1_encoding "UTF-8"
#Записываемые поля в БД
metadata_to_use "artist,track,title,date,album,genre,comment"

Loading…
Cancel
Save