mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Revert "path: switch back to using non-XDG config dir by default"
This reverts commit 269f0e743e
.
This commit is contained in:
parent
aa18a8e1cd
commit
949e06c86c
@ -425,14 +425,14 @@ additionally wrapped in the fixed-length syntax, e.g. ``%n%string_of_length_n``
|
|||||||
(see above).
|
(see above).
|
||||||
|
|
||||||
Some mpv options interpret paths starting with ``~``. Currently, the prefix
|
Some mpv options interpret paths starting with ``~``. Currently, the prefix
|
||||||
``~~/`` expands to the mpv configuration directory (usually ``~/.mpv/``).
|
``~~/`` expands to the mpv configuration directory (usually ``~/.config/mpv/``).
|
||||||
``~/`` expands to the user's home directory. (The trailing ``/`` is always
|
``~/`` expands to the user's home directory. (The trailing ``/`` is always
|
||||||
required.) The following paths are currently recognized:
|
required.) The following paths are currently recognized:
|
||||||
|
|
||||||
================ ===============================================================
|
================ ===============================================================
|
||||||
Name Meaning
|
Name Meaning
|
||||||
================ ===============================================================
|
================ ===============================================================
|
||||||
``~~/`` mpv config dir (for example ``~/.mpv/``)
|
``~~/`` mpv config dir (for example ``~/.config/mpv/``)
|
||||||
``~/`` user home directory root (similar to shell, ``$HOME``)
|
``~/`` user home directory root (similar to shell, ``$HOME``)
|
||||||
``~~home/`` same as ``~~/``
|
``~~home/`` same as ``~~/``
|
||||||
``~~global/`` the global config path, if available (not on win32)
|
``~~global/`` the global config path, if available (not on win32)
|
||||||
@ -596,7 +596,7 @@ Location and Syntax
|
|||||||
You can put all of the options in configuration files which will be read every
|
You can put all of the options in configuration files which will be read every
|
||||||
time mpv is run. The system-wide configuration file 'mpv.conf' is in your
|
time mpv is run. The system-wide configuration file 'mpv.conf' is in your
|
||||||
configuration directory (e.g. ``/etc/mpv`` or ``/usr/local/etc/mpv``), the
|
configuration directory (e.g. ``/etc/mpv`` or ``/usr/local/etc/mpv``), the
|
||||||
user-specific one is ``~/.mpv/mpv.conf``. For details and platform
|
user-specific one is ``~/.config/mpv/mpv.conf``. For details and platform
|
||||||
specifics (in particular Windows paths) see the `FILES`_ section.
|
specifics (in particular Windows paths) see the `FILES`_ section.
|
||||||
|
|
||||||
User-specific options override system-wide options and options given on the
|
User-specific options override system-wide options and options given on the
|
||||||
@ -646,11 +646,11 @@ File-specific Configuration Files
|
|||||||
You can also write file-specific configuration files. If you wish to have a
|
You can also write file-specific configuration files. If you wish to have a
|
||||||
configuration file for a file called 'video.avi', create a file named
|
configuration file for a file called 'video.avi', create a file named
|
||||||
'video.avi.conf' with the file-specific options in it and put it in
|
'video.avi.conf' with the file-specific options in it and put it in
|
||||||
``~/.mpv/``. You can also put the configuration file in the same directory
|
``~/.config/mpv/``. You can also put the configuration file in the same directory
|
||||||
as the file to be played. Both require you to set the ``--use-filedir-conf``
|
as the file to be played. Both require you to set the ``--use-filedir-conf``
|
||||||
option (either on the command line or in your global config file). If a
|
option (either on the command line or in your global config file). If a
|
||||||
file-specific configuration file is found in the same directory, no
|
file-specific configuration file is found in the same directory, no
|
||||||
file-specific configuration is loaded from ``~/.mpv``. In addition, the
|
file-specific configuration is loaded from ``~/.config/mpv``. In addition, the
|
||||||
``--use-filedir-conf`` option enables directory-specific configuration files.
|
``--use-filedir-conf`` option enables directory-specific configuration files.
|
||||||
For this, mpv first tries to load a mpv.conf from the same directory
|
For this, mpv first tries to load a mpv.conf from the same directory
|
||||||
as the file played and then tries to load any file-specific configuration.
|
as the file played and then tries to load any file-specific configuration.
|
||||||
@ -1372,9 +1372,10 @@ behavior of mpv.
|
|||||||
|
|
||||||
``HOME``, ``XDG_CONFIG_HOME``
|
``HOME``, ``XDG_CONFIG_HOME``
|
||||||
Used to determine mpv config directory. If ``XDG_CONFIG_HOME`` is not set,
|
Used to determine mpv config directory. If ``XDG_CONFIG_HOME`` is not set,
|
||||||
``$HOME/.config/mpv`` is used. But note that if the directory as according
|
``$HOME/.config/mpv`` is used.
|
||||||
to XDG does not exist, ``$HOME/.config/mpv`` is created and used. See
|
|
||||||
`FILES`_.
|
``$HOME/.mpv`` is always added to the list of config search paths with a
|
||||||
|
lower priority.
|
||||||
|
|
||||||
``MPV_HOME``
|
``MPV_HOME``
|
||||||
Directory where mpv looks for user settings. Overrides ``HOME``, and mpv
|
Directory where mpv looks for user settings. Overrides ``HOME``, and mpv
|
||||||
@ -1500,55 +1501,30 @@ For Windows-specifics, see `FILES ON WINDOWS`_ section.
|
|||||||
in default configuration will use ``/usr/local/etc/mpv/`` as config
|
in default configuration will use ``/usr/local/etc/mpv/`` as config
|
||||||
directory, while most Linux distributions will set it to ``/etc/mpv/``).
|
directory, while most Linux distributions will set it to ``/etc/mpv/``).
|
||||||
|
|
||||||
Ignored if ``$MPV_HOME`` is set.
|
``~/.config/mpv/mpv.conf``
|
||||||
|
|
||||||
``~/.mpv/``
|
|
||||||
Standard configuration files directory. The path is derived from the
|
|
||||||
``$HOME`` environment variable (if unset, something stupid happens).
|
|
||||||
|
|
||||||
If the ``$MPV_HOME`` environment variable is set, it is used as sole config
|
|
||||||
dir, and the other paths are not used.
|
|
||||||
|
|
||||||
If the directory does not exist (and no alternative config dirs exist), mpv
|
|
||||||
tries to create it and use it.
|
|
||||||
|
|
||||||
``~/.config/mpv/``
|
|
||||||
Alternative configuration directory following the KDE/GNOME desktop
|
|
||||||
environment specific convention. If the standard directory ``~/.mpv/`` does
|
|
||||||
not exist, but this path does, it is used instead.
|
|
||||||
.
|
|
||||||
|
|
||||||
If ``$XDG_CONFIG_HOME`` is set, it is used as prefix instead of
|
|
||||||
``~/.config``.
|
|
||||||
|
|
||||||
Note that if both this path and ``~/.mpv/`` exists, ``~/.mpv/`` will be
|
|
||||||
preferred, but it will still add the XDG path as secondary search path
|
|
||||||
(why the hell it does that is unknown).
|
|
||||||
|
|
||||||
``~/.mpv/mpv.conf``
|
|
||||||
mpv user settings (see `CONFIGURATION FILES`_ section)
|
mpv user settings (see `CONFIGURATION FILES`_ section)
|
||||||
|
|
||||||
``~/.mpv/input.conf``
|
``~/.config/mpv/input.conf``
|
||||||
key bindings (see `INPUT.CONF`_ section)
|
key bindings (see `INPUT.CONF`_ section)
|
||||||
|
|
||||||
``~/.mpv/fonts.conf``
|
``~/.config/mpv/fonts.conf``
|
||||||
Fontconfig fonts.conf that is customized for mpv. You should include system
|
Fontconfig fonts.conf that is customized for mpv. You should include system
|
||||||
fonts.conf in this file or mpv would not know about fonts that you already
|
fonts.conf in this file or mpv would not know about fonts that you already
|
||||||
have in the system.
|
have in the system.
|
||||||
|
|
||||||
Only available when libass is built with fontconfig.
|
Only available when libass is built with fontconfig.
|
||||||
|
|
||||||
``~/.mpv/subfont.ttf``
|
``~/.config/mpv/subfont.ttf``
|
||||||
fallback subtitle font
|
fallback subtitle font
|
||||||
|
|
||||||
``~/.mpv/fonts/``
|
``~/.config/mpv/fonts/``
|
||||||
Font files in this directory are used by mpv/libass for subtitles. Useful
|
Font files in this directory are used by mpv/libass for subtitles. Useful
|
||||||
if you do not want to install fonts to your system. Note that files in this
|
if you do not want to install fonts to your system. Note that files in this
|
||||||
directory are loaded into memory before being used by mpv. If you have a
|
directory are loaded into memory before being used by mpv. If you have a
|
||||||
lot of fonts, consider using fonts.conf (see above) to include additional
|
lot of fonts, consider using fonts.conf (see above) to include additional
|
||||||
fonts, which is more memory-efficient.
|
fonts, which is more memory-efficient.
|
||||||
|
|
||||||
``~/.mpv/scripts/``
|
``~/.config/mpv/scripts/``
|
||||||
All files in this directory are loaded as if they were passed to the
|
All files in this directory are loaded as if they were passed to the
|
||||||
``--script`` option. They are loaded in alphabetical order.
|
``--script`` option. They are loaded in alphabetical order.
|
||||||
|
|
||||||
@ -1556,7 +1532,7 @@ For Windows-specifics, see `FILES ON WINDOWS`_ section.
|
|||||||
|
|
||||||
See `Script location`_ for details.
|
See `Script location`_ for details.
|
||||||
|
|
||||||
``~/.mpv/watch_later/``
|
``~/.config/mpv/watch_later/``
|
||||||
Contains temporary config files needed for resuming playback of files with
|
Contains temporary config files needed for resuming playback of files with
|
||||||
the watch later feature. See for example the ``Q`` key binding, or the
|
the watch later feature. See for example the ``Q`` key binding, or the
|
||||||
``quit-watch-later`` input command.
|
``quit-watch-later`` input command.
|
||||||
@ -1569,13 +1545,19 @@ For Windows-specifics, see `FILES ON WINDOWS`_ section.
|
|||||||
``--write-filename-in-watch-later-config`` option, and the player will
|
``--write-filename-in-watch-later-config`` option, and the player will
|
||||||
add the media filename to the contents of the resume config file.
|
add the media filename to the contents of the resume config file.
|
||||||
|
|
||||||
``~/.mpv/script-opts/osc.conf``
|
``~/.config/mpv/script-opts/osc.conf``
|
||||||
This is loaded by the OSC script. See the `ON SCREEN CONTROLLER`_ docs
|
This is loaded by the OSC script. See the `ON SCREEN CONTROLLER`_ docs
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
Other files in this directory are specific to the corresponding scripts
|
Other files in this directory are specific to the corresponding scripts
|
||||||
as well, and the mpv core doesn't touch them.
|
as well, and the mpv core doesn't touch them.
|
||||||
|
|
||||||
|
Note that the environment variables ``$XDG_CONFIG_HOME`` and ``$MPV_HOME`` can
|
||||||
|
override the standard directory ``~/.config/mpv/``.
|
||||||
|
|
||||||
|
Also, the old config location at ``~/.mpv/`` is still read, and if the XDG
|
||||||
|
variant does not exist, will still be preferred.
|
||||||
|
|
||||||
FILES ON WINDOWS
|
FILES ON WINDOWS
|
||||||
================
|
================
|
||||||
|
|
||||||
|
@ -33,17 +33,17 @@ static void path_init(void)
|
|||||||
char *home = getenv("HOME");
|
char *home = getenv("HOME");
|
||||||
char *xdg_dir = getenv("XDG_CONFIG_HOME");
|
char *xdg_dir = getenv("XDG_CONFIG_HOME");
|
||||||
|
|
||||||
if (home && home[0])
|
|
||||||
snprintf(mpv_home, sizeof(mpv_home), "%s/.mpv", home);
|
|
||||||
|
|
||||||
// Maintain compatibility with old XDG config dirs
|
|
||||||
if (xdg_dir && xdg_dir[0]) {
|
if (xdg_dir && xdg_dir[0]) {
|
||||||
snprintf(old_home, sizeof(old_home), "%s/mpv", xdg_dir);
|
snprintf(mpv_home, sizeof(mpv_home), "%s/mpv", xdg_dir);
|
||||||
} else if (home && home[0]) {
|
} else if (home && home[0]) {
|
||||||
snprintf(old_home, sizeof(old_home), "%s/.config/mpv", home);
|
snprintf(mpv_home, sizeof(mpv_home), "%s/.config/mpv", home);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the compat. dir exists, and the proper dir doesn't, use the compat.
|
// Maintain compatibility with old ~/.mpv
|
||||||
|
if (home && home[0])
|
||||||
|
snprintf(old_home, sizeof(old_home), "%s/.mpv", home);
|
||||||
|
|
||||||
|
// If the old ~/.mpv exists, and the XDG config dir doesn't, use the old
|
||||||
// config dir only.
|
// config dir only.
|
||||||
if (mp_path_exists(old_home) && !mp_path_exists(mpv_home)) {
|
if (mp_path_exists(old_home) && !mp_path_exists(mpv_home)) {
|
||||||
snprintf(mpv_home, sizeof(mpv_home), "%s", old_home);
|
snprintf(mpv_home, sizeof(mpv_home), "%s", old_home);
|
||||||
|
Loading…
Reference in New Issue
Block a user