
759
Downloads
126
Downloads of v 2018.09.23
11/1/2018
Last update
Listen to Internet radio: select, connect, and enjoy!
* Select from thousands of radio stations
* Search by name, genre or country
* Star your favorites
* Set sleep timer, relax
* Absolutely free
### New versions possible checksums error (no panic)
Authors do not provide specific URLs for each version, so the download URL in this package will always download the latest version. Please be patient if you get checksums failure, probably due to lag between official release and new Chocolatey package. I'll try to update as soon as possible, but you can try --ignore-checksums parameter to bypass the error or, better, warn me in comments section here or by opening a GitHub issue. Thank you.
To install Screamer Radio, run the following command from the command line or from PowerShell:
C:\> choco install screamer
To upgrade Screamer Radio, run the following command from the command line or from PowerShell:
C:\> choco upgrade screamer
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://apps.steamcore.se/Screamer/Releases/ScreamerSetup.exe' $url64 = $url $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'EXE' url = $url url64bit = $url64 softwareName = 'Screamer Radio' checksum = '5e3cb4a6f62a1e124c64e0bf52b8b554' checksumType = 'md5' checksum64 = '5e3cb4a6f62a1e124c64e0bf52b8b554' checksumType64= 'md5' validExitCodes= @(0, 3010, 1641) silentArgs = '/S' } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Screamer*' fileType = 'EXE' silentArgs = "--uninstall -s" validExitCodes= @(0, 3010, 1641) } $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] if ($key.Count -eq 1) { $key | % { $packageArgs['file'] = $env:USERPROFILE + "\AppData\Local\Screamer\Update.exe" if ($packageArgs['fileType'] -eq 'MSI') { $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])" $packageArgs['file'] = '' } Uninstall-ChocolateyPackage @packageArgs } } elseif ($key.Count -eq 0) { Write-Warning "$packageName has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$($key.Count) matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | % {Write-Warning "- $($_.DisplayName)"} }
Virus Scan Results
- Screamer.2018.09.23.nupkg (e94e3119a90f) - ## / 59 - Log in or click on link to see number of positives
- ScreamerSetup.exe (1add72da0631) - ## / 67 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Copyright © Steamcore Software Solutions
Tags
Release Notes
https://www.screamer-radio.com/releasenotes/stable/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Screamer Radio 2018.09.23 | 126 | Thursday, November 1, 2018 | approved |
Screamer Radio 0.9 | 633 | Monday, December 29, 2014 | approved |
Discussion for the Screamer Radio Package
Ground rules:
- This discussion is only about Screamer Radio and the Screamer Radio 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 Screamer Radio, 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.