Avi Halachmi (:avih)
150c988e88
osc: add user_opts.boxmaxchars for box layout title limit
...
The default of 80 is conservative to allow relatively wide fonts, but
with many common fonts a bigger number can be used without overflow.
2017-04-19 20:35:58 +01:00
Ricardo Constantino
a047e636ab
man/osc: document volume and fullscreen buttons
2017-04-19 20:18:23 +01:00
Ricardo Constantino
07ee7fb2c3
osc: escape ASS and strip newlines on title
2017-03-27 18:00:56 +01:00
Ricardo Constantino
dc00ad537f
osc: make title configurable and use property expansion on it
2017-03-27 18:00:56 +01:00
Ricardo Constantino
ebf61267f4
Revert "osc: make the title toggleable between media-title and filename"
...
This reverts commit 6573b73462
.
2017-03-27 18:00:54 +01:00
Ricardo Constantino
6573b73462
osc: make the title toggleable between media-title and filename
...
Close #4221
2017-03-26 14:41:03 +01:00
Ricardo Constantino
adf65634d8
osc: add seekbarstyle=knob
...
Most code from @leiserfg in #2365 .
Closes #2365
Cut guides to the center of the knob. This makes the knob
knob look more like IRL knob sliders.
2016-11-09 05:51:20 +00:00
Ricardo Constantino
a1801da717
man/osc: remove extra indentation from 3adc6071
2016-10-30 10:28:42 +00:00
Ricardo Constantino
eac977b12f
osc: top/bottombar: rescale layout to same size with scale=1
...
Basically, there's two less values to revert to previous defaults and
top/bottombar now look at scale=1 like they looked with scale=1.5.
2016-10-29 18:14:32 +01:00
Ricardo Constantino
3adc6071b6
man/osc: Fix hard wrapping in man files
2016-10-29 18:14:30 +01:00
Ricardo Constantino
22133f8efc
osc: compromise on default deadzonesize
...
This way people can still use the mouse to quickly check the elapsed time
without moving it all the way to the bottom while still having half the screen
to ignore mouse movement.
2016-10-29 18:14:29 +01:00
Ricardo Constantino
c8e3ee494c
osc: add script message handlers for chapter/track/playlists
...
These can be used in input.conf for pretty formatting of lists as
with shift+clicking the OSC buttons.
Ex:
z script-message osc-playlist
Z script-message osc-chapterlist
x script-message osc-tracklist
2016-10-24 19:03:07 +01:00
Ricardo Constantino
6e143ffec3
man/osc: reorder a few options for better visibility
...
Also document pre-0.21.0 defaults.
2016-10-23 17:23:25 +01:00
Ricardo Constantino
118d7a310e
man/osc: better explain the values of deadzonesize
2016-10-17 16:01:25 +01:00
Ricardo Constantino
2a99e7ae12
osc: add user-alterable margin for top/bottombar
2016-10-15 12:24:01 +01:00
Ricardo Constantino
b99dc17f8e
osc: add right-click behavior to playlist and chapter buttons
2016-10-15 12:24:01 +01:00
Ricardo Constantino
8bb57c0387
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.
2016-10-15 12:24:01 +01:00
Ricardo Constantino
65c75112a7
osc: move tooltip to inside seekbar for top/bottombar
...
Tooltip border is user-alterable
2016-10-07 00:31:49 +01:00
wm4
73aa7484f2
manpage: fix some script_message references to preferred name
2016-05-09 20:39:33 +02:00
Avi Halachmi (:avih)
ad2d10af19
osc: add always-on mode and unify visibility mode (always/never/auto)
...
Adds always-on mode by internally utilizing hidetimeout as negative and
forbidding the user to set negative values.
This removes script-message to enable/disable the osc, and instead introduces a
combined 'visibility' control with the values never/auto/always.
It's available via script_opts and script_message as 'osc-visibility'.
As message, it also supports a 'cycle' value.
The del key is bound to cycling the visibility modes.
2016-02-27 22:19:30 +01:00
Teoh Han Hui
aed7c84840
osc: time display configuration options
...
Total time and ms
2015-06-19 21:33:44 +02:00
rrooij
a87b18aa5a
DOCS/manpage: fix typos
...
Fix some errors in the man pages by spell checking them. Most of them
were typos.
Signed-off-by: wm4 <wm4@nowhere>
2015-06-17 20:13:34 +02:00
Avi Halachmi (:avih)
bc503a0e88
manpage: improve osc help
...
Signed-off-by: wm4 <wm4@nowhere>
2015-05-16 21:02:11 +02:00
ChrisK2
7f584f68bf
OSC: add osc-message script command (wip)
2015-01-02 16:48:16 +01:00
Avi Halachmi (:avih)
39e04e9294
options: deprecate 'lua' based options/dirs for 'script'
...
- --lua and --lua-opts change to --script and --script-opts
- 'lua' default script dirs change to 'scripts'
- DOCS updated
- 'lua-settings' dir was _not_ modified
The old lua-based names/dirs still work, but display a warning.
Signed-off-by: wm4 <wm4@nowhere>
2014-12-15 04:39:56 +01:00
ChrisK2
4ced724ffd
DOCS, OSC: Un-document removed seektooltip option
2014-12-05 19:42:54 +01:00
ChrisK2
58d49a2311
DOCS, OSC: Document layout option
2014-12-05 19:37:31 +01:00
ahoka
b4a147bbe2
man: document osc seekbarstyle option
2014-11-15 20:20:54 +01:00
Stephen Caraher
a037313c10
man: replaced : with , in broken --lua-opts osc example
...
--lua-opts is a key-value list, so the option parser accepts only commas.
Signed-off-by: wm4 <wm4@nowhere>
CC: @mpv-player/stable
2014-10-03 14:24:07 +02:00
Martin Herkt
27a065182c
man: fix a whole bunch of typos
2014-09-01 04:27:13 +02:00
wm4
f5e1756475
DOCS: remove en/ sub-directory
...
This additional sub-directory doesn't serve any purpose anymore. Get rid
of it.
2014-06-20 23:01:12 +02:00