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
seems to make mpv input config loading work but I suppose there might be a better way to solve this. Didn't check the _get_conf_dir function, suppose there will be the same thing as well.
Your Environment
OS: GNU/Linux
Distribution: Manjaro
The text was updated successfully, but these errors were encountered:
Issue
Yewtube will not load mpv config files from mpv config directory.
Context
Inside
mpv.py
get_config_dir
is called:yewtube/mps_youtube/players/mpv.py
Line 288 in f62a5fd
yewtube/mps_youtube/players/mpv.py
Line 321 in f62a5fd
Which, like the code itself suggests, returns the config directory path of Yewtube and not the main config directory path or the one of mpv:
yewtube/mps_youtube/paths.py
Line 56 in f62a5fd
Solution
Replacing
yewtube/mps_youtube/players/mpv.py
Line 288 in f62a5fd
with
seems to make mpv input config loading work but I suppose there might be a better way to solve this. Didn't check the
_get_conf_dir
function, suppose there will be the same thing as well.Your Environment
OS: GNU/Linux
Distribution: Manjaro
The text was updated successfully, but these errors were encountered: