Skip to content

Commit

Permalink
feat(mpv): mention scoop's portable_config path (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored Nov 14, 2023
1 parent 4331e7b commit fa92e97
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
.
Expand All @@ -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
Expand Down

0 comments on commit fa92e97

Please sign in to comment.