@@ -12,13 +12,14 @@ Create `modernz.conf` in your mpv script-opts directory:
12
12
13
13
### General
14
14
15
- | Option | Value | Description |
16
- | -------------- | ----- | -------------------------------------------------------- |
17
- | idlescreen | yes | show mpv logo on idle |
18
- | windowcontrols | auto | whether to show OSC window controls. ` auto ` , ` yes ` , ` no ` |
19
- | showwindowed | yes | show OSC when windowed |
20
- | showfullscreen | yes | show OSC when fullscreen |
21
- | greenandgrumpy | no | disable santa hat in December |
15
+ | Option | Value | Description |
16
+ | -------------- | ----- | -------------------------------------------------------------------------------------------------------------- |
17
+ | language | en | See [ TRANSLATIONS.md] ( https://github.com/Samillion/ModernZ/blob/main/docs/TRANSLATIONS.md ) for other languages |
18
+ | idlescreen | yes | show mpv logo on idle |
19
+ | windowcontrols | auto | whether to show OSC window controls. ` auto ` , ` yes ` , ` no ` |
20
+ | showwindowed | yes | show OSC when windowed |
21
+ | showfullscreen | yes | show OSC when fullscreen |
22
+ | greenandgrumpy | no | disable santa hat in December |
22
23
23
24
### Colors
24
25
@@ -66,11 +67,11 @@ Create `modernz.conf` in your mpv script-opts directory:
66
67
67
68
### Scaling
68
69
69
- | Option | Value | Description |
70
- | ----------------- | ----- | ---------------------------------------------- |
71
- | vidscale | yes | whether to scale the controller with the video |
72
- | scalewindowed | 1.0 | scaling of the controller when windowed |
73
- | scalefullscreen | 1.0 | scaling of the controller when fullscreen |
70
+ | Option | Value | Description |
71
+ | ----------------- | ----- | ---------------------------------------------- |
72
+ | vidscale | auto | whether to scale the controller with the video. ` no ` to disable |
73
+ | scalewindowed | 1.0 | scaling of the controller when windowed |
74
+ | scalefullscreen | 1.0 | scaling of the controller when fullscreen |
74
75
75
76
### Time & Volume
76
77
@@ -103,25 +104,26 @@ Create `modernz.conf` in your mpv script-opts directory:
103
104
104
105
### UI [ elements]
105
106
106
- | Option | Value | Description |
107
- | ------------------------------- | ---------------- | -------------------------------------------------------------------------- |
108
- | showtitle | yes | show title in OSC (above seekbar) |
109
- | showwindowtitle | yes | show window title in borderless/fullscreen mode |
110
- | showwindowcontrols | yes | show window controls (close, min, max) in borderless/fullscreen |
111
- | show_chapter_title | yes | show chapter title next to timestamp (below seekbar) |
112
- | titleBarStrip | no | whether to make the title bar a singular bar instead of a black fade |
113
- | title | ` ${media-title} ` | title above seekbar. ` ${media-title} ` or ` ${filename} ` (can use ` /no-ext ` ) |
114
- | font | mpv-osd-symbols | mpv-osd-symbols = default osc font (or the one set in mpv.conf) |
115
- | titlefontsize | 30 | the font size of the title text (above seekbar) |
116
- | chapter_fmt | Chapter: %s | chapter print format for seekbar-hover. ` no ` to disable |
117
- | tooltips_for_disabled_elements | yes | enables tooltips for disabled buttons and elements |
118
- | tooltip_hints | yes | enables text hints for the information, loop, ontop and screenshot buttons |
119
- | playpause_size | 30 | icon size for the play-pause button |
120
- | midbuttons_size | 24 | icon size for the middle buttons |
121
- | sidebuttons_size | 24 | icon size for the side buttons |
122
- | persistentprogress | no | always show a small progress line at the bottom of the screen |
123
- | persistentprogressheight | 17 | the height of the persistentprogress bar |
124
- | persistentbuffer | no | on web videos, show the buffer on the persistent progress line |
107
+ | Option | Value | Description |
108
+ | ------------------------------- | ---------------- | ----------------------------------------------------------------------------------- |
109
+ | showtitle | yes | show title in OSC (above seekbar) |
110
+ | showwindowtitle | yes | show window title in borderless/fullscreen mode |
111
+ | showwindowcontrols | yes | show window controls (close, min, max) in borderless/fullscreen |
112
+ | show_chapter_title | yes | show chapter title next to timestamp (below seekbar) |
113
+ | titleBarStrip | no | whether to make the title bar a singular bar instead of a black fade |
114
+ | title | ` ${media-title} ` | title above seekbar |
115
+ | windowcontrols_title | ` ${media-title} ` | title in windowcontrols |
116
+ | font | mpv-osd-symbols | mpv-osd-symbols = default osc font (or the one set in mpv.conf) |
117
+ | titlefontsize | 30 | the font size of the title text (above seekbar) |
118
+ | chapter_fmt | %s | chapter print format for seekbar-hover. ` no ` to disable |
119
+ | tooltips_for_disabled_elements | yes | enables tooltips for disabled buttons and elements |
120
+ | tooltip_hints | yes | enables text hints for the information, loop, ontop and screenshot buttons |
121
+ | playpause_size | 30 | icon size for the play-pause button |
122
+ | midbuttons_size | 24 | icon size for the middle buttons |
123
+ | sidebuttons_size | 24 | icon size for the side buttons |
124
+ | persistentprogress | no | always show a small progress line at the bottom of the screen |
125
+ | persistentprogressheight | 17 | the height of the persistentprogress bar |
126
+ | persistentbuffer | no | on web videos, show the buffer on the persistent progress line |
125
127
126
128
### UI [ behavior]
127
129
0 commit comments