edit mpd
This commit is contained in:
@@ -181,6 +181,10 @@ sudo apt update
|
|||||||
clear
|
clear
|
||||||
echo -e "${YELLOW} Core System APT install ${NC}"
|
echo -e "${YELLOW} Core System APT install ${NC}"
|
||||||
sudo apt install -y xserver-xorg x11-utils xinit arandr autorandr picom fwupd mesa-utils htop wget curl git tmux numlockx kitty cups xsensors xbacklight brightnessctl unzip network-manager dunst libnotify-bin notify-osd xautolock xsecurelock pm-utils rofi imagemagick nitrogen nsxiv mpv flameshot speedcrunch mc thunar gvfs-backends parted gparted mpd mpc ncmpcpp fzf ccrypt xarchiver notepadqq fontconfig fontconfig-config fonts-noto-core libfontconfig1 fonts-arkpandora pipewire pipewire-pulse wireplumber pavucontrol alsa-utils --ignore-missing
|
sudo apt install -y xserver-xorg x11-utils xinit arandr autorandr picom fwupd mesa-utils htop wget curl git tmux numlockx kitty cups xsensors xbacklight brightnessctl unzip network-manager dunst libnotify-bin notify-osd xautolock xsecurelock pm-utils rofi imagemagick nitrogen nsxiv mpv flameshot speedcrunch mc thunar gvfs-backends parted gparted mpd mpc ncmpcpp fzf ccrypt xarchiver notepadqq fontconfig fontconfig-config fonts-noto-core libfontconfig1 fonts-arkpandora pipewire pipewire-pulse wireplumber pavucontrol alsa-utils --ignore-missing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sudo apt install -y sddm --no-install-recommends
|
sudo apt install -y sddm --no-install-recommends
|
||||||
|
|
||||||
clear
|
clear
|
||||||
@@ -349,6 +353,7 @@ echo -e "${YELLOW} MPD Setup & config START ${NC}"
|
|||||||
mkdir -p ~/.config/mpd/playlists
|
mkdir -p ~/.config/mpd/playlists
|
||||||
mkdir -p ~/.local/state/mpd
|
mkdir -p ~/.local/state/mpd
|
||||||
if [ ! -f ~/.config/mpd/mpd.conf ]; then
|
if [ ! -f ~/.config/mpd/mpd.conf ]; then
|
||||||
|
touch ~/.config/mpd/database
|
||||||
cat << MPDCONFIG > ~/.config/mpd/mpd.conf
|
cat << MPDCONFIG > ~/.config/mpd/mpd.conf
|
||||||
# ~/.config/mpd/mpd.conf or /etc/mpd.conf
|
# ~/.config/mpd/mpd.conf or /etc/mpd.conf
|
||||||
# Example: /usr/share/doc/mpd/mpdconf.example
|
# Example: /usr/share/doc/mpd/mpdconf.example
|
||||||
@@ -398,7 +403,7 @@ audio_output {
|
|||||||
type "pipewire"
|
type "pipewire"
|
||||||
name "PipeWire Sound Server"
|
name "PipeWire Sound Server"
|
||||||
enabled "yes"
|
enabled "yes"
|
||||||
|
}
|
||||||
audio_output {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
name "Local PulseAudio Server"
|
name "Local PulseAudio Server"
|
||||||
|
|||||||
Reference in New Issue
Block a user