From b7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 8 Feb 2015 04:59:37 -0500
Subject: update the rockbox (mpd + ncmpcpp)

---
 mpd/.config/mpd/mpd.conf          |  437 -----------
 mpd/.config/mpd/mpd.db            |    1 -
 mpd/.config/mpd/mpd.fifo          |    0
 mpd/.config/mpd/mpd.log           |    1 -
 mpd/.config/mpd/mpd.pid           |    1 -
 mpd/.config/mpd/mpdstate          |    1 -
 mpd/.config/mpd/playlists/all.m3u |  145 ----
 mpd/.config/mpd/sticker.sql       |  Bin 3072 -> 0 bytes
 mpd/.config/mpd/tag_cache         | 1483 -------------------------------------
 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 +
 17 files changed, 43 insertions(+), 2069 deletions(-)
 delete mode 100755 mpd/.config/mpd/mpd.conf
 delete mode 100755 mpd/.config/mpd/mpd.db
 delete mode 100755 mpd/.config/mpd/mpd.fifo
 delete mode 100755 mpd/.config/mpd/mpd.log
 delete mode 100644 mpd/.config/mpd/mpd.pid
 delete mode 100755 mpd/.config/mpd/mpdstate
 delete mode 100644 mpd/.config/mpd/playlists/all.m3u
 delete mode 100644 mpd/.config/mpd/sticker.sql
 delete mode 100644 mpd/.config/mpd/tag_cache
 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')

