Skip to content

Commit ec0bd49

Browse files
committed
feat: add new manifests
denon-dn-500av extron-dvs605 generic-ir-device
1 parent 45f4a82 commit ec0bd49

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,16 @@ scoop install <manifest>
5959
| [navdatabase-amx-ce-series-interface](https://github.com/Norgate-AV/NAVDatabase.Amx.AmxCESeriesInterface) | NetLinx module for AMX CE Series interfaces |
6060
| [navdatabase-amx-ctc-1402](https://github.com/Norgate-AV/NAVDatabase.Amx.CTC-1402) | NetLinx module for AMX CTC-1402 |
6161
| [navdatabase-amx-config-from-file](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile) | NetLinx module for loading configuration from a file |
62+
| [navdatabase-amx-denon-dn-500av](https://github.com/Norgate-AV/NAVDatabase.Amx.DenonDN-500AV) | NetLinx module for Denon DN-500AV |
6263
| [navdatabase-amx-denon-dn-500bd](https://github.com/Norgate-AV/NAVDatabase.Amx.DenonDN-500BD) | NetLinx module for Denon DN-500BD |
6364
| [navdatabase-amx-enova-dvx](https://github.com/Norgate-AV/NAVDatabase.Amx.EnovaDVX) | NetLinx module for AMX Enova DVX Switchers |
6465
| [navdatabase-amx-epson-esc-vp21-business](https://github.com/Norgate-AV/NAVDatabase.Amx.EpsonESC-VP21Business) | NetLinx module for Epson ESC/VP21 Business Projectors |
66+
| [navdatabase-amx-extron-dvs605](https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronDVS605) | NetLinx module for Extron DVS605 |
6567
| [navdatabase-amx-extron-dmp](https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronDMP) | NetLinx module for Extron DMP range of DSP's |
6668
| [navdatabase-amx-extron-ssp](https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronSSP) | NetLinx module for Extron SSP-200 |
6769
| [navdatabase-amx-generic-camera-ui](https://github.com/Norgate-AV/NAVDatabase.Amx.GenericCameraUI) | NetLinx module for generic camera UI |
6870
| [navdatabase-amx-generic-doccam-ui](https://github.com/Norgate-AV/NAVDatabase.Amx.GenericDocCamUI) | NetLinx module for generic document camera UI |
71+
| [navdatabase-amx-generic-ir-device](https://github.com/Norgate-AV/NAVDatabase.Amx.GenericIRDevice) | NetLinx module for generic IR device UI |
6972
| [navdatabase-amx-generic-projector-ui](https://github.com/Norgate-AV/NAVDatabase.Amx.GenericProjectorUI) | NetLinx module for generic projector UI |
7073
| [navdatabase-amx-lightware-lw3](https://github.com/Norgate-AV/NAVDatabase.Amx.LightwareLW3) | NetLinx module for Lightware LW3 compatible devices |
7174
| [navdatabase-amx-ntp-client](https://github.com/Norgate-AV/NAVDatabase.Amx.NtpClient) | NetLinx module for NTP client |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "NetLinx module for Denon DN-500AV",
4+
"homepage": "https://github.com/Norgate-AV/NAVDatabase.Amx.DenonDN-500AV",
5+
"license": "MIT",
6+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.DenonDN-500AV/releases/download/v1.0.0/NAVDatabase.Amx.DenonDN-500AV.1.0.0.archive.zip",
7+
"hash": "27aabf43e9dd7ea44454009d51998c4c102c44dd6ffbce780adced67762659bf",
8+
"depends": "norgateav-amx/navfoundation-amx",
9+
"pre_install": "if (!(is_admin)) { error \"This package requires admin rights to install\"; break }",
10+
"post_install": ". $dir\\SymLink.ps1",
11+
"pre_uninstall": ". $dir\\SymLink.ps1 -Delete",
12+
"checkver": {
13+
"url": "https://api.github.com/repos/Norgate-AV/NAVDatabase.Amx.DenonDN-500AV/releases",
14+
"regex": "\"tag_name\"\\s*:\\s*\"v([\\d.]+)\""
15+
},
16+
"autoupdate": {
17+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.DenonDN-500AV/releases/download/v$version/NAVDatabase.Amx.DenonDN-500AV.$version.archive.zip",
18+
"hash": {
19+
"url": "$url.sha256"
20+
}
21+
}
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "NetLinx module for Extron DVS 605",
4+
"homepage": "https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronDVS605",
5+
"license": "MIT",
6+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronDVS605/releases/download/v1.0.0/NAVDatabase.Amx.ExtronDVS605.1.0.0.archive.zip",
7+
"hash": "f690dcfb74acf9f4f14962a684b6d0e4fb3a3a1e0b4141d1f162c9b6c06a3365",
8+
"depends": "norgateav-amx/navfoundation-amx",
9+
"pre_install": "if (!(is_admin)) { error \"This package requires admin rights to install\"; break }",
10+
"post_install": ". $dir\\SymLink.ps1",
11+
"pre_uninstall": ". $dir\\SymLink.ps1 -Delete",
12+
"checkver": {
13+
"url": "https://api.github.com/repos/Norgate-AV/NAVDatabase.Amx.ExtronDVS605/releases",
14+
"regex": "\"tag_name\"\\s*:\\s*\"v([\\d.]+)\""
15+
},
16+
"autoupdate": {
17+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.ExtronDVS605/releases/download/v$version/NAVDatabase.Amx.ExtronDVS605.$version.archive.zip",
18+
"hash": {
19+
"url": "$url.sha256"
20+
}
21+
}
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "NetLinx module for a generic IR device user interface",
4+
"homepage": "https://github.com/Norgate-AV/NAVDatabase.Amx.GenericIRDevice",
5+
"license": "MIT",
6+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.GenericIRDevice/releases/download/v1.0.0/NAVDatabase.Amx.GenericIRDevice.1.0.0.archive.zip",
7+
"hash": "cdfe898ddd36aa512cd239bb9792362a0527c28d6bfda489f1f8689831df3c4c",
8+
"depends": "norgateav-amx/navfoundation-amx",
9+
"pre_install": "if (!(is_admin)) { error \"This package requires admin rights to install\"; break }",
10+
"post_install": ". $dir\\SymLink.ps1",
11+
"pre_uninstall": ". $dir\\SymLink.ps1 -Delete",
12+
"checkver": {
13+
"url": "https://api.github.com/repos/Norgate-AV/NAVDatabase.Amx.GenericIRDevice/releases",
14+
"regex": "\"tag_name\"\\s*:\\s*\"v([\\d.]+)\""
15+
},
16+
"autoupdate": {
17+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.GenericIRDevice/releases/download/v$version/NAVDatabase.Amx.GenericIRDevice.$version.archive.zip",
18+
"hash": {
19+
"url": "$url.sha256"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)