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

Commit

Permalink
v3 config file - 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hl2guide committed Oct 6, 2022
1 parent 179cc7f commit 582b46f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# better-mpv-config

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

## What's New

- I've personally stopped using MPV since the Windows app and `updater.bat` has problems
- I will add _mpv v3_ support once they provide the first default config to the public
- I've personally stopped using MPV v2 since the Windows app and `updater.bat` has problems
- I've added a vastly _mpv v3_ config file

_Version 1.0.8_:
- Added mpv v3 config file

_Version 1.0.7_:
- Updated shaders (should improve performance)
Expand Down
33 changes: 33 additions & 0 deletions v3/mpv.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# MPV v3 Simplified Config

# ===== Terminal =====

msg-color=yes # color log messages on terminal
term-osd-bar=yes # displays a progress bar on the terminal
cursor-autohide=1000 # autohides the cursor after 1s

# ===== OSD =====

# Sets a custom font
# (comment out line if font change is undesired)
osd-font='Iosevka'

# ===== Seeking =====

# Saves the seekbar position on exit
save-position-on-quit=yes

# ===== RAM =====

# Uses a large seekable RAM cache even for local input.
cache=yes
# cache-secs=300
# Uses extra large RAM cache (needs cache=yes to make it useful).
demuxer-max-bytes=1800M
demuxer-max-back-bytes=1200M

# ===== Audio =====

# Sets volume to 50%
volume=50

0 comments on commit 582b46f

Please sign in to comment.