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

Commit 231f148

Browse files
authored
Add files via upload
1 parent b5c9cd6 commit 231f148

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

README.md

+33-27
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,62 @@
11
# better-mpv-config
22

3-
- Version: 1.0.9
4-
- Last Updated (AEST): 2023-01-25 11:55:57PM
3+
- Version: 1.0.10
4+
- Last Updated (AEST): 2023-02-10 04:45:17PM
5+
- Platform: Windows 11 (not tested on Apple or Linux at all)
56

67
## What's New
78

8-
- I've personally switched to MPV v3 since the Windows app and `updater.bat` has problems for v2.
9-
- I've added a vastly simplified and elegant _mpv v3_ config file tested on [MPV v3 for Windows](https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/)
9+
_Version 1.0.10 (Feb 2023)_:
10+
- Rewrote `mpv_v3\mpv.conf` and `mpv_v3\input.conf` (adapted from the repo [Argon-/mpv-config](https://github.com/Argon-/mpv-config))
11+
- Vastly improved terminal, OSD, audio, subtitle, playback and playlist settings
1012

11-
_Version 1.0.9_:
12-
- Improved seeking
13-
- Improved autohide
14-
- Fixed input.conf playlist navigation
13+
⚠️ Be sure to customize `mpv_v3\mpv.conf` and `mpv_v3\input.conf` manually,
14+
to make sure that the font and language are valid ⚠️
1515

16-
_Version 1.0.8_:
17-
- Added mpv v3 config file
16+
The defaults are:
1817

19-
_Version 1.0.7_:
20-
- Updated shaders (should improve performance)
18+
- `Arial` for the subtitle font
19+
- `en,eng` (English) for the audio and subtitle languages
2120

22-
_Version 1.0.6_ fixes:
23-
- [profile restore actions](https://mpv.io/manual/stable/#configuration-files-copy-equal)
21+
See [HISTORY.md](HISTORY.md) for the history of older versions.
2422

25-
_Version 1.0.5_ added:
26-
- meaningful profile descriptions
27-
- an "alongside" optional mpv.conf (for users who want the config file next to mpv.exe)
28-
- a hotfix for "alongside" config, fixed three paths
23+
- I've personally switched to MPV v3 since the Windows app and `updater.bat` has problems for v2
24+
- I've added a vastly better _mpv v3_ config file tested on [MPV v3 for Windows](https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/)
2925

3026
## Intro
3127

32-
This is an improved MPV Media Player configuration file (and shaders folder) that:
28+
This is an improved MPV Media Player v3 configuration file that:
3329

3430
- has useful defaults
35-
- hides the window title bar
36-
- auto-hides the cursor after 1 second
31+
- auto-hides the cursor after 200ms (when fullscreen)
32+
- disables autoplay
33+
- enables fast seeking
34+
- improves OSD messages and style (moves progress bar to the top)
3735
- saves the seekbar position on exit
38-
- uses an extra large RAM cache
39-
- normalizes audio
36+
- sets max volume (100%) and default volume (70%)
37+
- sets subtitle font to `Arial` and sets the color to off-yellow
38+
- sets the HLS bitrate to maximum
39+
- sets the default audio language and subtitle language to `en,eng`
40+
- has been tested on Windows 11 only (not tested on Apple or Linux)
4041
- adds no additional cruft...
4142

4243
## Requirements
4344

44-
* official MPV Player: https://mpv.io/
45-
* a PC with at least 4GB of RAM
45+
* official MPV Player: https://mpv.io/ - [download MPV v3](https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/)
46+
* a PC with at least 4GB of RAM (8GB or more recommended)
4647
* a PC with integrated (CPU) or discreet GPU (card)
4748

48-
![usage preview](https://raw.githubusercontent.com/hl2guide/better-mpv-config/master/preview%20image.png)
49+
## Credits
50+
51+
* Some files are based off of the repo [Argon-/mpv-config](https://github.com/Argon-/mpv-config) by [Argon- (Julian)](https://github.com/Argon-)
4952

5053
## Configuration for MPV v3
5154

52-
Just place the `mpv.conf` file next to `mpv.exe`.
55+
1. place the `mpv.conf` file next to `mpv.exe`
56+
2. (Optional) for many changed keybindings, place the `input.conf` file next to `mpv.exe`
5357

5458
## Configuration for older MPV v2
5559

60+
Not recommended.
61+
5662
See [README](README_V2.md) for MPV v2.

0 commit comments

Comments
 (0)