From b66724240e9309345dbf292f43d0261d7272cd0e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 15:28:30 -0300 Subject: [PATCH] Borrar mpd --- .config/mpd/mpd.conf | 26 -------------------------- .local/bin/start-mpd | 6 ------ 2 files changed, 32 deletions(-) delete mode 100644 .config/mpd/mpd.conf delete mode 100755 .local/bin/start-mpd diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf deleted file mode 100644 index a108220..0000000 --- a/.config/mpd/mpd.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Read the user manual for documentation: http://www.musicpd.org/doc/user/ - -playlist_directory "~/.mpd/playlists" -db_file "~/.mpd/database" -state_file "~/.mpd/state" -sticker_file "~/.mpd/sticker.sql" - -log_file "syslog" - -bind_to_address "~/.mpd/socket" -restore_paused "yes" -save_absolute_paths_in_playlists "yes" -# -# This setting defines a list of tag types that will be extracted during the -# audio file discovery process. The complete list of possible values can be -# found in the user manual. -#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" - -audio_output { - type "pulse" - name "My Pulse Output" -} - - -replaygain "auto" -#volume_normalization "no" diff --git a/.local/bin/start-mpd b/.local/bin/start-mpd deleted file mode 100755 index 8d27239..0000000 --- a/.local/bin/start-mpd +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -mkdir -p ~/.mpd -mkdir -p ~/.mpd/playlists - -mpd