Skip to content

Commit

Permalink
mpv-git-v1: Migrate legacy mpv-git
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Oct 1, 2023
1 parent 135cc8d commit cf0634b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions bucket/mpv-git-v1.json
Original file line number Diff line number Diff line change
@@ -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 2015 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-(?<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"
}
}
}
}

0 comments on commit cf0634b

Please sign in to comment.