|
1 | 1 | # better-mpv-config
|
2 | 2 |
|
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) |
5 | 6 |
|
6 | 7 | ## What's New
|
7 | 8 |
|
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 |
10 | 12 |
|
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 ⚠️ |
15 | 15 |
|
16 |
| -_Version 1.0.8_: |
17 |
| -- Added mpv v3 config file |
| 16 | +The defaults are: |
18 | 17 |
|
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 |
21 | 20 |
|
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. |
24 | 22 |
|
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/) |
29 | 25 |
|
30 | 26 | ## Intro
|
31 | 27 |
|
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: |
33 | 29 |
|
34 | 30 | - 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) |
37 | 35 | - 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) |
40 | 41 | - adds no additional cruft...
|
41 | 42 |
|
42 | 43 | ## Requirements
|
43 | 44 |
|
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) |
46 | 47 | * a PC with integrated (CPU) or discreet GPU (card)
|
47 | 48 |
|
48 |
| - |
| 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-) |
49 | 52 |
|
50 | 53 | ## Configuration for MPV v3
|
51 | 54 |
|
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` |
53 | 57 |
|
54 | 58 | ## Configuration for older MPV v2
|
55 | 59 |
|
| 60 | +Not recommended. |
| 61 | + |
56 | 62 | See [README](README_V2.md) for MPV v2.
|
0 commit comments