aboutsummaryrefslogtreecommitdiff
path: root/mpd/.mpd/mpd.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-02-08 04:59:37 -0500
committerxero <x@xero.nu>2015-02-08 04:59:37 -0500
commitb7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26 (patch)
treeb41ab6f8c323dc71a2df0c4169afca5b8a146121 /mpd/.mpd/mpd.conf
parentb528f3409fa82d577c2872439caa2bb2c002096d (diff)
downloaddotfiles_ascii-b7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26.tar.xz
dotfiles_ascii-b7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26.zip
update the rockbox (mpd + ncmpcpp)
Diffstat (limited to '')
-rwxr-xr-xmpd/.mpd/mpd.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/mpd/.mpd/mpd.conf b/mpd/.mpd/mpd.conf
new file mode 100755
index 0000000..1a6ac80
--- /dev/null
+++ b/mpd/.mpd/mpd.conf
@@ -0,0 +1,37 @@
+# ████ ████ ███████ ███████
+# ░██░██ ██░██░██░░░░██░██░░░░██
+# ░██░░██ ██ ░██░██ ░██░██ ░██
+# ░██ ░░███ ░██░███████ ░██ ░██
+# ░██ ░░█ ░██░██░░░░ ░██ ░██
+# ░██ ░ ░██░██ ░██ ██
+# ░██ ░██░██ ░███████
+# ░░ ░░ ░░ ░░░░░░░
+#
+#█▓▒░ files
+music_directory "~/music"
+playlist_directory "~/.mpd/playlists"
+db_file "~/.mpd/database"
+log_file "~/.mpd/log"
+pid_file "~/.mpd/pid"
+state_file "~/.mpd/state"
+sticker_file "~/.mpd/sticker.sql"
+#█▓▒░ opts
+bind_to_address "127.0.0.1"
+port "6601"
+log_level "default"
+gapless_mp3_playback "yes"
+filesystem_charset "UTF-8"
+#█▓▒░ io
+input {
+ plugin "curl"
+}
+audio_output {
+ type "alsa"
+ name "audio"
+}
+audio_output {
+ type "fifo"
+ name "visualizer"
+ path "~/.mpd/mpd.fifo"
+ format "44100:16:2"
+}