Alright, when people want to customize mpv on Windows, they must open Explorer to the %APPDATA% folder, and go into (or create) the mpv folder there. In that folder they place their input.conf, mpv.conf, scripts dir, etc. :-)
Example for me:
%APPDATA%\mpv is C:\Users\XXXXXXXXXXX\AppData\Roaming\mpv
This needs to be in the Chocolatey package info/description (such as with choco info mpv). Preferably also as a Write-Host message after mpv package has been installed. Just a simple note to say where people should place their config files, since mpv is a player that is very focused around "custom configs". :-)
Proof: https://github.com/mpv-player/mpv/commit/bd7ff23f96e47f0fc4b1c57c63a9feee3e44e21c
Alright, when people want to customize mpv on Windows, they must open Explorer to the
%APPDATA%
folder, and go into (or create) thempv
folder there. In that folder they place their input.conf, mpv.conf, scripts dir, etc. :-)Example for me:
%APPDATA%\mpv
isC:\Users\XXXXXXXXXXX\AppData\Roaming\mpv
This needs to be in the Chocolatey package info/description (such as with
choco info mpv
). Preferably also as aWrite-Host
message after mpv package has been installed. Just a simple note to say where people should place their config files, since mpv is a player that is very focused around "custom configs". :-)