add mpd and beets db

This commit is contained in:
opal
2022-11-21 15:43:19 -08:00
parent 3ed602eae8
commit d7b0a91817
5 changed files with 34 additions and 0 deletions

Binary file not shown.

BIN
.config/mpd/database Normal file

Binary file not shown.

22
.config/mpd/mpd.conf Normal file
View File

@@ -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"
}

12
.config/mpd/state Normal file
View File

@@ -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

BIN
.config/mpd/sticker.sql Normal file

Binary file not shown.