This commit is contained in:
bel
2021-09-14 06:44:17 -06:00
commit c5fa6baecd
22 changed files with 828 additions and 0 deletions

37
rompr/mpd-mnt/conf Executable file
View 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"
}

BIN
rompr/mpd-mnt/db/database Executable file

Binary file not shown.

2
rompr/mpd-mnt/playlists/a.m3u Executable file
View File

@@ -0,0 +1,2 @@
03 - 1985.mp3
03 - 1985.mp3