Files
mpv/DOCS/interface-changes/option-paths.txt
Dudemanguy be15be3a83 various: expand paths for all file/directory related options
There's several path-related options that do not handle common shortcuts
(like ~/). Fix this by using mp_get_user_path where appropriate which
expands the path so users get more intuitive behavior. Fixes #15598.
2025-01-29 14:49:06 +00:00

2 lines
93 B
Plaintext

all options that take filepaths as values are now properly expanded (i.e. ~/ -> /home/$USER)