Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.4 KiB

12 years ago
# mpd.conf
#
<<<<<<< HEAD
# Изменён: Вск 15 Сен 2013 18:30:00
=======
# Изменён: Чт 13 мар 2014 14:18:07
>>>>>>> 752b4da... V5: настройка mpd & ncmpcpp & mpdscribble
12 years ago
#
#Директория с музыкой
music_directory "/media/2TB/Музыка/"
#Файл базы данных композиций
db_file "~/.shellrc/var/mpd/mpd.db"
#Файл журнала
log_file "~/.shellrc/var/log/mpd.log"
#Файл ошибок
#error_file "~/.shellrc/var/log/mpd.err"
#Файл PID
pid_file "~/.shellrc/var/mpd/mpd.pid"
#Файл сохранения состояния
state_file "~/.shellrc/var/mpd/mpd.state"
#Адрес сервера
bind_to_address "localhost"
#Порт
port "6600"
#Настройка звука
#audio_output {
# type "alsa"
12 years ago
# name "Sound Card"
# options "dev=dmixer"
# device "plug:dmix"
12 years ago
#}
audio_output {
type "jack"
name "Sound Card"
<<<<<<< HEAD
=======
device "hw:1,0"
mixer_control "Master"
>>>>>>> 752b4da... V5: настройка mpd & ncmpcpp & mpdscribble
}
12 years ago
# audio_output {
# type "httpd"
# name "MPD"
# encoder "lame"
# port "8000"
# bitrate "128"
# }
#Системная кодировка
filesystem_charset "UTF-8"
#Кодировка метаданных
id3v1_encoding "UTF-8"
#Записываемые поля в БД
metadata_to_use "artist,track,title,date,album,genre,comment"