Skip to content

Commit

Permalink
fix(mpv): replace prebuilds with scoop (#200)
Browse files Browse the repository at this point in the history
Although I like the idea of us providing the pre configured mpv builds, it's practically impossible to keep them up to date.
  • Loading branch information
Ravencentric authored Nov 14, 2023
1 parent 412bf84 commit 4331e7b
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,29 @@ This folder cannot be changed after installation. If you wish to change it in th

[!embed text="Installing mpv on Windows"](/static/playback/mpv/installation-windows.mp4)

==- 📦 Installing a pre-configured build
==- 📦 Installing mpv via scoop

If you don't want to setup mpv yourself, portable builds of mpv are available below. They are pre-configured to have the settings described in the [Basic Config](#basic-config) and [Advanced Config](#advanced-config).
[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.

[!file mpv (Default OSC)](https://github.com/Snaacky/thewiki/releases/latest/download/mpv-default.zip)
[!file mpv (ModernX)](https://github.com/Snaacky/thewiki/releases/latest/download/mpv-modernx.zip)
[!file mpv (uosc)](https://github.com/Snaacky/thewiki/releases/latest/download/mpv-uosc.zip)
+++ Installing scoop

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

+++ Installing mpv

scoop bucket add extras
scoop install extras/mpv-git

+++ Updating mpv

scoop update mpv-git

+++ Uninstalling mpv

scoop uninstall mpv-git

+++

==- 🍴 Installing a fork

Expand Down

0 comments on commit 4331e7b

Please sign in to comment.