diff --git a/.config/beets/beets-library.db b/.config/beets/beets-library.db new file mode 100644 index 0000000..bac78af Binary files /dev/null and b/.config/beets/beets-library.db differ diff --git a/.config/mpd/database b/.config/mpd/database new file mode 100644 index 0000000..0d8d124 Binary files /dev/null and b/.config/mpd/database differ diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..87721de --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,22 @@ +# Recommended location for database +db_file "~/.config/mpd/database" + +# If running mpd using systemd, delete this line to log directly to systemd. +log_file "syslog" + +# The music directory is by default the XDG directory, uncomment to amend and choose a different directory +music_directory "~/music" + +# Uncomment to refresh the database whenever files in the music_directory are changed +#auto_update "yes" + +# Uncomment to enable the functionalities +playlist_directory "~/.config/mpd/playlists" +pid_file "~/.config/mpd/pid" +state_file "~/.config/mpd/state" +sticker_file "~/.config/mpd/sticker.sql" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} diff --git a/.config/mpd/state b/.config/mpd/state new file mode 100644 index 0000000..2f4ecf5 --- /dev/null +++ b/.config/mpd/state @@ -0,0 +1,12 @@ +sw_volume: 100 +audio_device_state:1:PipeWire Sound Server +state: stop +random: 0 +repeat: 0 +single: 0 +consume: 0 +crossfade: 0 +mixrampdb: 0.000000 +mixrampdelay: -1.000000 +playlist_begin +playlist_end diff --git a/.config/mpd/sticker.sql b/.config/mpd/sticker.sql new file mode 100644 index 0000000..1a211b0 Binary files /dev/null and b/.config/mpd/sticker.sql differ