archive
This commit is contained in:
37
rompr/mpd-mnt/conf
Executable file
37
rompr/mpd-mnt/conf
Executable file
@@ -0,0 +1,37 @@
|
||||
db_file "/db/database"
|
||||
|
||||
music_directory "/media"
|
||||
playlist_directory "/playlists"
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Mpd_Ogg"
|
||||
encoder "vorbis" # optional, vorbis or lame
|
||||
port "6501"
|
||||
quality "5.0" # do not define if bitrate is defined
|
||||
max_clients "0" # optional 0=no limit
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Mpd_Wav"
|
||||
encoder "wave"
|
||||
port "6502"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Mpd_Flac"
|
||||
encoder "flac"
|
||||
port "6503"
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Mpd_Lame"
|
||||
encoder "lame"
|
||||
port "6504"
|
||||
bitrate "128"
|
||||
}
|
||||
Reference in New Issue
Block a user