You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$XDG_DATA_HOME defines the base directory relative to which user-specific data files should be stored. If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share should be used.
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
I believe the script should be amended, also the way the checks work: If one of the directories exist, then searching should stop there.
mplug/src/mplug/mplug.py
Lines 286 to 312 in e18d8c4
According to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#:~:text=and%20ignore%0A%20%20%20%20%20%20it.-,environment%20variables,-%24XDG_DATA_HOME%20defines%20the:
I believe the script should be amended, also the way the checks work: If one of the directories exist, then searching should stop there.
It'd be nice to verify if the script is configured according to mpv's rules (https://mpv.io/manual/master/#files)
The text was updated successfully, but these errors were encountered: