From fa92e970698c2b5491d52e7a37be5a1ed907c241 Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:52:42 +0530 Subject: [PATCH] feat(mpv): mention scoop's `portable_config` path (#201) --- docs/tutorials/mpv.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/mpv.md b/docs/tutorials/mpv.md index 1749384d7..613ae2e70 100644 --- a/docs/tutorials/mpv.md +++ b/docs/tutorials/mpv.md @@ -27,7 +27,7 @@ This folder cannot be changed after installation. If you wish to change it in th ==- 📦 Installing mpv via scoop -[Scoop](https://scoop.sh) is a command line package manager for Windows. We can use it to install and manage mpv. Scoop downloads and manages packages in a portable way, keeping them neatly isolated in `~\scoop` and automatically adds them to your PATH. +[Scoop](https://scoop.sh) is a command line package manager for Windows. We can use it to install and manage mpv. Scoop downloads and manages packages in a portable way, keeping them neatly isolated in `C:\Users\username\scoop` and automatically adds them to your PATH. +++ Installing scoop @@ -125,7 +125,7 @@ By default, mpv's config can be found under `%APPDATA%/mpv/`. However, a folder └── mpv.conf ``` -+++ Modified (`portable_config`) ++++ Portable (`portable_config`) ```properties . @@ -139,6 +139,20 @@ By default, mpv's config can be found under `%APPDATA%/mpv/`. However, a folder └── mpv.conf ``` ++++ Scoop (`~/scoop/persist/mpv-git/portable_config`) + +```properties + +C:/Users/username/scoop/persist/mpv-git/ +└── portable_config/ + ├── fonts/ + ├── script-opts/ + ├── scripts/ + ├── shaders/ + ├── input.conf + └── mpv.conf +``` + +++ File | Meaning