add mpv, mpd, ncmpcpp, yt-dlp

This commit is contained in:
2025-05-03 23:04:22 -07:00
parent 5aa60e41cb
commit 5cff20c839
11 changed files with 718 additions and 0 deletions

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

@@ -0,0 +1,34 @@
# See: /usr/share/doc/mpd/mpdconf.example
# bind_to_address "thebox"
# bind_to_address "localhost"
pid_file "~/.config/mpd/pid"
# db_file "~/.mpd/database"
state_file "~/.config/mpd/mpdstate"
playlist_directory "~/.config/mpd/playlists"
# music_directory "~/Music"
music_directory "/jellyfin/music"
# music_directory "nfs://102.168.5.77:/nandury/jellyfin/music"
database {
plugin "simple"
path "~/.config/mpd/database"
}
# database {
# plugin "proxy"
# host "thebox"
# port "6600"
# }
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}