1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00
mpv/options
wm4 b6346cd0ba player: make resuming playlists less noisy in verbose mode
mp_find_config_file() will print the filename lookup and its result in
verbose mode. This is wanted, but gets inconvenient when it is done for
every playlist entry (for resuming).

Lookup the watch_later subdir only once and cache the result instead.

This drops the logic for loading the resume file from other locations,
which should generally be unnecessary, though might lead to confusion if
the user has mixed old and new config paths (which the user shouldn't).

Also add a mp_find_user_config_file() function for a more
straightforward and reliable way to get actual local configpaths,
instead of possibly global and unwritable locations.

Also, for symmetry, check the resume option in mp_load_playback_resume()
just like mp_check_playlist_resume() does.
2015-05-09 16:48:05 +02:00
..
m_config.c m_config: make m_config_set_profile() use a name 2015-05-07 21:03:14 +02:00
m_config.h m_config: make m_config_set_profile() use a name 2015-05-07 21:03:14 +02:00
m_option.c options: change [...] to balanced quotes 2015-04-19 15:31:17 +02:00
m_option.h Update license headers 2015-04-13 12:10:01 +02:00
m_property.c Update license headers 2015-04-13 12:10:01 +02:00
m_property.h Update license headers 2015-04-13 12:10:01 +02:00
options.c player: add --force-window=immediate mode 2015-05-08 21:47:39 +02:00
options.h options: fix typo in variable name 2015-05-03 14:44:42 +02:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c player: make resuming playlists less noisy in verbose mode 2015-05-09 16:48:05 +02:00
path.h player: make resuming playlists less noisy in verbose mode 2015-05-09 16:48:05 +02:00