mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
7.98k stars 643 forks source link

check for mpv configuration directory #1209

Closed fractal161 closed 1 year ago

fractal161 commented 1 year ago

Motivation: I set keep-open=yes in my main mpv.conf file since it's nice for watching videos, but this also causes songs to never finish.

Cleanest solution seemed to be supporting a custom mpv config from within the main config folder. I have checked that providing an additional input.conf file in the new mpv config directory does not override the --input-file option.