From b7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26 Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 8 Feb 2015 04:59:37 -0500 Subject: update the rockbox (mpd + ncmpcpp) --- mpd/.mpd/database | 1 + mpd/.mpd/log | 1 + mpd/.mpd/mpd.conf | 37 +++++++++++++++++++++++++++++++++++++ mpd/.mpd/pid | 1 + mpd/.mpd/playlists/all.m3u | 1 + mpd/.mpd/state | 1 + mpd/.mpd/sticker.sql | Bin 0 -> 3072 bytes mpd/.mpd/tag_cache | 1 + 8 files changed, 43 insertions(+) create mode 100644 mpd/.mpd/database create mode 100644 mpd/.mpd/log create mode 100755 mpd/.mpd/mpd.conf create mode 100644 mpd/.mpd/pid create mode 100644 mpd/.mpd/playlists/all.m3u create mode 100644 mpd/.mpd/state create mode 100644 mpd/.mpd/sticker.sql create mode 100644 mpd/.mpd/tag_cache (limited to 'mpd/.mpd') diff --git a/mpd/.mpd/database b/mpd/.mpd/database new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/database @@ -0,0 +1 @@ + diff --git a/mpd/.mpd/log b/mpd/.mpd/log new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/log @@ -0,0 +1 @@ + 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" +} diff --git a/mpd/.mpd/pid b/mpd/.mpd/pid new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/pid @@ -0,0 +1 @@ + diff --git a/mpd/.mpd/playlists/all.m3u b/mpd/.mpd/playlists/all.m3u new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/playlists/all.m3u @@ -0,0 +1 @@ + diff --git a/mpd/.mpd/state b/mpd/.mpd/state new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/state @@ -0,0 +1 @@ + diff --git a/mpd/.mpd/sticker.sql b/mpd/.mpd/sticker.sql new file mode 100644 index 0000000..5ba93ab Binary files /dev/null and b/mpd/.mpd/sticker.sql differ diff --git a/mpd/.mpd/tag_cache b/mpd/.mpd/tag_cache new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mpd/.mpd/tag_cache @@ -0,0 +1 @@ + -- cgit v1.2.1