aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/mpv.rst
Commit message (Collapse)AuthorAge
* manpage: fix typoGravatar zymos2015-02-28
| | | | Signed-off-by: wm4 <wm4@nowhere>
* manpage: document 'A' keyGravatar wm42015-01-26
| | | | Of course this was forgotten in commit 189087c.
* manpage: fix typoGravatar Diogo Franco (Kovensky)2015-01-26
|
* manpage: describe some more config directory artifactsGravatar wm42015-01-26
|
* manpage: minor changesGravatar wm42015-01-23
| | | | | | Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too.
* manpage: fix references to vf_ppGravatar wm42015-01-13
| | | | | | It was removed, but is still available through FFmpeg. Fixes #1468.
* manpage: document details of option quoting and escapingGravatar wm42015-01-05
| | | | | Makes me realize what a mess this is. I hope it can be simplified in the far future, preferably by killing the suboption parser completely.
* 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>
* manpage: minor fixesGravatar wm42014-11-29
| | | | | Also update the Lua example. The "pause" event was declared deprecated, so the example should use the newer API.
* input.conf: add some additional bindingsGravatar wm42014-11-19
|
* input.conf: Don't make ENTER exit the playerGravatar ChrisK22014-11-15
| | | | Apparently this is confusing.
* manpage: update --playlist commentsGravatar wm42014-11-02
| | | | | | | | | | | | | | Using the --playlist option is no longer recommended. A while ago, mpv rewrote all playlist parsers and added some minimal security mechanisms (like not allowing local file access or unsafe protocols in remote playlists). Further, mpv can load playlists by passing them as normal file arguments, without the option. Now, --playlist is needed only in these situations: 1) loading plaintext files 2) disabling additional security mechanisms (e.g. using a remote playlist to play local files)
* player: change framedrop display in the status lineGravatar wm42014-10-31
| | | | | Hopefully less confusing, and hopefully doesn't exceed the terminal width in any situation.
* manpage: use the proper environment variable for CSIDL_APPDATAGravatar wm42014-10-25
|
* win32: change config path prioritiesGravatar wm42014-10-23
| | | | | | | | | | | | | | | | | Assume mpv.exe is located in $mpv_exe_dir, then config files were preferably loaded from "$mpv_exe_dir/mpv". This was mostly traditional, and inherited from MPlayer times. Reverse the config path priority order, and prefer $CSIDL_APPDATA/mpv as main config path. This also fixes behavior when writing watch_later configs, and mpv is installed in a not-writable path. It's possible that this will cause regressions for some users, if the change in preference suddenly prefers stale config files (which may happen to longer around in the appdata config dir) over the user's proper config. Also explicitly document the behavior.
* manpage: fix a typoGravatar Ben Boeckel2014-10-20
|
* manpage: add JSON IPC documentationGravatar Alessandro Ghedini2014-10-17
|
* options: don't load per-file config files by defaultGravatar wm42014-10-17
| | | | | | Generally useless feature, and might be slightly dangerous if paths can "escape" from the profile dir. (Normally this shouldn't be possible, though.)
* stream_lavf: expose concat://Gravatar wm42014-10-14
| | | | | | | Apparently there's an use for this; see #1178. I won't redocument obscure FFmpeg features, so add a hint to the manpage that some protocols are documented in FFmpeg instead.
* manpage: improve consistency with new ~/.config/mpv defaultGravatar Kevin Mitchell2014-10-04
| | | | Signed-off-by: wm4 <wm4@nowhere>
* manpage: redocument audio delay key bindingsGravatar wm42014-10-02
| | | | | Fixes #1131. CC: @mpv-player/stable
* manpage: document terminal status line componentsGravatar wm42014-09-20
| | | | | (The classic MPlayer documentation had this in separate files, but we deleted them ages ago.)
* input.conf: map ESC to exiting fullscreenGravatar wm42014-09-15
| | | | | | | | | | Apparently making ESC exit fullscreen mode is the more popular convention compared to ESC quitting the program. It was also concluded that ESC should do nothing when the windows is already in normal state. See discussion in #973.
* manpage: document shift+pgup/pgdwn bindingsGravatar wm42014-09-13
|
* man: fix a whole bunch of typosGravatar Martin Herkt2014-09-01
|
* manpage: update keybindingsGravatar wm42014-08-11
|
* manpage: update key bindingsGravatar wm42014-08-08
|
* manpage: be more explicit where input.conf is locatedGravatar wm42014-08-02
|
* manpage: eliminate the word "movie"Gravatar wm42014-07-26
| | | | | | | It's evil and sounds outdated. Use the words "media" and "video" instead. Closes #935.
* manpage: update config file locationsGravatar wm42014-06-28
| | | | Also add some explanations how the config paths are determined.
* DOCS: remove en/ sub-directoryGravatar wm42014-06-20
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.