AeliusSaionji / chocopkgs

13 stars 24 forks source link

mpv: Document the user scripts folder #28

Closed Arcitec closed 1 month ago

Arcitec commented 4 years ago

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) 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". :-)