{
    "version": "20240128",
    "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": [
        "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-20240128-git-c6ccabe.7z",
            "hash": "sha1:4a87721373b660e5182cf7b985f954b191b846bc"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20240128-git-c6ccabe.7z",
            "hash": "sha1:18351f07d4ca9bfd41adbfdc931da8a696352564"
        }
    },
    "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"
            }
        }
    }
}
