Skip to content

Commit cf0634b

Browse files
committed
mpv-git-v1: Migrate legacy mpv-git
relates to ScoopInstaller/Extras#11123 closes #1187
1 parent 135cc8d commit cf0634b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

bucket/mpv-git-v1.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"version": "20231001",
3+
"description": "Video player based on MPlayer/mplayer2 (builds by shinchiro)",
4+
"homepage": "https://mpv.io",
5+
"license": "LGPL-2.1-or-later,GPL-2.0-or-later",
6+
"notes": [
7+
"This is a legacy build for x86-64-v2 or earlier, if your CPU was made in 2015 or later (Haswell/Excavator or later), use extras/mpv-git",
8+
"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.",
9+
"You can use Icaros ('nonportable/icaros-np') to enable thumbnails for all media types."
10+
],
11+
"suggest": {
12+
"yt-dlp": "yt-dlp"
13+
},
14+
"architecture": {
15+
"64bit": {
16+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-20231001-git-e969072.7z",
17+
"hash": "sha1:aacb510f07d08aac7daaa30c22f8364fb0205fe1"
18+
},
19+
"32bit": {
20+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20231001-git-e969072.7z",
21+
"hash": "sha1:40ed63973296a4ef3549a3ec40651ec2de89115b"
22+
}
23+
},
24+
"pre_install": "Remove-Item \"$dir\\updater.bat\"",
25+
"env_add_path": ".",
26+
"shortcuts": [
27+
[
28+
"mpv.exe",
29+
"mpv"
30+
]
31+
],
32+
"persist": "portable_config",
33+
"checkver": {
34+
"sourceforge": "mpv-player-windows/64bit",
35+
"regex": "mpv-x86_64-(\\d+)-git-(?<commit>[\\da-f]+)\\.7z"
36+
},
37+
"autoupdate": {
38+
"architecture": {
39+
"64bit": {
40+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-$version-git-$matchCommit.7z"
41+
},
42+
"32bit": {
43+
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-$version-git-$matchCommit.7z"
44+
}
45+
}
46+
}
47+
}

0 commit comments

Comments
 (0)