Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions bucket/mpv-git.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"homepage": "https://mpv.io",
"license": "LGPL-2.1-or-later,GPL-2.0-or-later",
"notes": [
"This is a x86-64-v3 build, if your CPU was made before 2013 (x86-64-v2 or earlier), use versions/mpv-git-v1",
"To check applicability of your CPU, run the following in PowerShell:",
"(Add-Type -MemberDefinition '[DllImport(\"kernel32.dll\")] public static extern bool IsProcessorFeaturePresent(int ProcessorFeature);'-Name 'Kernel32'-Namespace 'Win32'-PassThru)::IsProcessorFeaturePresent(40)",
"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."
],
Expand All @@ -12,8 +15,8 @@
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-20231001-git-e969072.7z",
"hash": "sha1:aacb510f07d08aac7daaa30c22f8364fb0205fe1"
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit-v3/mpv-x86_64-v3-20231001-git-e969072.7z",
"hash": "sha1:207fc5f977e56118beb1680b30292453e478a44c"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20231001-git-e969072.7z",
Expand All @@ -30,13 +33,13 @@
],
"persist": "portable_config",
"checkver": {
"sourceforge": "mpv-player-windows/64bit",
"regex": "mpv-x86_64-(\\d+)-git-(?<commit>[\\da-f]+)\\.7z"
"sourceforge": "mpv-player-windows/64bit-v3",
"regex": "mpv-x86_64-v3-(\\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"
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/64bit-v3/mpv-x86_64-v3-$version-git-$matchCommit.7z"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-$version-git-$matchCommit.7z"
Expand Down