diff --git a/bucket/mpv-git-v1.json b/bucket/mpv-git-v1.json new file mode 100644 index 00000000000..29d4557ed96 --- /dev/null +++ b/bucket/mpv-git-v1.json @@ -0,0 +1,47 @@ +{ + "version": "20231001", + "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": [ + "This is a legacy build for x86-64-v2 or earlier, if your CPU was made in 2013 or later (Haswell/Excavator or later), use extras/mpv-git", + "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-20231001-git-e969072.7z", + "hash": "sha1:aacb510f07d08aac7daaa30c22f8364fb0205fe1" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20231001-git-e969072.7z", + "hash": "sha1:40ed63973296a4ef3549a3ec40651ec2de89115b" + } + }, + "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-(?[\\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" + } + } + } +}