aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/osc.rst
Commit message (Collapse)AuthorAge
* config: replace config dir lua-settings/ with dir script-opts/Gravatar Avi Halachmi (:avih)2018-04-07
| | | | lua-settings/ is still supported, with deprecation warning.
* osc: add seekbarkeyframes as a user optionGravatar dudemanguy2018-01-03
|
* osc: make seek ranges rendering optionalGravatar pavelxdd2017-12-26
| | | | | This commit adds a new osc setting `seekranges` to control the seek ranges visibility.
* osc: add user_opts.boxmaxchars for box layout title limitGravatar Avi Halachmi (:avih)2017-04-19
| | | | | The default of 80 is conservative to allow relatively wide fonts, but with many common fonts a bigger number can be used without overflow.
* man/osc: document volume and fullscreen buttonsGravatar Ricardo Constantino2017-04-19
|
* osc: escape ASS and strip newlines on titleGravatar Ricardo Constantino2017-03-27
|
* osc: make title configurable and use property expansion on itGravatar Ricardo Constantino2017-03-27
|
* Revert "osc: make the title toggleable between media-title and filename"Gravatar Ricardo Constantino2017-03-27
| | | | This reverts commit 6573b73462e336da0daca845ba4df02782afc2b6.
* osc: make the title toggleable between media-title and filenameGravatar Ricardo Constantino2017-03-26
| | | | Close #4221
* osc: add seekbarstyle=knobGravatar Ricardo Constantino2016-11-09
| | | | | | | | 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.
* man/osc: remove extra indentation from 3adc6071Gravatar Ricardo Constantino2016-10-30
|
* osc: top/bottombar: rescale layout to same size with scale=1Gravatar Ricardo Constantino2016-10-29
| | | | | 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.
* man/osc: Fix hard wrapping in man filesGravatar Ricardo Constantino2016-10-29
|
* osc: compromise on default deadzonesizeGravatar Ricardo Constantino2016-10-29
| | | | | | 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.
* osc: add script message handlers for chapter/track/playlistsGravatar Ricardo Constantino2016-10-24
| | | | | | | | | | 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
* man/osc: reorder a few options for better visibilityGravatar Ricardo Constantino2016-10-23
| | | | Also document pre-0.21.0 defaults.
* man/osc: better explain the values of deadzonesizeGravatar Ricardo Constantino2016-10-17
|
* osc: add user-alterable margin for top/bottombarGravatar Ricardo Constantino2016-10-15
|
* osc: add right-click behavior to playlist and chapter buttonsGravatar Ricardo Constantino2016-10-15
|
* osc: change default layout to bottombarGravatar Ricardo Constantino2016-10-15
| | | | | | Change a few other defaults accordingly: - seekbarstyle=bar looks better with bottombar. - Bigger scalewindowed and scalefullscreen make bottom/topbar more readable.
* osc: move tooltip to inside seekbar for top/bottombarGravatar Ricardo Constantino2016-10-07
| | | | Tooltip border is user-alterable
* manpage: fix some script_message references to preferred nameGravatar wm42016-05-09
|
* osc: add always-on mode and unify visibility mode (always/never/auto)Gravatar Avi Halachmi (:avih)2016-02-27
| | | | | | | | | | | | | 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.
* osc: time display configuration optionsGravatar Teoh Han Hui2015-06-19
| | | | Total time and ms
* DOCS/manpage: fix typosGravatar rrooij2015-06-17
| | | | | | | Fix some errors in the man pages by spell checking them. Most of them were typos. Signed-off-by: wm4 <wm4@nowhere>
* manpage: improve osc helpGravatar Avi Halachmi (:avih)2015-05-16
| | | | Signed-off-by: wm4 <wm4@nowhere>
* OSC: add osc-message script command (wip)Gravatar ChrisK22015-01-02
|
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
| | | | | | | | | | | | - --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>
* DOCS, OSC: Un-document removed seektooltip optionGravatar ChrisK22014-12-05
|
* DOCS, OSC: Document layout optionGravatar ChrisK22014-12-05
|
* man: document osc seekbarstyle optionGravatar ahoka2014-11-15
|
* man: replaced : with , in broken --lua-opts osc exampleGravatar Stephen Caraher2014-10-03
| | | | | | | --lua-opts is a key-value list, so the option parser accepts only commas. Signed-off-by: wm4 <wm4@nowhere> CC: @mpv-player/stable
* man: fix a whole bunch of typosGravatar Martin Herkt2014-09-01
|
* DOCS: remove en/ sub-directoryGravatar wm42014-06-20
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.