{
    "version": "3.8.5.26",
    "license": "Freeware",
    "homepage": "https://www.un4seen.com/xmplay.html",
    "description": "The latest (potentially unstable) build of XMPlay, a Win32 audio player.",
    "url": "https://www.un4seen.com/stuff/xmplay.exe",
    "hash": "42a05f4da2c206fd4fe248e76fa91a3f8ffb4e98079bdf5641fa84b7b25a1294",
    "pre_install": [
        "# Create placeholder files",
        "function CreateFile([String[]] $file) {",
        "    foreach ($f in $file) {",
        "        if (! (Test-Path \"$dir\\$f\")) { New-Item \"$dir\\$f\" -ItemType 'File' | Out-Null }",
        "    }",
        "}",
        "CreateFile 'xmplay.ini', 'xmplay.library', 'xmplay.pls'"
    ],
    "bin": [
        [
            "xmplay.exe",
            "xmplay-stuff"
        ]
    ],
    "shortcuts": [
        [
            "xmplay.exe",
            "XMPlay (Stuff Version)"
        ]
    ],
    "persist": [
        "xmplay.ini",
        "xmplay.library",
        "xmplay.pls",
        "plugins",
        "skins"
    ],
    "checkver": {
        "url": "https://www.un4seen.com/xmplay-stuff.php",
        "regex": "([\\d.]+)</span>"
    },
    "autoupdate": {
        "url": "https://www.un4seen.com/stuff/xmplay.exe"
    }
}
