mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
get-iplayer: Update to version 3.27.1
This commit is contained in:
parent
32933183cc
commit
12994f2b2d
@ -1,83 +1,83 @@
|
|||||||
{
|
{
|
||||||
"version": "3.27.1",
|
"version": "3.27.1",
|
||||||
"description": "Utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds",
|
"description": "Utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds",
|
||||||
"homepage": "https://github.com/get-iplayer/get_iplayer",
|
"homepage": "https://github.com/get-iplayer/get_iplayer",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/3.27.1/get_iplayer-3.27.1-windows-x64-setup.exe",
|
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/3.27.1/get_iplayer-3.27.1-windows-x64-setup.exe",
|
||||||
"hash": "6dcadf0553401fe3f5594bedc5629360266921bf295d70140861cbffa10cccef"
|
"hash": "6dcadf0553401fe3f5594bedc5629360266921bf295d70140861cbffa10cccef"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/3.27.1/get_iplayer-3.27.1-windows-x86-setup.exe",
|
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/3.27.1/get_iplayer-3.27.1-windows-x86-setup.exe",
|
||||||
"hash": "574115e41bb7dcc97ba36372acf40ef3df6f2ba3988304c27bef05abbce0865e"
|
"hash": "574115e41bb7dcc97ba36372acf40ef3df6f2ba3988304c27bef05abbce0865e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"innosetup": true,
|
"innosetup": true,
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"'get_iplayer.cmd', 'get_iplayer_pvr.cmd', 'get_iplayer_web_pvr.cmd' | ForEach-Object {",
|
"'get_iplayer.cmd', 'get_iplayer_pvr.cmd', 'get_iplayer_web_pvr.cmd' | ForEach-Object {",
|
||||||
" Set-Content \"$dir\\scoop_$_\" \"@echo off`r`n%~dp0$_ --profile-dir `\"$dir\\profile`\" %*\" -Encoding Ascii | Out-Null",
|
" Set-Content \"$dir\\scoop_$_\" \"@echo off`r`n%~dp0$_ --profile-dir `\"$dir\\profile`\" %*\" -Encoding Ascii | Out-Null",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"if (!(Test-Path \"$persist_dir\\profile\\options\")) {",
|
"if (!(Test-Path \"$persist_dir\\profile\\options\")) {",
|
||||||
" Invoke-ExternalCommand \"$dir\\scoop_get_iplayer.cmd\" -ArgumentList @('--prefs-add', '--output-tv', \"$dir\\tv\", '--output-radio', \"$dir\\radio\") | Out-Null",
|
" Invoke-ExternalCommand \"$dir\\scoop_get_iplayer.cmd\" -ArgumentList @('--prefs-add', '--output-tv', \"$dir\\tv\", '--output-radio', \"$dir\\radio\") | Out-Null",
|
||||||
" warn 'Default Download directories (for TV and radio) are set to \"$dir\\tv\" and \"$dir\\radio\"'",
|
" warn 'Default Download directories (for TV and radio) are set to \"$dir\\tv\" and \"$dir\\radio\"'",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer.cmd",
|
"scoop_get_iplayer.cmd",
|
||||||
"get_iplayer"
|
"get_iplayer"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer_pvr.cmd",
|
"scoop_get_iplayer_pvr.cmd",
|
||||||
"get_iplayer_pvr"
|
"get_iplayer_pvr"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer_web_pvr.cmd",
|
"scoop_get_iplayer_web_pvr.cmd",
|
||||||
"get_iplayer_web_pvr"
|
"get_iplayer_web_pvr"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer.cmd",
|
"scoop_get_iplayer.cmd",
|
||||||
"get_iplayer",
|
"get_iplayer",
|
||||||
"--search dontshowanymatches && cd %HOMEDRIVE%%HOMEPATH% && cmd.exe /k get_iplayer.cmd --help",
|
"--search dontshowanymatches && cd %HOMEDRIVE%%HOMEPATH% && cmd.exe /k get_iplayer.cmd --help",
|
||||||
"get_iplayer.ico"
|
"get_iplayer.ico"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer_pvr.cmd",
|
"scoop_get_iplayer_pvr.cmd",
|
||||||
"Run PVR Scheduler",
|
"Run PVR Scheduler",
|
||||||
"",
|
"",
|
||||||
"get_iplayer_pvr.ico"
|
"get_iplayer_pvr.ico"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"scoop_get_iplayer_web_pvr.cmd",
|
"scoop_get_iplayer_web_pvr.cmd",
|
||||||
"Web PVR Manager",
|
"Web PVR Manager",
|
||||||
"",
|
"",
|
||||||
"get_iplayer_pvr.ico"
|
"get_iplayer_pvr.ico"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"persist": [
|
"persist": [
|
||||||
"profile",
|
"profile",
|
||||||
"tv",
|
"tv",
|
||||||
"radio"
|
"radio"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/get-iplayer/get_iplayer_win32"
|
"github": "https://github.com/get-iplayer/get_iplayer_win32"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/$version/get_iplayer-$version-windows-x64-setup.exe"
|
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/$version/get_iplayer-$version-windows-x64-setup.exe"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/$version/get_iplayer-$version-windows-x86-setup.exe"
|
"url": "https://github.com/get-iplayer/get_iplayer_win32/releases/download/$version/get_iplayer-$version-windows-x86-setup.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.sha256"
|
"url": "$url.sha256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user