0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/man
wm4 2415b69572 player: more option/property consistency fixes
Some properties had a different type from their equivalent options (such
as mute, volume, deinterlace, edition). This wasn't really sane, as raw
option values should be always within their bounds. On the other hand,
these properties use a different type to reflect runtime limits (such as
range of available editions), or simply to improve the "UI" (you don't
want to cycle throuhg the completely useless "auto" value when cycling
the "mute" property).

Handle this by making them always return the option type, but also
allowing them to provide a "constricted" type, which is used for UI
purposes. All M_PROPERTY_GET_CONSTRICTED_TYPE changes are related to
this.

One consequence is that you can set the volume property to arbitrary
high values just like with the --volume option, but using the "add"
command it still restricts it to the --volume-max range.

Also deprecate --chapter, as it is grossly incompatible to the chapter
property. We pondered renaming it to --chapters, or introducing a more
powerful --range option, but concluded that --start --end is actually
enough.

These changes appear to take care of the last gross property/option
incompatibilities, although there might still be a few lurking.
2016-09-18 16:08:21 +02:00
..
af.rst audio/filter: remove delay audio filter 2016-08-12 19:45:39 +02:00
ao.rst manpage: remove more references to deprecated sub-option syntax 2016-09-07 12:55:21 +02:00
changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
encode.rst man: fix grammar issues 2015-12-19 09:26:41 +01:00
input.rst player: more option/property consistency fixes 2016-09-18 16:08:21 +02:00
ipc.rst client API: declare mpv_suspend/mpv_resume deprecated 2016-09-16 14:39:47 +02:00
libmpv.rst DOCS: move libmpv stub to manpage 2016-09-02 09:53:11 +02:00
lua.rst manpage: minor fix 2016-07-10 19:51:09 +02:00
mpv.rst DOCS: vo/ao auto profiles are deprecated 2016-09-17 18:31:10 +02:00
options.rst options: rename/deprecate --playlist-pos 2016-09-18 16:08:21 +02:00
osc.rst manpage: fix some script_message references to preferred name 2016-05-09 20:39:33 +02:00
vf.rst vf_d3d11vpp: add video processor selection 2016-07-15 19:48:58 +02:00
vo.rst vo_rpi: deprecate this VO 2016-09-12 20:05:48 +02:00