summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
Commit message (Collapse)AuthorAgeFilesLines
* input.conf: add some additional bindingswm42014-11-191-0/+7
|
* input.conf: Don't make ENTER exit the playerChrisK22014-11-151-1/+1
| | | | Apparently this is confusing.
* manpage: update --playlist commentswm42014-11-021-2/+1
| | | | | | | | | | | | | | 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 linewm42014-10-311-8/+9
| | | | | Hopefully less confusing, and hopefully doesn't exceed the terminal width in any situation.
* manpage: use the proper environment variable for CSIDL_APPDATAwm42014-10-251-4/+8
|
* win32: change config path prioritieswm42014-10-231-0/+29
| | | | | | | | | | | | | | | | | 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 typoBen Boeckel2014-10-201-1/+1
|
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-171-0/+2
|
* options: don't load per-file config files by defaultwm42014-10-171-1/+1
| | | | | | 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://wm42014-10-141-0/+4
| | | | | | | 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 defaultKevin Mitchell2014-10-041-3/+3
| | | | Signed-off-by: wm4 <wm4@nowhere>
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
| | | | | Fixes #1131. CC: @mpv-player/stable
* manpage: document terminal status line componentswm42014-09-201-0/+45
| | | | | (The classic MPlayer documentation had this in separate files, but we deleted them ages ago.)
* input.conf: map ESC to exiting fullscreenwm42014-09-151-1/+4
| | | | | | | | | | 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 bindingswm42014-09-131-0/+4
|
* man: fix a whole bunch of typosMartin Herkt2014-09-011-4/+4
|
* manpage: update keybindingswm42014-08-111-1/+1
|
* manpage: update key bindingswm42014-08-081-36/+6
|
* manpage: be more explicit where input.conf is locatedwm42014-08-021-1/+1
|
* manpage: eliminate the word "movie"wm42014-07-261-10/+10
| | | | | | | It's evil and sounds outdated. Use the words "media" and "video" instead. Closes #935.
* manpage: update config file locationswm42014-06-281-7/+20
| | | | Also add some explanations how the config paths are determined.
* DOCS: remove en/ sub-directorywm42014-06-201-0/+720
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.