summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2016-10-07 00:19:34 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2016-10-15 12:24:01 +0100
commit8bb57c038799da39e72491888d0fc19beb493d62 (patch)
treecff825d3a3b047fd7d39655bb5c2b071a9233f46 /DOCS/man
parent13259f35c805d50b8c4abdf3a201a2deb2f38a72 (diff)
downloadmpv-8bb57c038799da39e72491888d0fc19beb493d62.tar.bz2
mpv-8bb57c038799da39e72491888d0fc19beb493d62.tar.xz
osc: change default layout to bottombar
Change a few other defaults accordingly: - seekbarstyle=bar looks better with bottombar. - Bigger scalewindowed and scalefullscreen make bottom/topbar more readable.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/osc.rst98
1 files changed, 37 insertions, 61 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 65ed3f9e7f..b7723a86d3 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -20,71 +20,46 @@ The Interface
::
- +------------------+-----------+--------------------+
- | playlist prev | title | playlist next |
- +-------+------+---+--+------+-+----+------+--------+
- | audio | skip | seek | | seek | skip | full |
- +-------+ back | back | play | frwd | frwd | screen |
- | sub | | | | | | |
- +-------+------+------+------+------+------+--------+
- | seekbar |
- +----------------+--------------+-------------------+
- | time passed | cache status | time remaining |
- +----------------+--------------+-------------------+
-
-
-playlist prev
- ============= ================================================
- left-click play previous file in playlist
- shift+L-click show playlist
- ============= ================================================
+ +---------+----------+----------------------------+-------------+
+ | pl prev | pl next | title | cache |
+ +------+--+---+------+---------+-----------+------+-------+-----+
+ | play | skip | skip | time | seekbar | time | audio | sub |
+ | | back | frwd | elapsed | | left | | |
+ +------+------+------+---------+-----------+------+-------+-----+
-title
- | Displays current media-title or filename
+pl prev
============= ================================================
- left-click show playlist position and length and full title
- right-click show filename
+ left-click play previous file in playlist
+ shift+L-click show playlist
============= ================================================
-playlist next
+pl next
============= ================================================
left-click play next file in playlist
shift+L-click show playlist
============= ================================================
-audio and sub
- | Displays selected track and amount of available tracks
-
- ============= ================================================
- left-click cycle audio/sub tracks forward
- right-click cycle audio/sub tracks backwards
- shift+L-click show available audio/sub tracks
- ============= ================================================
+title
+ | Displays current media-title or filename
-skip back
============= ================================================
- left-click go to beginning of chapter / previous chapter
- shift+L-click show chapters
+ left-click show playlist position and length and full title
+ right-click show filename
============= ================================================
-seek back
- ============= ================================================
- left-click skip back 5 seconds
- right-click skip back 30 seconds
- shift-L-click skip back 1 frame
- ============= ================================================
+cache
+ | Shows current cache fill status
play
============= ================================================
left-click toggle play/pause
============= ================================================
-seek frwd
+skip back
============= ================================================
- left-click skip forward 10 seconds
- right-click skip forward 60 seconds
- shift-L-click skip forward 1 frame
+ left-click go to beginning of chapter / previous chapter
+ shift+L-click show chapters
============= ================================================
skip frwd
@@ -93,9 +68,11 @@ skip frwd
shift+L-click show chapters
============= ================================================
-fullscreen
+time elapsed
+ | Shows current playback position timestamp
+
============= ================================================
- left-click toggle fullscreen
+ left-click toggle displaying timecodes with milliseconds
============= ================================================
seekbar
@@ -105,21 +82,20 @@ seekbar
left-click seek to position
============= ================================================
-time passed
- | Shows current playback position timestamp
+time left
+ | Shows remaining playback time timestamp
============= ================================================
- left-click toggle displaying timecodes with milliseconds
+ left-click toggle between total and remaining time
============= ================================================
-cache status
- | Shows current cache fill status (only visible when below 45%)
-
-time remaining
- | Shows remaining playback time timestamp
+audio and sub
+ | Displays selected track and amount of available tracks
============= ================================================
- left-click toggle between total and remaining time
+ left-click cycle audio/sub tracks forward
+ right-click cycle audio/sub tracks backwards
+ shift+L-click show available audio/sub tracks
============= ================================================
Key Bindings
@@ -176,11 +152,11 @@ Configurable Options
| Enable the OSC when fullscreen
``scalewindowed``
- | Default: 1.0
+ | Default: 1.5
| Scale factor of the OSC when windowed
``scalefullscreen``
- | Default: 1.0
+ | Default: 1.5
| Scale factor of the OSC when fullscreen
``scaleforcedwindow``
@@ -214,7 +190,7 @@ Configurable Options
| Duration of fade out in ms, 0 = no fade
``deadzonesize``
- | Default: 0
+ | Default: 1
| Size of the deadzone. The deadzone is an area that makes the mouse act
like leaving the window. Movement there won't make the OSC show up and
it will hide immediately if the mouse enters it. The deadzone starts
@@ -222,17 +198,17 @@ Configurable Options
of the window it will span. Values between 0 and 1.
``minmousemove``
- | Default: 3
+ | Default: 0
| Minimum amount of pixels the mouse has to move between ticks to make
the OSC show up
``layout``
- | Default: box
+ | Default: bottombar
| The layout for the OSC. Currently available are: box, slimbox,
bottombar and topbar.
``seekbarstyle``
- | Default: slider
+ | Default: bar
| Sets the style of the seekbar, slider (diamond marker) or bar (fill)
``tooltipborder``