From 4f922e0df778b3b7cf12b125cb267e48e8346725 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sun, 3 Jul 2022 12:05:26 +0530 Subject: fixed mpd --- .config/mpd/mpd.conf | 6 ++++-- .config/mpv/mpv.conf | 2 +- .../plugins/__pycache__/__init__.cpython-310.opt-1.pyc | Bin 143 -> 0 bytes .../__pycache__/__init__.cpython-310.opt-1.pyc | Bin 777 -> 0 bytes .../__pycache__/devicons.cpython-310.opt-1.pyc | Bin 8378 -> 0 bytes 5 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc delete mode 100644 .config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc delete mode 100644 .config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index f5eb21a..83299d7 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -9,8 +9,10 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "pipewire" - name "Pipewire Sound Server" + type "pulse" + name "pulse" + #type "alsa" + #name "ALSA" } audio_output { diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6201043..e4f6c01 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -28,7 +28,7 @@ hr-seek-framedrop=no volume=100 volume-max=200 # Normalize audio. -af-add=dynaudnorm=g=5:f=250:r=0.9:p=0.5 +# af-add=dynaudnorm=g=5:f=250:r=0.9:p=0.5 # SCREENSHOT screenshot-format=png diff --git a/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc b/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc deleted file mode 100644 index ac1fed7..0000000 Binary files a/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc and /dev/null differ diff --git a/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc b/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc deleted file mode 100644 index 7217fe6..0000000 Binary files a/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc and /dev/null differ diff --git a/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc b/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc deleted file mode 100644 index 2e46d80..0000000 Binary files a/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc and /dev/null differ -- cgit v1.2.3