Skip to content

Commit

Permalink
AU: 1 updated - plane9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 7, 2017
1 parent 80a95df commit 878fb82
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
24 changes: 22 additions & 2 deletions automatic/plane9/plane9.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>plane9</id>
<version>0.0</version>
<version>2.5.1.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/plane9</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Plane9</title>
Expand All @@ -17,7 +17,27 @@
<tags>plane9 visualizer screensaver freeware</tags>
<summary>Plane9 is a 3d visualizer where you never have to settle for just one view ever again</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Dummy Description</description>
<description><![CDATA[Plane9 is a 3d **visualizer** where you never have to settle for just one view ever again. It features over 250 predefined [scenes][] to choose from. But it doesn't end there since the scenes can be [combined][] with one another to form a near endless supply of new views to experience. 39 transition are used to form a continous experience when moving from scene to scene.
The visualizer can be used either as standalone window, screensaver, **oculus rift** or **HTC Vive** VR visualizer. It is **sound sensitive** and reacts to what your currently listening to, be it from spotify, iTunes or any another sound source, it can even react to what you record from a microphone or other input.
If you feel stressed out over how all this content can fit in such a neat little package then you can always view the [relaxing music video][] to find your center again.
## Features
- Reacts to music that you play or get from any input
- The scene concept where one scene act as a screensaver/visualizer in itself so you get a lot of variety in a small size
- It detects when the monitor goes into standby and pauses/shuts down to save power
- Can analyze sound from up to 18 speakers
- Supports multiple monitors
- Is still actively being developed
## Notes
- After installation, the screensaver settings dialog pops up. It was decided not to forcibly close this dialog.
[scenes]: https://www.plane9.com/scenes
[combined]: https://www.plane9.com/Wiki/Scenes
[relaxing music video]: https://youtu.be/hijqzdwDGrU
]]></description>
<releaseNotes>https://www.plane9.com/blog</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/plane9/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
softwareName = 'PLANE9*'
checksum = ''
checksumType = ''
url = 'http://s3.plane9.com/releases/Plane9-2.5.1.3.exe'
softwareName = 'Plane9*'
checksum = '6e98b95d4ac555072213e2d94eaf70f9e7d4503bce3e250738b69eba21bb32da9d793cb31b04bdae1bb475c9d711194b739a944a983b9ad60af6f42237228c73'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 878fb82

Please sign in to comment.