summaryrefslogtreecommitdiff
path: root/.config/mpv/mpv.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r--.config/mpv/mpv.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
new file mode 100644
index 0000000..49db921
--- /dev/null
+++ b/.config/mpv/mpv.conf
@@ -0,0 +1,23 @@
+volume-max=200
+replaygain=track
+# Print path when playing a media
+term-playing-msg='PATH:= ${path}'
+# Turn off gapless so that replaygain applies to individual files.
+gapless-audio=no
+
+screenshot-format=png
+
+slang=en
+
+ytdl-format=bestvideo*[height<=1080]+bestaudio/best[height<=1080]/best
+
+[one_album]
+profile-desc="Play an album using its replaygain and with gapless-audio"
+profile-restore=copy-equal
+replaygain=album
+gapless-audio=weak
+
+[auto_fullscreen]
+profile-desc="Auto set fullscreen if large enough"
+profile-cond="height >= 1080 or width >= 1920"
+fullscreen=yes