Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 582b46f

Browse files
committed
v3 config file - 1.0.8
1 parent 179cc7f commit 582b46f

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# better-mpv-config
22

3-
- Version: 1.0.7
4-
- Last Updated (AEST): 2022-09-01 03:32:53PM
3+
- Version: 1.0.8
4+
- Last Updated (AEST): 2022-10-06 05:13:43PM
55

66
## What's New
77

8-
- I've personally stopped using MPV since the Windows app and `updater.bat` has problems
9-
- I will add _mpv v3_ support once they provide the first default config to the public
8+
- I've personally stopped using MPV v2 since the Windows app and `updater.bat` has problems
9+
- I've added a vastly _mpv v3_ config file
10+
11+
_Version 1.0.8_:
12+
- Added mpv v3 config file
1013

1114
_Version 1.0.7_:
1215
- Updated shaders (should improve performance)

v3/mpv.conf

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# MPV v3 Simplified Config
3+
4+
# ===== Terminal =====
5+
6+
msg-color=yes # color log messages on terminal
7+
term-osd-bar=yes # displays a progress bar on the terminal
8+
cursor-autohide=1000 # autohides the cursor after 1s
9+
10+
# ===== OSD =====
11+
12+
# Sets a custom font
13+
# (comment out line if font change is undesired)
14+
osd-font='Iosevka'
15+
16+
# ===== Seeking =====
17+
18+
# Saves the seekbar position on exit
19+
save-position-on-quit=yes
20+
21+
# ===== RAM =====
22+
23+
# Uses a large seekable RAM cache even for local input.
24+
cache=yes
25+
# cache-secs=300
26+
# Uses extra large RAM cache (needs cache=yes to make it useful).
27+
demuxer-max-bytes=1800M
28+
demuxer-max-back-bytes=1200M
29+
30+
# ===== Audio =====
31+
32+
# Sets volume to 50%
33+
volume=50

0 commit comments

Comments
 (0)