dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ee239063d39b4f1e44078d198473c651e132be54
parent 7de90d394f25fe134029aff533af254d40ca82c8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 May 2020 13:15:15 +0200

Use leot's mpv/ytdl suggestion to limit audio source in the same way

Diffstat:
M.config/mpv/mpv.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -10,4 +10,4 @@ volume-max = 1000 sub-scale = 0.5 audio-channels = 2 -ytdl-format=bestvideo[height\<=?768][fps\<=?30]+bestaudio/best +ytdl-format=bestvideo[height\<=?768][fps\<=?30]+bestaudio/best[height\<=?768][fps\<=?30]