dotfiles/.local/bin/scripts/mpdr

13 lines
312 B
Text
Raw Normal View History

2023-09-12 01:16:35 +02:00
#!/bin/sh -e
# Reload mpd with appropriate config
yadm alt
2025-01-15 11:36:47 +01:00
cd ${XDG_CONFIG_HOME:-/home/janek/.config}/mpd
2023-09-12 01:16:35 +02:00
mv *template ..
mv ../*template .
systemctl --user restart mpd
2024-06-28 22:35:08 +03:00
# https://mpd.readthedocs.io/en/latest/user.html#cross-fading
mpc crossfade 4
mpc mixrampdelay 1
mpc mixrampdb -17
#mpc mixramp_analyzer "yes"