diff --git a/mpd/.config/mpd/mpd.conf b/mpd/.config/mpd/mpd.conf
deleted file mode 100755
index 1fab2fe..0000000
--- a/mpd/.config/mpd/mpd.conf
+++ /dev/null
@@ -1,437 +0,0 @@
-# An example configuration file for MPD
-# See the mpd.conf man page for a more detailed description of each parameter.
-
-
-# Files and directories #######################################################
-#
-# This setting controls the top directory which MPD will search to discover the
-# available audio files and add them to the daemon's online database. This 
-# setting defaults to the XDG directory, otherwise the music directory will be
-# be disabled and audio files will only be accepted over ipc socket (using
-# file:// protocol) or streaming files over an accepted protocol.
-#
-music_directory		"/home/xero/music"
-#
-# This setting sets the MPD internal playlist directory. The purpose of this
-# directory is storage for playlists created by MPD. The server will use 
-# playlist files not created by the server but only if they are in the MPD
-# format. This setting defaults to playlist saving being disabled.
-#
-playlist_directory		"/home/xero/.config/mpd/playlists"
-#
-# This setting sets the location of the MPD database. This file is used to
-# load the database at server start up and store the database while the 
-# server is not up. This setting defaults to disabled which will allow
-# MPD to accept files over ipc socket (using file:// protocol) or streaming
-# files over an accepted protocol.
-#
-db_file			"/home/xero/.config/mpd/tag_cache"
-# 
-# These settings are the locations for the daemon log files for the daemon.
-# These logs are great for troubleshooting, depending on your log_level
-# settings.
-#
-# The special value "syslog" makes MPD use the local syslog daemon. This
-# setting defaults to logging to syslog, otherwise logging is disabled.
-#
-log_file			"/home/xero/.config/mpd/mpd.log"
-#
-# This setting sets the location of the file which stores the process ID
-# for use of mpd --kill and some init scripts. This setting is disabled by
-# default and the pid file will not be stored.
-#
-pid_file			"/home/xero/.config/mpd/mpd.pid"
-#
-# This setting sets the location of the file which contains information about
-# most variables to get MPD back into the same general shape it was in before
-# it was brought down. This setting is disabled by default and the server 
-# state will be reset on server start up.
-#
-state_file			"/home/xero/.config/mpd/mpdstate"
-#
-# The location of the sticker database.  This is a database which
-# manages dynamic information attached to songs.
-#
-sticker_file                   "/home/xero/.config/mpd/sticker.sql"
-#
-###############################################################################
-
-
-# General music daemon options ################################################
-#
-# This setting specifies the user that MPD will run as. MPD should never run as
-# root and you may use this setting to make MPD change its user ID after
-# initialization. This setting is disabled by default and MPD is run as the
-# current user.
-#
-#user				"mpd"
-#
-# This setting specifies the group that MPD will run as. If not specified
-# primary group of user specified with "user" setting will be used (if set).
-# This is useful if MPD needs to be a member of group such as "audio" to
-# have permission to use sound card.
-#
-#group                          "nogroup"
-#
-# This setting sets the address for the daemon to listen on. Careful attention
-# should be paid if this is assigned to anything other then the default, any.
-# This setting can deny access to control of the daemon. Choose any if you want
-# to have mpd listen on every address
-#
-# For network
-bind_to_address		"127.0.0.1"
-#
-# And for Unix Socket
-#bind_to_address		"/var/run/mpd/socket"
-#
-# This setting is the TCP port that is desired for the daemon to get assigned
-# to.
-#8
-port				"6600"
-#
-# This setting controls the type of information which is logged. Available 
-# setting arguments are "default", "secure" or "verbose". The "verbose" setting
-# argument is recommended for troubleshooting, though can quickly stretch
-# available resources on limited hardware storage.
-#
-#log_level			"default"
-#
-# If you have a problem with your MP3s ending abruptly it is recommended that 
-# you set this argument to "no" to attempt to fix the problem. If this solves
-# the problem, it is highly recommended to fix the MP3 files with vbrfix
-# (available as vbrfix in the debian archive), at which
-# point gapless MP3 playback can be enabled.
-#
-gapless_mp3_playback			"yes"
-#
-# This setting enables MPD to create playlists in a format usable by other
-# music players.
-#
-#save_absolute_paths_in_playlists	"no"
-#
-# This setting defines a list of tag types that will be extracted during the 
-# audio file discovery process. Optionally, 'comment' can be added to this
-# list.
-#
-#metadata_to_use	"artist,album,title,track,name,genre,date,composer,performer,disc"
-#
-# This setting enables automatic update of MPD's database when files in 
-# music_directory are changed.
-#
-#auto_update    "yes"
-#
-# Limit the depth of the directories being watched, 0 means only watch
-# the music directory itself.  There is no limit by default.
-#
-#auto_update_depth "3"
-#
-###############################################################################
-
-
-# Symbolic link behavior ######################################################
-#
-# If this setting is set to "yes", MPD will discover audio files by following 
-# symbolic links outside of the configured music_directory.
-#
-#follow_outside_symlinks	"yes"
-#
-# If this setting is set to "yes", MPD will discover audio files by following
-# symbolic links inside of the configured music_directory.
-#
-#follow_inside_symlinks		"yes"
-#
-###############################################################################
-
-
-# Zeroconf / Avahi Service Discovery ##########################################
-#
-# If this setting is set to "yes", service information will be published with
-# Zeroconf / Avahi.
-#
-#zeroconf_enabled		"yes"
-#
-# The argument to this setting will be the Zeroconf / Avahi unique name for
-# this MPD server on the network.
-#
-#zeroconf_name			"Music Player"
-#
-###############################################################################
-
-
-# Permissions #################################################################
-#
-# If this setting is set, MPD will require password authorization. The password
-# can setting can be specified multiple times for different password profiles.
-#
-#password                        "password@read,add,control,admin"
-#
-# This setting specifies the permissions a user has who has not yet logged in. 
-#
-#default_permissions             "read,add,control,admin"
-#
-###############################################################################
-
-
-# Input #######################################################################
-#
-
-input {
-        plugin "curl"
-#       proxy "proxy.isp.com:8080"
-#       proxy_user "user"
-#       proxy_password "password"
-}
-
-#
-###############################################################################
-
-# Audio Output ################################################################
-#
-# MPD supports various audio output types, as well as playing through multiple 
-# audio outputs at the same time, through multiple audio_output settings 
-# blocks. Setting this block is optional, though the server will only attempt
-# autodetection for one sound card.
-#
-# See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of 
-# other audio outputs.
-#
-# An example of an ALSA output:
-#
-audio_output {
-	type		"alsa"
-	name		"My ALSA Device"
-	device		"hw:0,0"	# optional
-	format		"44100:16:2"	# optional
-	mixer_device	"default"	# optional
-	mixer_control	"PCM"		# optional
-	mixer_index	"0"		# optional
-}
-#
-# visuializer
-#
-audio_output {
-    type                    "fifo"
-    name                    "my_fifo"
-    path                    "/tmp/mpd.fifo"
-    format                  "44100:16:2"
-}
-#
-# An example of an OSS output:
-#
-#audio_output {
-#	type		"oss"
-#	name		"My OSS Device"
-#	device		"/dev/dsp"	# optional
-#	format		"44100:16:2"	# optional
-#	mixer_device	"/dev/mixer"	# optional
-#	mixer_control	"PCM"		# optional
-#}
-#
-# An example of a shout output (for streaming to Icecast):
-#
-#audio_output {
-#	type		"shout"
-#	encoding	"ogg"			# optional
-#	name		"My Shout Stream"
-#	host		"localhost"
-#	port		"8000"
-#	mount		"/mpd.ogg"
-#	password	"hackme"
-#	quality		"5.0"
-#	bitrate		"128"
-#	format		"44100:16:1"
-#	protocol	"icecast2"		# optional
-#	user		"source"		# optional
-#	description	"My Stream Description"	# optional
-#	genre		"jazz"			# optional
-#	public		"no"			# optional
-#	timeout		"2"			# optional
-#}
-#
-# An example of a recorder output:
-#
-#audio_output {
-#       type            "recorder"
-#       name            "My recorder"
-#       encoder         "vorbis"                # optional, vorbis or lame
-#       path            "/var/lib/mpd/recorder/mpd.ogg"
-##      quality         "5.0"                   # do not define if bitrate is defined
-#       bitrate         "128"                   # do not define if quality is defined
-#       format          "44100:16:1"
-#}
-#
-# An example of a httpd output (built-in HTTP streaming server):
-#
-#audio_output {
-#	type		"httpd"
-#	name		"My HTTP Stream"
-#	encoder		"vorbis"		# optional, vorbis or lame
-#	port		"8000"
-#	quality		"5.0"			# do not define if bitrate is defined
-#	bitrate		"128"			# do not define if quality is defined
-#	format		"44100:16:1"
-#}
-#
-# An example of a pulseaudio output (streaming to a remote pulseaudio server)
-#
-#audio_output {
-#	type		"pulse"
-#	name		"My Pulse Output"
-#	server		"remote_server"		# optional
-#	sink		"remote_server_sink"	# optional
-#}
-#
-## Example "pipe" output:
-#
-#audio_output {
-#	type		"pipe"
-#	name		"my pipe"
-#	command		"aplay -f cd 2>/dev/null"
-## Or if you're want to use AudioCompress
-#	command		"AudioCompress -m | aplay -f cd 2>/dev/null"
-## Or to send raw PCM stream through PCM:
-#	command		"nc example.org 8765"
-#	format		"44100:16:2"
-#}
-#
-## An example of a null output (for no audio output):
-#
-#audio_output {
-#	type		"null"
-#	name		"My Null Output"
-#}
-#
-# This setting will change all decoded audio to be converted to the specified
-# format before being passed to the audio outputs. By default, this setting is
-# disabled.
-#
-#audio_output_format		"44100:16:2"
-#
-# If MPD has been compiled with libsamplerate support, this setting specifies 
-# the sample rate converter to use.  Possible values can be found in the 
-# mpd.conf man page or the libsamplerate documentation. By default, this is
-# setting is disabled.
-#
-#samplerate_converter		"Fastest Sinc Interpolator"
-#
-###############################################################################
-
-
-# Volume control mixer ########################################################
-#
-# These are the global volume control settings. By default, this setting will
-# be detected to the available audio output device, with preference going to 
-# hardware mixing. Hardware and software mixers for individual audio_output
-# sections cannot yet be mixed.
-#
-# An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
-# setting is used other sound applications will be affected by the volume
-# being controlled by MPD.
-#
-#mixer_type			"hardware"
-#
-# An example for controlling all mixers through software. This will control
-# all controls, even if the mixer is not supported by the device and will not
-# affect any other sound producing applications.
-#
-mixer_type			"software"
-#
-# This example will not allow MPD to touch the mixer at all and will disable
-# all volume controls.
-#
-#mixer_type			"disabled"
-#
-###############################################################################
-
-
-# Normalization automatic volume adjustments ##################################
-#
-# This setting specifies the type of ReplayGain to use. This setting can have
-# the argument "album" or "track". See <http://www.replaygain.org> for more
-# details. This setting is disabled by default.
-#
-#replaygain			"album"
-#
-# This setting sets the pre-amp used for files that have ReplayGain tags. By
-# default this setting is disabled.
-#
-#replaygain_preamp		"0"
-#
-# This setting enables on-the-fly normalization volume adjustment. This will
-# result in the volume of all playing audio to be adjusted so the output has 
-# equal "loudness". This setting is disabled by default.
-#
-#volume_normalization		"no"
-#
-###############################################################################
-
-
-# MPD Internal Buffering ######################################################
-#
-# This setting adjusts the size of internal decoded audio buffering. Changing
-# this may have undesired effects. Don't change this if you don't know what you
-# are doing.
-#
-#audio_buffer_size		"2048"
-#
-# This setting controls the percentage of the buffer which is filled before 
-# beginning to play. Increasing this reduces the chance of audio file skipping, 
-# at the cost of increased time prior to audio playback.
-#
-#buffer_before_play		"10%"
-#
-###############################################################################
-
-
-# Resource Limitations ########################################################
-#
-# These settings are various limitations to prevent MPD from using too many
-# resources. Generally, these settings should be minimized to prevent security
-# risks, depending on the operating resources.
-#
-#connection_timeout		"60"
-#max_connections		"10"
-#max_playlist_length		"16384"
-#max_command_list_size		"2048"
-#max_output_buffer_size		"8192"
-#
-###############################################################################
-
-
-# Character Encoding ##########################################################
-#
-# If file or directory names do not display correctly for your locale then you 
-# may need to modify this setting. After modification of this setting mpd 
-# --create-db must be run to change the database.
-#
-filesystem_charset		"UTF-8"
-#
-# This setting controls the encoding that ID3v1 tags should be converted from.
-#
-id3v1_encoding			"UTF-8"
-#
-###############################################################################
-# SIDPlay decoder #############################################################
-#
-# songlength_database:
-#  Location of your songlengths file, as distributed with the HVSC.
-#  The sidplay plugin checks this for matching MD5 fingerprints.
-#  See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
-#
-# default_songlength:
-#  This is the default playing time in seconds for songs not in the
-#  songlength database, or in case you're not using a database.
-#  A value of 0 means play indefinitely.
-#
-# filter:
-#  Turns the SID filter emulation on or off.
-#
-#decoder {
-#       plugin                  "sidplay"
-#       songlength_database     "/media/C64Music/DOCUMENTS/Songlengths.txt"
-#       default_songlength      "120"
-#       filter "true"
-#}
-#
-###############################################################################
-
diff --git a/mpd/.config/mpd/mpd.db b/mpd/.config/mpd/mpd.db
deleted file mode 100755
index 8b13789..0000000
--- a/mpd/.config/mpd/mpd.db
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mpd/.config/mpd/mpd.fifo b/mpd/.config/mpd/mpd.fifo
deleted file mode 100755
index e69de29..0000000
diff --git a/mpd/.config/mpd/mpd.log b/mpd/.config/mpd/mpd.log
deleted file mode 100755
index 8b13789..0000000
--- a/mpd/.config/mpd/mpd.log
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mpd/.config/mpd/mpd.pid b/mpd/.config/mpd/mpd.pid
deleted file mode 100644
index 8b13789..0000000
--- a/mpd/.config/mpd/mpd.pid
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mpd/.config/mpd/mpdstate b/mpd/.config/mpd/mpdstate
deleted file mode 100755
index 8b13789..0000000
--- a/mpd/.config/mpd/mpdstate
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mpd/.config/mpd/playlists/all.m3u b/mpd/.config/mpd/playlists/all.m3u
deleted file mode 100644
index bb1b089..0000000
--- a/mpd/.config/mpd/playlists/all.m3u
+++ /dev/null
@@ -1,145 +0,0 @@
-black.wizard/06. Kill the City.mp3
-black.wizard/05. Winds of Helliwell (Acoustic).mp3
-black.wizard/07. Black Fog.mp3
-black.wizard/03. Waves.mp3
-black.wizard/02. Evergreen.mp3
-black.wizard/01. Long Way Home.mp3
-black.wizard/04. Drugs.mp3
-brimstone.coven/I/04-Brimstone Coven _ Son Of The Morning.mp3
-brimstone.coven/I/03-Brimstone Coven _ The Ancients.mp3
-brimstone.coven/I/01-Brimstone Coven _ I n t r o d u c t i o n.mp3
-brimstone.coven/I/05-Brimstone Coven _ LoSt in the oDyssey.mp3
-brimstone.coven/I/06-Brimstone Coven _ Children Of The Sun.mp3
-brimstone.coven/I/02-Brimstone Coven _ We Are Forever.mp3
-brimstone.coven/I/07-Brimstone Coven _ O u t r o.mp3
-brimstone.coven/II/06-Brimstone Coven _ Lord And Master.mp3
-brimstone.coven/II/08-Brimstone Coven _ The Seance.mp3
-brimstone.coven/II/01-Brimstone Coven _ Cosmic Communion.mp3
-brimstone.coven/II/07-Brimstone Coven _ Vying.mp3
-brimstone.coven/II/05-Brimstone Coven _ The Grave.mp3
-brimstone.coven/II/10-Brimstone Coven _ The Folly Of Faust.mp3
-brimstone.coven/II/03-Brimstone Coven _ The Black Door.mp3
-brimstone.coven/II/09-Brimstone Coven _ Hades Hymn.mp3
-brimstone.coven/II/02-Brimstone Coven _ Behold, the Anunnaki.mp3
-brimstone.coven/II/04-Brimstone Coven _ Blood On The Wall.mp3
-converge/jane.doe/05 - Converge - Homewrecker.mp3
-converge/jane.doe/02 - Converge - Fault And Fracture.mp3
-converge/jane.doe/06 - Converge - The Broken Vow.mp3
-converge/jane.doe/01 - Converge - Concubine.mp3
-converge/jane.doe/07 - Converge - Bitter And Then Some.mp3
-converge/jane.doe/08 - Converge - Heaven In Her Arms.mp3
-converge/jane.doe/11 - Converge - Thaw.mp3
-converge/jane.doe/10 - Converge - Phoenix In Flames.mp3
-converge/jane.doe/09 - Converge - Phoenix In Flight.mp3
-converge/jane.doe/03 - Converge - Distance And Meaning.mp3
-converge/jane.doe/04 - Converge - Hell To Pay.mp3
-converge/jane.doe/12 - Converge - Jane Doe.mp3
-The Black Dahlia Murder/miasma/06 Novelty Crosses.mp3
-The Black Dahlia Murder/miasma/10 Miasma.mp3
-The Black Dahlia Murder/miasma/01 Built For Sin.mp3
-The Black Dahlia Murder/miasma/04 Statutory Ape.mp3
-The Black Dahlia Murder/miasma/02 I'm Charming.mp3
-The Black Dahlia Murder/miasma/09 Spite Suicide.mp3
-The Black Dahlia Murder/miasma/07 Dave Goes To Hollywood.mp3
-The Black Dahlia Murder/miasma/05 A Vulgar Picture.mp3
-The Black Dahlia Murder/miasma/03 Flies.mp3
-The Black Dahlia Murder/miasma/08 Miscarriage.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 03 - Elder Misanthropy.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 01 - Unhallowed.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 12 - Built For Sin.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 15 - Spite Suicide.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 08 - Hymn For The Wretched.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 09 - Closed Casket Requiem.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 06 - Thy Horror Cosmic.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 04 - Contagion.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 10 - Apex.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 05 - When The Last Grave Has Emptied.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 07 - The Blackest Incarnation.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 11 - Burning The Hive.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 02 - Funeral Thirst.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 14 - A Vulgar Picture.mp3
-The Black Dahlia Murder/unhallowed/The Black Dahlia Murder - 13 - Miasma.mp3
-galaktikon/1-07 Arena War of the Immortal Masters.mp3
-galaktikon/1-08 Dangertits.mp3
-galaktikon/1-03 Beastblade.mp3
-galaktikon/1-04 Deathwaltz.mp3
-galaktikon/1-06 You Can't Run Away.mp3
-galaktikon/1-05 Truth Orb and the Kill Pool.mp3
-galaktikon/1-01 Triton.mp3
-galaktikon/1-09 On My Way.mp3
-galaktikon/1-02 Prophecy of the Lazer Witch.mp3
-Turbonegro - Party Animals - V0/04 - Turbonegro - City Of Satan.mp3
-Turbonegro - Party Animals - V0/10 - Turbonegro - Babylon Forever.mp3
-Turbonegro - Party Animals - V0/01 - Turbonegro - Intro- The Party Zone.mp3
-Turbonegro - Party Animals - V0/02 - Turbonegro - All my Friends Are Dead.mp3
-Turbonegro - Party Animals - V0/07 - Turbonegro - High On The Crime.mp3
-Turbonegro - Party Animals - V0/03 - Turbonegro - Blow Me (Like The Wind).mp3
-Turbonegro - Party Animals - V0/06 - Turbonegro - Wasted Again.mp3
-Turbonegro - Party Animals - V0/05 - Turbonegro - Death From Above.mp3
-Turbonegro - Party Animals - V0/08 - Turbonegro - If You See Kaye (Tell Her I L-O-V-E Her).mp3
-Turbonegro - Party Animals - V0/12 - Turbonegro - Final Warning.mp3
-Turbonegro - Party Animals - V0/09 - Turbonegro - Stay Free.mp3
-Turbonegro - Party Animals - V0/11 - Turbonegro - Hot Stuff,Hot Shit.mp3
-Unfortunately We're Not Robots/13 - I Lost My Job To A Machine.mp3
-Unfortunately We're Not Robots/10 - You'd Be Cuter If I Shot You In The Face.mp3
-Unfortunately We're Not Robots/05 - 100 M.P.H. Vomit Dedicated To Jon.mp3
-Unfortunately We're Not Robots/03 - All.mp3
-Unfortunately We're Not Robots/12 - Your Idea Of Fascism And Global Intervention Makes Me Puke.mp3
-Unfortunately We're Not Robots/15 - Rich Hall (Runner Up In A Carson Daly Lookalike Contest).mp3
-Unfortunately We're Not Robots/09 - Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You.mp3
-Unfortunately We're Not Robots/06 - On The Run From Johnny Law Ain't No Trip To Cleveland.mp3
-Unfortunately We're Not Robots/04 - Dead.mp3
-Unfortunately We're Not Robots/02 - Are.mp3
-Unfortunately We're Not Robots/14 - Kissing You Is Like Licking An Ashtray.mp3
-Unfortunately We're Not Robots/11 - Make Like A Computer And Get With The Program.mp3
-Unfortunately We're Not Robots/07 - Ted Nugent Goes AOL.mp3
-Unfortunately We're Not Robots/08 - Total Pandemonium.mp3
-Unfortunately We're Not Robots/01 - We.mp3
-Jane Doe/05 - Converge - Homewrecker.mp3
-Jane Doe/02 - Converge - Fault And Fracture.mp3
-Jane Doe/06 - Converge - The Broken Vow.mp3
-Jane Doe/01 - Converge - Concubine.mp3
-Jane Doe/07 - Converge - Bitter And Then Some.mp3
-Jane Doe/08 - Converge - Heaven In Her Arms.mp3
-Jane Doe/11 - Converge - Thaw.mp3
-Jane Doe/10 - Converge - Phoenix In Flames.mp3
-Jane Doe/09 - Converge - Phoenix In Flight.mp3
-Jane Doe/03 - Converge - Distance And Meaning.mp3
-Jane Doe/04 - Converge - Hell To Pay.mp3
-Jane Doe/12 - Converge - Jane Doe.mp3
-Metal Metroid/supermetroid_bossmedley.mp3
-Metal Metroid/metal.metroid_03-brinstar.mp3
-Metal Metroid/metal.metroid_04-item.room.mp3
-Metal Metroid/metal.metroid_09-tourian-motherbrain.mp3
-Metal Metroid/metal.metroid_02-theme.mp3
-Metal Metroid/metal.metroid_11-ending.mp3
-Metal Metroid/metal.metroid_01-intro.mp3
-Metal Metroid/supermetroid_maridia.mp3
-Metal Metroid/metal.metroid_05-itemcollect.mp3
-Metal Metroid/metal.metroid_10-escape.mp3
-Metal Metroid/supermetroid_lowernorfair.mp3
-Metal Metroid/supermetroid_brinstar.mp3
-Metal Metroid/metal.metroid_06-norfair.mp3
-Metal Metroid/metal.metroid_08-ridley.mp3
-Metal Metroid/metal.metroid_07-kraid.mp3
-curlupanddie/unfortunately.we.are.not.robots/13 - I Lost My Job To A Machine.mp3
-curlupanddie/unfortunately.we.are.not.robots/10 - You'd Be Cuter If I Shot You In The Face.mp3
-curlupanddie/unfortunately.we.are.not.robots/05 - 100 M.P.H. Vomit Dedicated To Jon.mp3
-curlupanddie/unfortunately.we.are.not.robots/03 - All.mp3
-curlupanddie/unfortunately.we.are.not.robots/12 - Your Idea Of Fascism And Global Intervention Makes Me Puke.mp3
-curlupanddie/unfortunately.we.are.not.robots/15 - Rich Hall (Runner Up In A Carson Daly Lookalike Contest).mp3
-curlupanddie/unfortunately.we.are.not.robots/09 - Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You.mp3
-curlupanddie/unfortunately.we.are.not.robots/06 - On The Run From Johnny Law Ain't No Trip To Cleveland.mp3
-curlupanddie/unfortunately.we.are.not.robots/04 - Dead.mp3
-curlupanddie/unfortunately.we.are.not.robots/02 - Are.mp3
-curlupanddie/unfortunately.we.are.not.robots/14 - Kissing You Is Like Licking An Ashtray.mp3
-curlupanddie/unfortunately.we.are.not.robots/11 - Make Like A Computer And Get With The Program.mp3
-curlupanddie/unfortunately.we.are.not.robots/07 - Ted Nugent Goes AOL.mp3
-curlupanddie/unfortunately.we.are.not.robots/08 - Total Pandemonium.mp3
-curlupanddie/unfortunately.we.are.not.robots/01 - We.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/01 - And Then The Robots Killed.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/05 - Proclaimed Bat Hunter.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/02 - Absolute Denial Of The Ultimate Nullifier.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/03 - Hella Vegas Kids Say Hella.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/06 - Nest Of The Face Hugger.mp3
-curlupanddie/the.old.good.bug.is.a.dead.bug/04 - Up Up Down Down Left Right Left Right B A Start.mp3
diff --git a/mpd/.config/mpd/sticker.sql b/mpd/.config/mpd/sticker.sql
deleted file mode 100644
index 9e3c599..0000000
Binary files a/mpd/.config/mpd/sticker.sql and /dev/null differ
diff --git a/mpd/.config/mpd/tag_cache b/mpd/.config/mpd/tag_cache
deleted file mode 100644
index 879dd6a..0000000
--- a/mpd/.config/mpd/tag_cache
+++ /dev/null
@@ -1,1483 +0,0 @@
-info_begin
-format: 1
-mpd_version: 0.18.11
-fs_charset: UTF-8
-tag: Artist
-tag: ArtistSort
-tag: Album
-tag: AlbumArtist
-tag: AlbumArtistSort
-tag: Title
-tag: Track
-tag: Name
-tag: Genre
-tag: Date
-tag: Composer
-tag: Performer
-tag: Disc
-tag: MUSICBRAINZ_ARTISTID
-tag: MUSICBRAINZ_ALBUMID
-tag: MUSICBRAINZ_ALBUMARTISTID
-tag: MUSICBRAINZ_TRACKID
-info_end
-directory: Jane Doe
-mtime: 1401999688
-begin: Jane Doe
-song_begin: 01 - Converge - Concubine.mp3
-Time: 79
-Artist: Converge
-Title: Concubine
-Album: Jane Doe
-Track: 1
-Date: 2001
-Genre: Hardcore
-mtime: 1401999682
-song_end
-song_begin: 02 - Converge - Fault And Fracture.mp3
-Time: 185
-Artist: Converge
-Title: Fault And Fracture
-Album: Jane Doe
-Track: 2
-Date: 2001
-Genre: Hardcore
-mtime: 1401583232
-song_end
-song_begin: 03 - Converge - Distance And Meaning.mp3
-Time: 258
-Artist: Converge
-Title: Distance And Meaning
-Album: Jane Doe
-Track: 3
-Date: 2001
-Genre: Hardcore
-mtime: 1401999771
-song_end
-song_begin: 04 - Converge - Hell To Pay.mp3
-Time: 272
-Artist: Converge
-Title: Hell To Pay
-Album: Jane Doe
-Track: 4
-Date: 2001
-Genre: Hardcore
-mtime: 1401583769
-song_end
-song_begin: 05 - Converge - Homewrecker.mp3
-Time: 231
-Artist: Converge
-Title: Homewrecker
-Album: Jane Doe
-Track: 5
-Date: 2001
-Genre: Hardcore
-mtime: 1401584287
-song_end
-song_begin: 06 - Converge - The Broken Vow.mp3
-Time: 133
-Artist: Converge
-Title: The Broken Vow
-Album: Jane Doe
-Track: 6
-Date: 2001
-Genre: Hardcore
-mtime: 1401583980
-song_end
-song_begin: 07 - Converge - Bitter And Then Some.mp3
-Time: 88
-Artist: Converge
-Title: Bitter And Then Some
-Album: Jane Doe
-Track: 7
-Date: 2001
-Genre: Hardcore
-mtime: 1401582825
-song_end
-song_begin: 08 - Converge - Heaven In Her Arms.mp3
-Time: 241
-Artist: Converge
-Title: Heaven In Her Arms
-Album: Jane Doe
-Track: 8
-Date: 2001
-Genre: Hardcore
-mtime: 1401584734
-song_end
-song_begin: 09 - Converge - Phoenix In Flight.mp3
-Time: 229
-Artist: Converge
-Title: Phoenix In Flight
-Album: Jane Doe
-Track: 9
-Date: 2001
-Genre: Hardcore
-mtime: 1401999769
-song_end
-song_begin: 10 - Converge - Phoenix In Flames.mp3
-Time: 42
-Artist: Converge
-Title: Phoenix In Flames
-Album: Jane Doe
-Track: 10
-Date: 2001
-Genre: Hardcore
-mtime: 1401583337
-song_end
-song_begin: 11 - Converge - Thaw.mp3
-Time: 270
-Artist: Converge
-Title: Thaw
-Album: Jane Doe
-Track: 11
-Date: 2001
-Genre: Hardcore
-mtime: 1401583604
-song_end
-song_begin: 12 - Converge - Jane Doe.mp3
-Time: 694
-Artist: Converge
-Title: Jane Doe
-Album: Jane Doe
-Track: 12
-Date: 2001
-Genre: Hardcore
-mtime: 1401999685
-song_end
-playlist_begin: Converge - Jane Doe.m3u
-mtime: 1401583234
-playlist_end
-end: Jane Doe
-directory: Metal Metroid
-mtime: 1292790433
-begin: Metal Metroid
-song_begin: metal.metroid_01-intro.mp3
-Time: 27
-Artist: metal.metroid
-Title: 02 - intro
-Date: 2003
-Genre: Game
-mtime: 1096580414
-song_end
-song_begin: metal.metroid_02-theme.mp3
-Time: 153
-Artist: metal.metroid
-Title: 01 - the.theme
-Date: 2003
-Genre: Game
-mtime: 1096580408
-song_end
-song_begin: metal.metroid_03-brinstar.mp3
-Time: 145
-Artist: metal.metroid
-Title: 03 - brinstar
-mtime: 1096580422
-song_end
-song_begin: metal.metroid_04-item.room.mp3
-Time: 133
-Artist: metal.metroid
-Title: 04 - item.room
-Date: 2003
-Genre: Game
-mtime: 1096580430
-song_end
-song_begin: metal.metroid_05-itemcollect.mp3
-Time: 57
-Artist: metal.metroid
-Title: 05 - item.collect
-Date: 2004
-Genre: Game
-mtime: 1096580486
-song_end
-song_begin: metal.metroid_06-norfair.mp3
-Time: 219
-Artist: metal.metroid
-Title: 06 - norfair
-Date: 2003
-Genre: Game
-mtime: 1096580492
-song_end
-song_begin: metal.metroid_07-kraid.mp3
-Time: 179
-Artist: metal.metroid
-Title: 07 - kraid
-Date: 2003
-Genre: Game
-mtime: 1096580498
-song_end
-song_begin: metal.metroid_08-ridley.mp3
-Time: 136
-Artist: metal.metroid
-Title: 08 - ridley
-Date: 2003
-Genre: Game
-mtime: 1096580504
-song_end
-song_begin: metal.metroid_09-tourian-motherbrain.mp3
-Time: 192
-Artist: metal.metroid
-Title: 09 - tourian / mother.brain
-Date: 2004
-Genre: Game
-mtime: 1096580370
-song_end
-song_begin: metal.metroid_10-escape.mp3
-Time: 218
-Artist: metal.metroid
-Title: 10 - the escape
-Date: 2004
-Genre: Game
-mtime: 1096580332
-song_end
-song_begin: metal.metroid_11-ending.mp3
-Time: 305
-Artist: metal.metroid
-Title: 11 - the ending
-Date: 2004
-Genre: Game
-mtime: 1096580308
-song_end
-song_begin: supermetroid_bossmedley.mp3
-Time: 420
-Artist: Stemage
-Title: Super Metroid Metal - Boss Medley
-Date: 2005
-Genre: Game
-Genre: Game
-Composer: Grant Henry
-mtime: 1153151498
-song_end
-song_begin: supermetroid_brinstar.mp3
-Time: 320
-Artist: Stemage
-Title: Super Metroid Metal - Brinstar
-Date: 2006
-Composer: Grant Henry
-mtime: 1153151492
-song_end
-song_begin: supermetroid_lowernorfair.mp3
-Time: 287
-Artist: Stemage
-Title: Super Metroid Metal - Lower Norfair
-Date: 2004
-Genre: Game
-Genre: Game
-Composer: Grant Henry
-mtime: 1153151528
-song_end
-song_begin: supermetroid_maridia.mp3
-Time: 231
-Artist: Stemage
-Title: Super Metroid Metal - Maridia
-Date: 2005
-Genre: Game
-Genre: Game
-Composer: Grant Henry
-mtime: 1153151514
-song_end
-end: Metal Metroid
-directory: The Black Dahlia Murder
-mtime: 1338068980
-begin: The Black Dahlia Murder
-directory: miasma
-mtime: 1338068838
-begin: The Black Dahlia Murder/miasma
-song_begin: 01 Built For Sin.mp3
-Time: 75
-mtime: 1304616492
-song_end
-song_begin: 02 I'm Charming.mp3
-Time: 175
-mtime: 1304616498
-song_end
-song_begin: 03 Flies.mp3
-Time: 207
-mtime: 1304616502
-song_end
-song_begin: 04 Statutory Ape.mp3
-Time: 222
-mtime: 1304616508
-song_end
-song_begin: 05 A Vulgar Picture.mp3
-Time: 218
-mtime: 1304616522
-song_end
-song_begin: 06 Novelty Crosses.mp3
-Time: 232
-mtime: 1304616532
-song_end
-song_begin: 07 Dave Goes To Hollywood.mp3
-Time: 239
-mtime: 1304616534
-song_end
-song_begin: 08 Miscarriage.mp3
-Time: 189
-mtime: 1304616550
-song_end
-song_begin: 09 Spite Suicide.mp3
-Time: 172
-mtime: 1304616554
-song_end
-song_begin: 10 Miasma.mp3
-Time: 282
-mtime: 1304616554
-song_end
-end: The Black Dahlia Murder/miasma
-directory: unhallowed
-mtime: 1338068827
-begin: The Black Dahlia Murder/unhallowed
-song_begin: The Black Dahlia Murder - 01 - Unhallowed.mp3
-Time: 122
-Artist: The Black Dahlia Murder
-Title: Unhallowed
-Album: Unhallowed++
-Track: 1
-Date: 2003
-Genre: Metalcore
-mtime: 1150743380
-song_end
-song_begin: The Black Dahlia Murder - 02 - Funeral Thirst.mp3
-Time: 237
-Artist: The Black Dahlia Murder
-Title: Funeral Thirst
-Album: Unhallowed++
-Track: 2
-Date: 2003
-Genre: Metalcore
-mtime: 1150743400
-song_end
-song_begin: The Black Dahlia Murder - 03 - Elder Misanthropy.mp3
-Time: 156
-Artist: The Black Dahlia Murder
-Title: Elder Misanthropy
-Album: Unhallowed++
-Track: 3
-Date: 2003
-Genre: Metalcore
-mtime: 1150743410
-song_end
-song_begin: The Black Dahlia Murder - 04 - Contagion.mp3
-Time: 205
-Artist: The Black Dahlia Murder
-Title: Contagion
-Album: Unhallowed++
-Track: 4
-Date: 2003
-Genre: Metalcore
-mtime: 1150743418
-song_end
-song_begin: The Black Dahlia Murder - 05 - When The Last Grave Has Emptied.mp3
-Time: 193
-Artist: The Black Dahlia Murder
-Title: When The Last Grave Has Emptied
-Album: Unhallowed++
-Track: 5
-Date: 2003
-Genre: Metalcore
-mtime: 1150743426
-song_end
-song_begin: The Black Dahlia Murder - 06 - Thy Horror Cosmic.mp3
-Time: 177
-Artist: The Black Dahlia Murder
-Title: Thy Horror Cosmic
-Album: Unhallowed++
-Track: 6
-Date: 2003
-Genre: Metalcore
-mtime: 1150743434
-song_end
-song_begin: The Black Dahlia Murder - 07 - The Blackest Incarnation.mp3
-Time: 285
-Artist: The Black Dahlia Murder
-Title: The Blackest Incarnation
-Album: Unhallowed++
-Track: 7
-Date: 2003
-Genre: Metalcore
-mtime: 1150743444
-song_end
-song_begin: The Black Dahlia Murder - 08 - Hymn For The Wretched.mp3
-Time: 261
-Artist: The Black Dahlia Murder
-Title: Hymn For The Wretched
-Album: Unhallowed++
-Track: 8
-Date: 2003
-Genre: Metalcore
-mtime: 1150743454
-song_end
-song_begin: The Black Dahlia Murder - 09 - Closed Casket Requiem.mp3
-Time: 267
-Artist: The Black Dahlia Murder
-Title: Closed Casket Requiem
-Album: Unhallowed++
-Track: 9
-Date: 2003
-Genre: Metalcore
-mtime: 1150743464
-song_end
-song_begin: The Black Dahlia Murder - 10 - Apex.mp3
-Time: 307
-Artist: The Black Dahlia Murder
-Title: Apex
-Album: Unhallowed++
-Track: 10
-Date: 2003
-Genre: Metalcore
-mtime: 1150743476
-song_end
-song_begin: The Black Dahlia Murder - 11 - Burning The Hive.mp3
-Time: 65
-Artist: The Black Dahlia Murder
-Title: Burning The Hive
-Album: Unhallowed++
-Track: 11
-Date: 2003
-Genre: Metalcore
-mtime: 1150743478
-song_end
-song_begin: The Black Dahlia Murder - 12 - Built For Sin.mp3
-Time: 242
-Artist: The Black Dahlia Murder
-Title: Built For Sin
-Album: Unhallowed++
-Track: 12
-Date: 2003
-Genre: Metalcore
-mtime: 1150743486
-song_end
-song_begin: The Black Dahlia Murder - 13 - Miasma.mp3
-Time: 234
-Artist: The Black Dahlia Murder
-Title: Miasma
-Album: Unhallowed++
-Track: 13
-Date: 2003
-Genre: Metalcore
-mtime: 1150743496
-song_end
-song_begin: The Black Dahlia Murder - 14 - A Vulgar Picture.mp3
-Time: 266
-Artist: The Black Dahlia Murder
-Title: A Vulgar Picture
-Album: Unhallowed++
-Track: 14
-Date: 2003
-Genre: Metalcore
-mtime: 1150743504
-song_end
-song_begin: The Black Dahlia Murder - 15 - Spite Suicide.mp3
-Time: 154
-Artist: The Black Dahlia Murder
-Title: Spite Suicide
-Album: Unhallowed++
-Track: 15
-Date: 2003
-Genre: Metalcore
-mtime: 1150743510
-song_end
-end: The Black Dahlia Murder/unhallowed
-end: The Black Dahlia Murder
-directory: Turbonegro - Party Animals - V0
-mtime: 1401582607
-begin: Turbonegro - Party Animals - V0
-song_begin: 01 - Turbonegro - Intro- The Party Zone.mp3
-Time: 119
-Artist: Turbonegro
-Title: Intro: The Party Zone
-Album: Party Animals
-Track: 1
-Date: 2005
-Genre: Punk Rock
-mtime: 1401581172
-song_end
-song_begin: 02 - Turbonegro - All my Friends Are Dead.mp3
-Time: 156
-Artist: Turbonegro
-Title: All my Friends Are Dead
-Album: Party Animals
-Track: 2
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582058
-song_end
-song_begin: 03 - Turbonegro - Blow Me (Like The Wind).mp3
-Time: 197
-Artist: Turbonegro
-Title: Blow Me (Like The Wind)
-Album: Party Animals
-Track: 3
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582392
-song_end
-song_begin: 04 - Turbonegro - City Of Satan.mp3
-Time: 343
-Artist: Turbonegro
-Title: City Of Satan
-Album: Party Animals
-Track: 4
-Date: 2005
-Genre: Punk Rock
-mtime: 1401580839
-song_end
-song_begin: 05 - Turbonegro - Death From Above.mp3
-Time: 183
-Artist: Turbonegro
-Title: Death From Above
-Album: Party Animals
-Track: 5
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582712
-song_end
-song_begin: 06 - Turbonegro - Wasted Again.mp3
-Time: 187
-Artist: Turbonegro
-Title: Wasted Again
-Album: Party Animals
-Track: 6
-Date: 2005
-Genre: Punk Rock
-mtime: 1401581477
-song_end
-song_begin: 07 - Turbonegro - High On The Crime.mp3
-Time: 199
-Artist: Turbonegro
-Title: High On The Crime
-Album: Party Animals
-Track: 7
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582098
-song_end
-song_begin: 08 - Turbonegro - If You See Kaye (Tell Her I L-O-V-E Her).mp3
-Time: 179
-Artist: Turbonegro
-Title: If You See Kaye (Tell Her I L-
-Album: Party Animals
-Track: 8
-Date: 2005
-Genre: Punk Rock
-mtime: 1401581647
-song_end
-song_begin: 09 - Turbonegro - Stay Free.mp3
-Time: 225
-Artist: Turbonegro
-Title: Stay Free
-Album: Party Animals
-Track: 9
-Date: 2005
-Genre: Punk Rock
-mtime: 1401580274
-song_end
-song_begin: 10 - Turbonegro - Babylon Forever.mp3
-Time: 232
-Artist: Turbonegro
-Title: Babylon Forever
-Album: Party Animals
-Track: 10
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582963
-song_end
-song_begin: 11 - Turbonegro - Hot Stuff,Hot Shit.mp3
-Time: 240
-Artist: Turbonegro
-Title: Hot Stuff/Hot Shit
-Album: Party Animals
-Track: 11
-Date: 2005
-Genre: Punk Rock
-mtime: 1401582603
-song_end
-song_begin: 12 - Turbonegro - Final Warning.mp3
-Time: 606
-Artist: Turbonegro
-Title: Final Warning
-Album: Party Animals
-Track: 12
-Date: 2005
-Genre: Punk Rock
-mtime: 1401580824
-song_end
-end: Turbonegro - Party Animals - V0
-directory: Unfortunately We're Not Robots
-mtime: 1401999819
-begin: Unfortunately We're Not Robots
-song_begin: 01 - We.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: We
-Album: Unfortunately We're Not Robots
-Track: 1
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999775
-song_end
-song_begin: 02 - Are.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: Are
-Album: Unfortunately We're Not Robots
-Track: 2
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999782
-song_end
-song_begin: 03 - All.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: All
-Album: Unfortunately We're Not Robots
-Track: 3
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999777
-song_end
-song_begin: 04 - Dead.mp3
-Time: 6
-Artist: Curl Up And Die
-Title: Dead
-Album: Unfortunately We're Not Robots
-Track: 4
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999774
-song_end
-song_begin: 05 - 100 M.P.H. Vomit Dedicated To Jon.mp3
-Time: 24
-Artist: Curl Up And Die
-Title: 100 M.P.H. Vomit Dedicated To Jon
-Album: Unfortunately We're Not Robots
-Track: 5
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999773
-song_end
-song_begin: 06 - On The Run From Johnny Law Ain't No Trip To Cleveland.mp3
-Time: 74
-Artist: Curl Up And Die
-Title: On The Run From Johnny Law Ain't No Trip To Cleveland
-Album: Unfortunately We're Not Robots
-Track: 6
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999743
-song_end
-song_begin: 07 - Ted Nugent Goes AOL.mp3
-Time: 151
-Artist: Curl Up And Die
-Title: Ted Nugent Goes AOL
-Album: Unfortunately We're Not Robots
-Track: 7
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999769
-song_end
-song_begin: 08 - Total Pandemonium.mp3
-Time: 148
-Artist: Curl Up And Die
-Title: Total Pandemonium
-Album: Unfortunately We're Not Robots
-Track: 8
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999822
-song_end
-song_begin: 09 - Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You.mp3
-Time: 159
-Artist: Curl Up And Die
-Title: Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You
-Album: Unfortunately We're Not Robots
-Track: 9
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999814
-song_end
-song_begin: 10 - You'd Be Cuter If I Shot You In The Face.mp3
-Time: 490
-Artist: Curl Up And Die
-Title: You'd Be Cuter If I Shot You In The Face
-Album: Unfortunately We're Not Robots
-Track: 10
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1402000086
-song_end
-song_begin: 11 - Make Like A Computer And Get With The Program.mp3
-Time: 296
-Artist: Curl Up And Die
-Title: Make Like A Computer And Get With The Program
-Album: Unfortunately We're Not Robots
-Track: 11
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999801
-song_end
-song_begin: 12 - Your Idea Of Fascism And Global Intervention Makes Me Puke.mp3
-Time: 157
-Artist: Curl Up And Die
-Title: Your Idea Of Fascism And Global Intervention Makes Me Puke
-Album: Unfortunately We're Not Robots
-Track: 12
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999865
-song_end
-song_begin: 13 - I Lost My Job To A Machine.mp3
-Time: 80
-Artist: Curl Up And Die
-Title: I Lost My Job To A Machine
-Album: Unfortunately We're Not Robots
-Track: 13
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999752
-song_end
-song_begin: 14 - Kissing You Is Like Licking An Ashtray.mp3
-Time: 122
-Artist: Curl Up And Die
-Title: Kissing You Is Like Licking An Ashtray
-Album: Unfortunately We're Not Robots
-Track: 14
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999778
-song_end
-song_begin: 15 - Rich Hall (Runner Up In A Carson Daly Lookalike Contest).mp3
-Time: 425
-Artist: Curl Up And Die
-Title: Rich Hall (Runner Up In A Carson Daly Lookalike Contest)
-Album: Unfortunately We're Not Robots
-Track: 15
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1401999907
-song_end
-playlist_begin: Unfortunately We're Not Robots.cue
-mtime: 1401999817
-playlist_end
-playlist_begin: Curl Up And Die - Unfortunately We're Not Robots.m3u
-mtime: 1401999779
-playlist_end
-end: Unfortunately We're Not Robots
-directory: black.wizard
-mtime: 1401640787
-begin: black.wizard
-song_begin: 01. Long Way Home.mp3
-Time: 382
-Artist: Black Wizard
-Title: Long Way Home
-Album: Black Wizard
-Track: 1
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340593
-song_end
-song_begin: 02. Evergreen.mp3
-Time: 300
-Artist: Black Wizard
-Title: Evergreen
-Album: Black Wizard
-Track: 2
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340620
-song_end
-song_begin: 03. Waves.mp3
-Time: 214
-Artist: Black Wizard
-Title: Waves
-Album: Black Wizard
-Track: 3
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340587
-song_end
-song_begin: 04. Drugs.mp3
-Time: 344
-Artist: Black Wizard
-Title: Drugs
-Album: Black Wizard
-Track: 4
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340628
-song_end
-song_begin: 05. Winds of Helliwell (Acoustic).mp3
-Time: 125
-Artist: Black Wizard
-Title: Winds of Helliwell
-Album: Black Wizard
-Track: 5
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340553
-song_end
-song_begin: 06. Kill the City.mp3
-Time: 287
-Artist: Black Wizard
-Title: Kill the City
-Album: Black Wizard
-Track: 6
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340544
-song_end
-song_begin: 07. Black Fog.mp3
-Time: 361
-Artist: Black Wizard
-Title: Black Fog
-Album: Black Wizard
-Track: 7
-Date: 2010
-Genre: Stoner Metal
-mtime: 1399340645
-song_end
-end: black.wizard
-directory: brimstone.coven
-mtime: 1401640624
-begin: brimstone.coven
-directory: I
-mtime: 1401640639
-begin: brimstone.coven/I
-song_begin: 01-Brimstone Coven _ I n t r o d u c t i o n.mp3
-Time: 49
-Artist: Brimstone Coven
-Title: Brimstone Coven / I n t r o d u c t i o n
-Album: Brimstone Coven
-Track: 1
-Date: 2012
-Genre: Metal
-mtime: 1331156284
-song_end
-song_begin: 02-Brimstone Coven _ We Are Forever.mp3
-Time: 201
-Artist: Brimstone Coven
-Title: Brimstone Coven / We Are Forever
-Album: Brimstone Coven
-Track: 2
-Date: 2012
-Genre: Metal
-mtime: 1331156378
-song_end
-song_begin: 03-Brimstone Coven _ The Ancients.mp3
-Time: 193
-Artist: Brimstone Coven
-Title: Brimstone Coven / The Ancients
-Album: Brimstone Coven
-Track: 3
-Date: 2012
-Genre: Metal
-mtime: 1331156456
-song_end
-song_begin: 04-Brimstone Coven _ Son Of The Morning.mp3
-Time: 335
-Artist: Brimstone Coven
-Title: Brimstone Coven / Son Of The Morning
-Album: Brimstone Coven
-Track: 4
-Date: 2012
-Genre: Metal
-mtime: 1331156586
-song_end
-song_begin: 05-Brimstone Coven _ LoSt in the oDyssey.mp3
-Time: 234
-Artist: Brimstone Coven
-Title: Brimstone Coven / LoSt in the oDyssey
-Album: Brimstone Coven
-Track: 5
-Date: 2012
-Genre: Metal
-mtime: 1331156673
-song_end
-song_begin: 06-Brimstone Coven _ Children Of The Sun.mp3
-Time: 311
-Artist: Brimstone Coven
-Title: Brimstone Coven / Children Of The Sun
-Album: Brimstone Coven
-Track: 6
-Date: 2012
-Genre: Metal
-mtime: 1331156787
-song_end
-song_begin: 07-Brimstone Coven _ O u t r o.mp3
-Time: 641
-Artist: Brimstone Coven
-Title: Brimstone Coven / O u t r o
-Album: Brimstone Coven
-Track: 7
-Date: 2012
-Genre: Metal
-mtime: 1331157014
-song_end
-end: brimstone.coven/I
-directory: II
-mtime: 1401640644
-begin: brimstone.coven/II
-song_begin: 01-Brimstone Coven _ Cosmic Communion.mp3
-Time: 279
-Artist: Brimstone Coven
-Title: Brimstone Coven / Cosmic Communion
-Album: II
-Track: 1
-Genre: Unknown
-mtime: 1383782442
-song_end
-song_begin: 02-Brimstone Coven _ Behold, the Anunnaki.mp3
-Time: 345
-Artist: Brimstone Coven
-Title: Brimstone Coven / Behold, the Anunnaki
-Album: II
-Track: 2
-Genre: Unknown
-mtime: 1383782516
-song_end
-song_begin: 03-Brimstone Coven _ The Black Door.mp3
-Time: 231
-Artist: Brimstone Coven
-Title: Brimstone Coven / The Black Door
-Album: II
-Track: 3
-Genre: Unknown
-mtime: 1383782557
-song_end
-song_begin: 04-Brimstone Coven _ Blood On The Wall.mp3
-Time: 271
-Artist: Brimstone Coven
-Title: Brimstone Coven / Blood On The Wall
-Album: II
-Track: 4
-Genre: Unknown
-mtime: 1383782599
-song_end
-song_begin: 05-Brimstone Coven _ The Grave.mp3
-Time: 274
-Artist: Brimstone Coven
-Title: Brimstone Coven / The Grave
-Album: II
-Track: 5
-Genre: Unknown
-mtime: 1383782639
-song_end
-song_begin: 06-Brimstone Coven _ Lord And Master.mp3
-Time: 372
-Artist: Brimstone Coven
-Title: Brimstone Coven / Lord And Master
-Album: II
-Track: 6
-Genre: Unknown
-mtime: 1383782695
-song_end
-song_begin: 07-Brimstone Coven _ Vying.mp3
-Time: 287
-Artist: Brimstone Coven
-Title: Brimstone Coven / Vying
-Album: II
-Track: 7
-Genre: Unknown
-mtime: 1383782737
-song_end
-song_begin: 08-Brimstone Coven _ The Seance.mp3
-Time: 230
-Artist: Brimstone Coven
-Title: Brimstone Coven / The Seance
-Album: II
-Track: 8
-Genre: Unknown
-mtime: 1383782770
-song_end
-song_begin: 09-Brimstone Coven _ Hades Hymn.mp3
-Time: 88
-Artist: Brimstone Coven
-Title: Brimstone Coven / Hades Hymn
-Album: II
-Track: 9
-Genre: Unknown
-mtime: 1383782794
-song_end
-song_begin: 10-Brimstone Coven _ The Folly Of Faust.mp3
-Time: 424
-Artist: Brimstone Coven
-Title: Brimstone Coven / The Folly Of Faust
-Album: II
-Track: 10
-Genre: Unknown
-mtime: 1383782854
-song_end
-end: brimstone.coven/II
-end: brimstone.coven
-directory: converge
-mtime: 1401640807
-begin: converge
-directory: jane.doe
-mtime: 1401640810
-begin: converge/jane.doe
-song_begin: 01 - Converge - Concubine.mp3
-Time: 79
-Artist: Converge
-Title: Concubine
-Album: Jane Doe
-Track: 1
-Date: 2001
-Genre: Hardcore
-mtime: 1399340762
-song_end
-song_begin: 02 - Converge - Fault And Fracture.mp3
-Time: 185
-Artist: Converge
-Title: Fault And Fracture
-Album: Jane Doe
-Track: 2
-Date: 2001
-Genre: Hardcore
-mtime: 1399340734
-song_end
-song_begin: 03 - Converge - Distance And Meaning.mp3
-Time: 258
-Artist: Converge
-Title: Distance And Meaning
-Album: Jane Doe
-Track: 3
-Date: 2001
-Genre: Hardcore
-mtime: 1399340797
-song_end
-song_begin: 04 - Converge - Hell To Pay.mp3
-Time: 272
-Artist: Converge
-Title: Hell To Pay
-Album: Jane Doe
-Track: 4
-Date: 2001
-Genre: Hardcore
-mtime: 1399340762
-song_end
-song_begin: 05 - Converge - Homewrecker.mp3
-Time: 231
-Artist: Converge
-Title: Homewrecker
-Album: Jane Doe
-Track: 5
-Date: 2001
-Genre: Hardcore
-mtime: 1399340777
-song_end
-song_begin: 06 - Converge - The Broken Vow.mp3
-Time: 133
-Artist: Converge
-Title: The Broken Vow
-Album: Jane Doe
-Track: 6
-Date: 2001
-Genre: Hardcore
-mtime: 1399340738
-song_end
-song_begin: 07 - Converge - Bitter And Then Some.mp3
-Time: 88
-Artist: Converge
-Title: Bitter And Then Some
-Album: Jane Doe
-Track: 7
-Date: 2001
-Genre: Hardcore
-mtime: 1399340708
-song_end
-song_begin: 08 - Converge - Heaven In Her Arms.mp3
-Time: 241
-Artist: Converge
-Title: Heaven In Her Arms
-Album: Jane Doe
-Track: 8
-Date: 2001
-Genre: Hardcore
-mtime: 1399340774
-song_end
-song_begin: 09 - Converge - Phoenix In Flight.mp3
-Time: 229
-Artist: Converge
-Title: Phoenix In Flight
-Album: Jane Doe
-Track: 9
-Date: 2001
-Genre: Hardcore
-mtime: 1399340797
-song_end
-song_begin: 10 - Converge - Phoenix In Flames.mp3
-Time: 42
-Artist: Converge
-Title: Phoenix In Flames
-Album: Jane Doe
-Track: 10
-Date: 2001
-Genre: Hardcore
-mtime: 1399340713
-song_end
-song_begin: 11 - Converge - Thaw.mp3
-Time: 270
-Artist: Converge
-Title: Thaw
-Album: Jane Doe
-Track: 11
-Date: 2001
-Genre: Hardcore
-mtime: 1399340749
-song_end
-song_begin: 12 - Converge - Jane Doe.mp3
-Time: 694
-Artist: Converge
-Title: Jane Doe
-Album: Jane Doe
-Track: 12
-Date: 2001
-Genre: Hardcore
-mtime: 1399340830
-song_end
-playlist_begin: Converge - Jane Doe.m3u
-mtime: 1399340703
-playlist_end
-end: converge/jane.doe
-end: converge
-directory: curlupanddie
-mtime: 1401640800
-begin: curlupanddie
-directory: the.old.good.bug.is.a.dead.bug
-mtime: 1401640799
-begin: curlupanddie/the.old.good.bug.is.a.dead.bug
-song_begin: 01 - And Then The Robots Killed.mp3
-Time: 263
-Artist: Curl Up And Die
-Title: And Then The Robots Killed
-Album: The Only Good Bug Is A Dead Bug
-Track: 1/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340743
-song_end
-song_begin: 02 - Absolute Denial Of The Ultimate Nullifier.mp3
-Time: 251
-Artist: Curl Up And Die
-Title: Absolute Denial Of The Ultimate Nullifier
-Album: The Only Good Bug Is A Dead Bug
-Track: 2/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340724
-song_end
-song_begin: 03 - Hella Vegas Kids Say Hella.mp3
-Time: 196
-Artist: Curl Up And Die
-Title: Hella Vegas Kids Say Hella
-Album: The Only Good Bug Is A Dead Bug
-Track: 3/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340694
-song_end
-song_begin: 04 - Up Up Down Down Left Right Left Right B A Start.mp3
-Time: 157
-Artist: Curl Up And Die
-Title: Up Up Down Down Left Right Left Right B A Start
-Album: The Only Good Bug Is A Dead Bug
-Track: 4/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340698
-song_end
-song_begin: 05 - Proclaimed Bat Hunter.mp3
-Time: 209
-Artist: Curl Up And Die
-Title: Proclaimed Bat Hunter
-Album: The Only Good Bug Is A Dead Bug
-Track: 5/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340703
-song_end
-song_begin: 06 - Nest Of The Face Hugger.mp3
-Time: 354
-Artist: Curl Up And Die
-Title: Nest Of The Face Hugger
-Album: The Only Good Bug Is A Dead Bug
-Track: 6/6
-Date: 2000
-Genre: Alternative & Punk
-mtime: 1399340737
-song_end
-playlist_begin: The Only Good Bug Is A Dead Bug.cue
-mtime: 1399340653
-playlist_end
-end: curlupanddie/the.old.good.bug.is.a.dead.bug
-directory: unfortunately.we.are.not.robots
-mtime: 1401640801
-begin: curlupanddie/unfortunately.we.are.not.robots
-song_begin: 01 - We.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: We
-Album: Unfortunately We're Not Robots
-Track: 1
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340788
-song_end
-song_begin: 02 - Are.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: Are
-Album: Unfortunately We're Not Robots
-Track: 2
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340792
-song_end
-song_begin: 03 - All.mp3
-Time: 5
-Artist: Curl Up And Die
-Title: All
-Album: Unfortunately We're Not Robots
-Track: 3
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340794
-song_end
-song_begin: 04 - Dead.mp3
-Time: 6
-Artist: Curl Up And Die
-Title: Dead
-Album: Unfortunately We're Not Robots
-Track: 4
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340787
-song_end
-song_begin: 05 - 100 M.P.H. Vomit Dedicated To Jon.mp3
-Time: 24
-Artist: Curl Up And Die
-Title: 100 M.P.H. Vomit Dedicated To Jon
-Album: Unfortunately We're Not Robots
-Track: 5
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340784
-song_end
-song_begin: 06 - On The Run From Johnny Law Ain't No Trip To Cleveland.mp3
-Time: 74
-Artist: Curl Up And Die
-Title: On The Run From Johnny Law Ain't No Trip To Cleveland
-Album: Unfortunately We're Not Robots
-Track: 6
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340776
-song_end
-song_begin: 07 - Ted Nugent Goes AOL.mp3
-Time: 151
-Artist: Curl Up And Die
-Title: Ted Nugent Goes AOL
-Album: Unfortunately We're Not Robots
-Track: 7
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340798
-song_end
-song_begin: 08 - Total Pandemonium.mp3
-Time: 148
-Artist: Curl Up And Die
-Title: Total Pandemonium
-Album: Unfortunately We're Not Robots
-Track: 8
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340825
-song_end
-song_begin: 09 - Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You.mp3
-Time: 159
-Artist: Curl Up And Die
-Title: Doctor Doom, A Man of Science, Doesn't Believe In Jesus, Why The Fuck Do You
-Album: Unfortunately We're Not Robots
-Track: 9
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340827
-song_end
-song_begin: 10 - You'd Be Cuter If I Shot You In The Face.mp3
-Time: 490
-Artist: Curl Up And Die
-Title: You'd Be Cuter If I Shot You In The Face
-Album: Unfortunately We're Not Robots
-Track: 10
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340850
-song_end
-song_begin: 11 - Make Like A Computer And Get With The Program.mp3
-Time: 296
-Artist: Curl Up And Die
-Title: Make Like A Computer And Get With The Program
-Album: Unfortunately We're Not Robots
-Track: 11
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340827
-song_end
-song_begin: 12 - Your Idea Of Fascism And Global Intervention Makes Me Puke.mp3
-Time: 157
-Artist: Curl Up And Die
-Title: Your Idea Of Fascism And Global Intervention Makes Me Puke
-Album: Unfortunately We're Not Robots
-Track: 12
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340829
-song_end
-song_begin: 13 - I Lost My Job To A Machine.mp3
-Time: 80
-Artist: Curl Up And Die
-Title: I Lost My Job To A Machine
-Album: Unfortunately We're Not Robots
-Track: 13
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340773
-song_end
-song_begin: 14 - Kissing You Is Like Licking An Ashtray.mp3
-Time: 122
-Artist: Curl Up And Die
-Title: Kissing You Is Like Licking An Ashtray
-Album: Unfortunately We're Not Robots
-Track: 14
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340799
-song_end
-song_begin: 15 - Rich Hall (Runner Up In A Carson Daly Lookalike Contest).mp3
-Time: 425
-Artist: Curl Up And Die
-Title: Rich Hall (Runner Up In A Carson Daly Lookalike Contest)
-Album: Unfortunately We're Not Robots
-Track: 15
-Date: 2001
-Genre: Chaotic Hardcore
-mtime: 1399340839
-song_end
-playlist_begin: Unfortunately We're Not Robots.cue
-mtime: 1399340803
-playlist_end
-playlist_begin: Curl Up And Die - Unfortunately We're Not Robots.m3u
-mtime: 1399340796
-playlist_end
-end: curlupanddie/unfortunately.we.are.not.robots
-end: curlupanddie
-directory: galaktikon
-mtime: 1338072054
-begin: galaktikon
-song_begin: 1-01 Triton.mp3
-Time: 243
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Triton
-Album: Galaktikon
-Track: 1/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-02 Prophecy of the Lazer Witch.mp3
-Time: 274
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Prophecy of the Lazer Witch
-Album: Galaktikon
-Track: 2/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-03 Beastblade.mp3
-Time: 287
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Beastblade
-Album: Galaktikon
-Track: 3/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-04 Deathwaltz.mp3
-Time: 214
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Deathwaltz
-Album: Galaktikon
-Track: 4/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-05 Truth Orb and the Kill Pool.mp3
-Time: 269
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Truth Orb and the Kill Pool
-Album: Galaktikon
-Track: 5/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623194
-song_end
-song_begin: 1-06 You Can't Run Away.mp3
-Time: 305
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: You Can't Run Away
-Album: Galaktikon
-Track: 6/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-07 Arena War of the Immortal Masters.mp3
-Time: 288
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Arena War of the Immortal Masters
-Album: Galaktikon
-Track: 7/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-song_begin: 1-08 Dangertits.mp3
-Time: 273
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: Dangertits
-Album: Galaktikon
-Track: 8/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623194
-song_end
-song_begin: 1-09 On My Way.mp3
-Time: 328
-Artist: Brendon Small
-AlbumArtist: Brendon Small
-Title: On My Way
-Album: Galaktikon
-Track: 9/9
-Date: 2012
-Genre: Heavy Metal
-Disc: 1/1
-mtime: 1337623192
-song_end
-end: galaktikon
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