diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-15 15:28:01 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-15 15:28:01 +0300 |
commit | 9fe1fb4369ca36497d4971386670d38c0229ff1f (patch) | |
tree | bba13cff037298e51e30a5e673a71c778317b36d | |
parent | eab0a3d17e0b2a2485c4973eacc4eb041990d026 (diff) | |
download | swayrice-9fe1fb4369ca36497d4971386670d38c0229ff1f.tar.gz swayrice-9fe1fb4369ca36497d4971386670d38c0229ff1f.zip |
some settings for (music) mod files
-rw-r--r-- | dotfiles/.config/lf/icons | 1 | ||||
-rw-r--r-- | dotfiles/.config/mpv/mpv.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/.config/lf/icons b/dotfiles/.config/lf/icons index ae7ac58..df9c961 100644 --- a/dotfiles/.config/lf/icons +++ b/dotfiles/.config/lf/icons @@ -46,6 +46,7 @@ ex=💽:\ *.wav=🎵:\ *.mod=🎵:\ *.xm=🎵:\ +*.it=🎵:\ *.mkv=🎥:\ *.mp4=🎥:\ *.webm=🎥:\ diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf index c57968f..d029b23 100644 --- a/dotfiles/.config/mpv/mpv.conf +++ b/dotfiles/.config/mpv/mpv.conf @@ -9,3 +9,6 @@ osd-msg3="${?core-idle==yes:}${?core-idle==no:} ${time-pos}/${duration} ${ input-ipc-server=/tmp/mpvsock ytdl-format="bestvideo[height<=?1080]+bestaudio" + +# https://bbs.archlinux.org/viewtopic.php?id=262784 +demuxer-lavf-probescore=20 |