From 95e3a5440508e9aeb615070e303b7cd250958f72 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Amorim Date: Sun, 9 Aug 2026 14:53:11 -0300 Subject: [PATCH] feat: add mpv to Multimedia Tools app list (#4940) mpv has no official Windows installer; winget id shinchiro.mpv is the de facto standard Windows build. Choco mpv/mpv.install are flagged "Possibly broken" upstream, so winget is the sole install source. --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 7a1d87ea..6baa9eb4 100644 --- a/config/applications.json +++ b/config/applications.json @@ -836,6 +836,14 @@ "winget": "mpc-qt.mpc-qt", "foss": true }, + "mpv": { + "category": "Multimedia Tools", + "content": "mpv", + "description": "mpv is a free, open source, and cross-platform media player supporting a wide variety of media formats, codecs, and subtitle types.", + "link": "https://mpv.io/", + "winget": "shinchiro.mpv", + "foss": true + }, "matrix": { "category": "Communications", "choco": "element-desktop",