-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpv-git.json
50 lines (50 loc) · 2.28 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
47
48
49
50
{
"homepage": "https://mpv.io/",
"description": "Video player based on MPlayer/mplayer2 (builds by shinchiro)",
"license": "GPL-2.0-or-later|LGPL-2.1-or-later",
"version": "20220306",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/64bit/mpv-x86_64-20220306-git-1c49d57.7z",
"hash": "sha1:ccdf846cc6d526c0566f12d0a206e9b60473aa62"
},
"32bit": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/32bit/mpv-i686-20220306-git-1c49d57.7z",
"hash": "sha1:5541068bdd017ed995deb6d6db90b3934fec6882"
}
},
"bin": "mpv.exe",
"shortcuts": [
[
"mpv.exe",
"mpv"
]
],
"persist": "portable_config",
"post_install": [
"(Get-Content \"$(shimdir $global)\\mpv.ps1\").replace('mpv.exe','mpv.com') | Out-File \"$(shimdir $global)\\mpv.ps1\" -encoding utf8",
"(Get-Content \"$(shimdir $global)\\mpv.shim\").replace('mpv.exe','mpv.com') | Out-File \"$(shimdir $global)\\mpv.shim\" -encoding utf8"
],
"suggest": {
"youtube-dl": "youtube-dl"
},
"notes": [
"- To set up file type associations and AutoPlay handlers run '~\\scoop\\apps\\mpv-git\\current\\installer\\mpv-install.bat' as administrator.",
"This doesn't need to be done everytime you update mpv-git however, do keep in mind that if you want to uninstall mpv-git you'll need to run '(same directory)\\mpv-uninstall.bat' beforehand since this action will not be performed automatically.",
"- You can use Icaros (https://www.majorgeeks.com/files/details/icaros.html) to enable thumbnails for all media types."
],
"checkver": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/64bit/",
"re": "mpv-x86_64-(?<version>[\\d]{8})-git-(?<commit>[\\a-z]{7})\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/64bit/mpv-x86_64-$matchVersion-git-$matchCommit.7z"
},
"32bit": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/32bit/mpv-i686-$matchVersion-git-$matchCommit.7z"
}
}
}
}