Downloads:
7,197
Downloads of v 2023.03.23:
495
Last Update:
30 Apr 2023
Package Maintainer(s):
Software Author(s):
- SiliconDust
Tags:
silicondust hdhomerun stream dvr plex atsc tv- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
HDHomeRun View (Install)
This is not the latest version of HDHomeRun View (Install) available.
- 1
- 2
- 3
2023.03.23 | Updated: 30 Apr 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,197
Downloads of v 2023.03.23:
495
Maintainer(s):
Software Author(s):
- SiliconDust
HDHomeRun View (Install) 2023.03.23
This is not the latest version of HDHomeRun View (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SiliconDust. The inclusion of SiliconDust trademark(s), if any, upon this webpage is solely to identify SiliconDust goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install HDHomeRun View (Install), run the following command from the command line or from PowerShell:
To upgrade HDHomeRun View (Install), run the following command from the command line or from PowerShell:
To uninstall HDHomeRun View (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download hdhomerun-view --internalize --version=2023.03.23 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade hdhomerun-view -y --source="'INTERNAL REPO URL'" --version="'2023.03.23'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade hdhomerun-view -y --source="'INTERNAL REPO URL'" --version="'2023.03.23'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install hdhomerun-view
win_chocolatey:
name: hdhomerun-view
version: '2023.03.23'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'hdhomerun-view' do
action :install
source 'INTERNAL REPO URL'
version '2023.03.23'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller hdhomerun-view
{
Name = "hdhomerun-view"
Version = "2023.03.23"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'hdhomerun-view':
ensure => '2023.03.23',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 May 2023.
choco://hdhomerun-view
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
HDHomeRun VIEW app
Live TV can be viewed with our own HDHomeRun View app (which is supported on Windows / Mac or Android devices such as phones, tablets, Kindle Fire, FireTV Box, Nvidia Shield and other supported Android TV devices).
Launch the HDHomeRun VIEW application. It should start playing live TV automatically. Click anywhere, tap the screen, press space/up/down, or start typing a search term to bring up the channel list and our patented Channel Slice guide viewer.
Supported Hardware
- HDHomeRun PRIME (HDHR3-CC)
- HDHomeRun CONNECT (HDHR4-2US/2DT)
- HDHomeRun EXTEND (HDTC-2US-M)
- HDHomeRun EXPAND (HDHR3-4DC)
Also includes the HDHomeRun Setup and HDHomeRun Config programs.
SOCIAL MEDIA:
Facebook | Twitter | YouTube | Instagram | Google+ | LinkedIn
OTHER PLATFORMS:
Android App | iOS App | Windows App | Mac Program | Linux Source
RELATED PACKAGES
HDHomeRun Viewer for Plex | HDGrandSlam for Plex
Click here to Patreon-ize the package maintainer.
Log in or click on link to see number of positives.
- hdhomerun-view.2023.03.23.nupkg (59de51bc5090) - ## / 62
- hdhomerun_windows_20230323.exe (0f19d183921c) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
HDHomeRun View (Install) 2023.10.20 | 580 | Wednesday, November 1, 2023 | Approved | |
HDHomeRun View (Install) 2023.7.19 | 115 | Sunday, October 29, 2023 | Approved | |
HDHomeRun View (Install) 2023.03.23 | 495 | Sunday, April 30, 2023 | Approved | |
HDHomeRun View (Install) 2022.03.03 | 366 | Sunday, July 17, 2022 | Approved | |
HDHomeRun View (Install) 2022.02.04 | 258 | Saturday, February 5, 2022 | Approved | |
HDHomeRun View (Install) 2021.03.01 | 285 | Friday, May 14, 2021 | Approved | |
HDHomeRun View (Install) 2020.09.07 | 365 | Wednesday, September 9, 2020 | Approved | |
HDHomeRun View (Install) 2020.02.25 | 339 | Monday, May 4, 2020 | Approved | |
HDHomeRun View (Install) 2019.06.21 | 463 | Monday, July 1, 2019 | Approved | |
HDHomeRun View (Install) 2019.04.17 | 250 | Saturday, May 11, 2019 | Approved | |
HDHomeRun View (Install) 2018.09.21 | 332 | Thursday, October 4, 2018 | Approved | |
HDHomeRun View (Install) 2018.08.17 | 288 | Thursday, August 23, 2018 | Approved | |
HDHomeRun View (Install) 2018.03.27 | 378 | Saturday, April 21, 2018 | Approved | |
HDHomeRun View (Install) 2017.12.21 | 446 | Tuesday, January 2, 2018 | Approved | |
HDHomeRun View (Install) 2017.09.30 | 416 | Sunday, November 26, 2017 | Approved | |
HDHomeRun View (Install) 2017.08.15 | 415 | Friday, September 1, 2017 | Approved | |
HDHomeRun View (Install) 2016.11.19 | 544 | Wednesday, November 23, 2016 | Approved | |
HDHomeRun View (Install) 2016.11.07 | 398 | Wednesday, November 9, 2016 | Approved | |
HDHomeRun View (Install) 2015.08.26 | 464 | Thursday, September 8, 2016 | Approved |
SiliconDust
Software Changelog: https://www.silicondust.com/support/downloads/software-changelog/
Firmware Changelog: https://www.silicondust.com/support/downloads/firmware-changelog/
This package has no dependencies.
Ground Rules:
- This discussion is only about HDHomeRun View (Install) and the HDHomeRun View (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or HDHomeRun View (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.