-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
mpv-git.json
46 lines (46 loc) · 1.73 KB
/
mpv-git.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "20240915",
"description": "Video player based on MPlayer/mplayer2 (builds by shinchiro)",
"homepage": "https://mpv.io",
"license": "LGPL-2.1-or-later,GPL-2.0-or-later",
"notes": [
"To set and unset file type associations and AutoPlay handlers, run '$dir\\installer\\mpv-install.bat' and '$dir\\installer\\mpv-uninstall.bat' as administrator, respectively.",
"You can use Icaros ('nonportable/icaros-np') to enable thumbnails for all media types."
],
"suggest": {
"yt-dlp": "yt-dlp"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-20240915-git-ef19a4a.7z",
"hash": "sha1:38cfa947f6ece945f97c4fd204e0878dedd08928"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20240915-git-ef19a4a.7z",
"hash": "sha1:d067f34f0c55e0a680b111c2089a85aeb254a58d"
}
},
"pre_install": "Remove-Item \"$dir\\updater.bat\"",
"env_add_path": ".",
"shortcuts": [
[
"mpv.exe",
"mpv"
]
],
"persist": "portable_config",
"checkver": {
"sourceforge": "mpv-player-windows/64bit",
"regex": "mpv-x86_64-(\\d+)-git-(?<commit>[\\da-f]+)\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-$version-git-$matchCommit.7z"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-$version-git-$matchCommit.7z"
}
}
}
}