Downloads:
3,788,258
Downloads of v 1.1.6.113:
5,406
Last Update:
13 May 2019
Package Maintainer(s):
Software Author(s):
- Spotify
Tags:
spotify music player radio admin freeware cross-platform- 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
Spotify
This is not the latest version of Spotify available.
- 1
- 2
- 3
1.1.6.113 | Updated: 13 May 2019
- 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:
3,788,258
Downloads of v 1.1.6.113:
5,406
Maintainer(s):
Software Author(s):
- Spotify
Spotify 1.1.6.113
This is not the latest version of Spotify available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Spotify. The inclusion of Spotify trademark(s), if any, upon this webpage is solely to identify Spotify 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 Spotify, run the following command from the command line or from PowerShell:
To upgrade Spotify, run the following command from the command line or from PowerShell:
To uninstall Spotify, 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 spotify --internalize --version=1.1.6.113 --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 spotify -y --source="'INTERNAL REPO URL'" --version="'1.1.6.113'" [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 spotify -y --source="'INTERNAL REPO URL'" --version="'1.1.6.113'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install spotify
win_chocolatey:
name: spotify
version: '1.1.6.113'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'spotify' do
action :install
source 'INTERNAL REPO URL'
version '1.1.6.113'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller spotify
{
Name = "spotify"
Version = "1.1.6.113"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'spotify':
ensure => '1.1.6.113',
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.
This package was approved as a trusted package on 13 May 2019.
- Music
There are millions of songs on Spotify. Play your favorites, discover new tracks, and build the perfect collection. - Playlists
You'll find readymade playlists to match your mood, put together by music fans and experts. - New Releases
Hear this week's latest singles and albums, and check out what's hot in the Top 50. - Search
Know what you want to listen to? Just search and hit play. - Browse
Check out the latest charts, brand new releases and great playlists for right now. - Discover
Enjoy new music every Monday with your own personal playlist. Or sit back and enjoy Radio.
Features
- Millions of tracks, any time you like.
- Search for it in Spotify, then play it.
- Help yourself to whatever you want, whenever you want it.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Spotify'
fileType = 'exe'
silentArgs = '/uninstall /silent'
validExitCodes= @(@(0))
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString -split ' ' | select -first 1)"
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 uninstall."
Write-Warning "Please alert the package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
Log in or click on link to see number of positives.
- spotify.1.1.6.113.nupkg (c4a3186e10e3) - ## / 63
- SpotifyFullSetup.exe (e2a4d31008c9) - ## / 69
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 |
---|---|---|---|---|
Spotify 1.2.49.439 | 42330 | Thursday, October 24, 2024 | Approved | |
Spotify 1.2.48.405 | 43386 | Thursday, October 10, 2024 | Approved | |
Spotify 1.2.47.364 | 37645 | Wednesday, September 25, 2024 | Approved | |
Spotify 1.2.45.454 | 22959 | Friday, August 30, 2024 | Approved | |
Spotify 1.2.44.405 | 14260 | Thursday, August 15, 2024 | Approved | |
Spotify 1.2.43.420 | 14368 | Friday, August 2, 2024 | Approved | |
Spotify 1.2.42.290 | 15298 | Thursday, July 18, 2024 | Approved | |
Spotify 1.2.41.434 | 13765 | Friday, July 5, 2024 | Approved | |
Spotify 1.2.40.599 | 15294 | Thursday, June 20, 2024 | Approved | |
Spotify 1.2.39.578 | 15675 | Wednesday, June 5, 2024 | Approved | |
Spotify 1.2.38.720 | 13894 | Friday, May 24, 2024 | Approved | |
Spotify 1.2.37.701 | 22093 | Wednesday, May 8, 2024 | Approved | |
Spotify 1.2.36.959 | 27483 | Friday, May 3, 2024 | Approved | |
Spotify 1.2.35.663 | 109632 | Wednesday, April 10, 2024 | Approved | |
Spotify 1.2.32.997 | 142129 | Thursday, February 29, 2024 | Approved | |
Spotify 1.2.31.1205 | 45757 | Wednesday, February 14, 2024 | Approved | |
Spotify 1.2.30.1135 | 43188 | Friday, February 2, 2024 | Approved | |
Spotify 1.2.29.605 | 40931 | Friday, January 19, 2024 | Approved | |
Spotify 1.2.26.1187 | 66238 | Friday, December 8, 2023 | Approved | |
Spotify 1.2.25.1011 | 45354 | Friday, November 24, 2023 | Approved | |
Spotify 1.2.24.756 | 36799 | Friday, November 10, 2023 | Approved | |
Spotify 1.2.23.1125 | 64 | Tuesday, November 7, 2023 | Approved | |
Spotify 1.2.22.982 | 34151 | Wednesday, October 11, 2023 | Approved | |
Spotify 1.2.21.1104 | 18317 | Thursday, September 28, 2023 | Approved | |
Spotify 1.2.20.1218 | 10952 | Friday, September 22, 2023 | Approved | |
Spotify 1.2.20.1216 | 7506 | Monday, September 18, 2023 | Approved | |
Spotify 1.2.19.941 | 22032 | Thursday, August 31, 2023 | Approved | |
Spotify 1.2.18.999 | 18602 | Thursday, August 17, 2023 | Approved | |
Spotify 1.2.17.834 | 21837 | Friday, August 4, 2023 | Approved | |
Spotify 1.2.16.947 | 24566 | Wednesday, July 19, 2023 | Approved | |
Spotify 1.2.15.828 | 14529 | Friday, July 7, 2023 | Approved | |
Spotify 1.2.14.1149 | 18372 | Thursday, June 22, 2023 | Approved | |
Spotify 1.2.13.661 | 18645 | Friday, June 9, 2023 | Approved | |
Spotify 1.2.12.902 | 21041 | Thursday, May 25, 2023 | Approved | |
Spotify 1.2.11.916 | 13575 | Tuesday, May 16, 2023 | Approved | |
Spotify 1.2.10.760 | 25243 | Thursday, April 27, 2023 | Approved | |
Spotify 1.2.9.743 | 21949 | Friday, April 14, 2023 | Approved | |
Spotify 1.2.8.923 | 20212 | Thursday, March 30, 2023 | Approved | |
Spotify 1.2.7.1277 | 15851 | Thursday, March 16, 2023 | Approved | |
Spotify 1.2.6.863 | 18991 | Thursday, March 2, 2023 | Approved | |
Spotify 1.2.5.1006 | 16011 | Friday, February 17, 2023 | Approved | |
Spotify 1.2.4.912 | 16486 | Friday, February 3, 2023 | Approved | |
Spotify 1.2.3.1115 | 16897 | Thursday, January 19, 2023 | Approved | |
Spotify 1.2.0.1165 | 30881 | Thursday, December 8, 2022 | Approved | |
Spotify 1.1.99.878 | 14319 | Thursday, November 24, 2022 | Approved | |
Spotify 1.1.98.691 | 13998 | Friday, November 11, 2022 | Approved | |
Spotify 1.1.97.962 | 15566 | Thursday, October 27, 2022 | Approved | |
Spotify 1.1.96.785 | 12451 | Friday, October 14, 2022 | Approved | |
Spotify 1.1.95.893 | 13534 | Friday, September 30, 2022 | Approved | |
Spotify 1.1.94.872 | 8700 | Thursday, September 22, 2022 | Approved | |
Spotify 1.1.94.870 | 7026 | Friday, September 16, 2022 | Approved | |
Spotify 1.1.93.896 | 11665 | Friday, September 2, 2022 | Approved | |
Spotify 1.1.92.647 | 20435 | Thursday, August 25, 2022 | Approved | |
Spotify 1.1.91.824 | 49818 | Thursday, August 4, 2022 | Approved | |
Spotify 1.1.90.859 | 33333 | Friday, July 22, 2022 | Approved | |
Spotify 1.1.89.862 | 29765 | Monday, July 11, 2022 | Approved | |
Spotify 1.1.88.612 | 40135 | Thursday, June 23, 2022 | Approved | |
Spotify 1.1.87.612 | 51033 | Thursday, June 9, 2022 | Approved | |
Spotify 1.1.86.857 | 41594 | Friday, May 27, 2022 | Approved | |
Spotify 1.1.85.895 | 43397 | Friday, May 13, 2022 | Approved | |
Spotify 1.1.84.716 | 48538 | Thursday, April 28, 2022 | Approved | |
Spotify 1.1.83.956 | 24731 | Thursday, April 21, 2022 | Approved | |
Spotify 1.1.81.604 | 103422 | Friday, March 18, 2022 | Approved | |
Spotify 1.1.80.699 | 64027 | Thursday, March 3, 2022 | Approved | |
Spotify 1.1.79.763 | 58473 | Friday, February 18, 2022 | Approved | |
Spotify 1.1.78.765 | 57927 | Friday, February 4, 2022 | Approved | |
Spotify 1.1.77.643 | 64782 | Thursday, January 20, 2022 | Approved | |
Spotify 1.1.76.447 | 53414 | Friday, January 7, 2022 | Approved | |
Spotify 1.1.74.631 | 78594 | Friday, December 10, 2021 | Approved | |
Spotify 1.1.73.517 | 49301 | Friday, November 26, 2021 | Approved | |
Spotify 1.1.72.439 | 51957 | Friday, November 12, 2021 | Approved | |
Spotify 1.1.71.560 | 46018 | Friday, October 29, 2021 | Approved | |
Spotify 1.1.70.610 | 55825 | Wednesday, October 13, 2021 | Approved | |
Spotify 1.1.69.612 | 47426 | Friday, October 1, 2021 | Approved | |
Spotify 1.1.68.632 | 40616 | Tuesday, September 21, 2021 | Approved | |
Spotify 1.1.68.628 | 14159 | Friday, September 17, 2021 | Approved | |
Spotify 1.1.67.586 | 49396 | Friday, September 3, 2021 | Approved | |
Spotify 1.1.66.580 | 42690 | Monday, August 23, 2021 | Approved | |
Spotify 1.1.66.578 | 17506 | Wednesday, August 18, 2021 | Approved | |
Spotify 1.1.65.643 | 42169 | Thursday, August 5, 2021 | Approved | |
Spotify 1.1.64.561 | 51564 | Thursday, July 22, 2021 | Approved | |
Spotify 1.1.63.568 | 35113 | Monday, July 12, 2021 | Approved | |
Spotify 1.1.62.583 | 47298 | Monday, June 28, 2021 | Approved | |
Spotify 1.1.61.583 | 42227 | Monday, June 14, 2021 | Approved | |
Spotify 1.1.60.672 | 52697 | Friday, May 28, 2021 | Approved | |
Spotify 1.1.60.668 | 8677 | Wednesday, May 26, 2021 | Approved | |
Spotify 1.1.59.714 | 15650 | Friday, May 21, 2021 | Approved | |
Spotify 1.1.59.712 | 17588 | Monday, May 17, 2021 | Approved | |
Spotify 1.1.58.820 | 59166 | Friday, April 30, 2021 | Approved | |
Spotify 1.1.57.443 | 23927 | Tuesday, April 20, 2021 | Approved | |
Spotify 1.1.56.595 | 28213 | Thursday, April 1, 2021 | Approved | |
Spotify 1.1.54.592 | 39967 | Friday, March 5, 2021 | Approved | |
Spotify 1.1.53.608 | 18026 | Monday, February 22, 2021 | Approved | |
Spotify 1.1.52.687 | 19768 | Friday, February 5, 2021 | Approved | |
Spotify 1.1.51.382 | 11309 | Thursday, January 28, 2021 | Approved | |
Spotify 1.1.51.380 | 8291 | Friday, January 22, 2021 | Approved | |
Spotify 1.1.48.625 | 42287 | Friday, December 11, 2020 | Approved | |
Spotify 1.1.47.684 | 13064 | Tuesday, December 1, 2020 | Approved | |
Spotify 1.1.46.916 | 16355 | Monday, November 16, 2020 | Approved | |
Spotify 1.1.45.621 | 19871 | Tuesday, November 3, 2020 | Approved | |
Spotify 1.1.44.538 | 14093 | Friday, October 16, 2020 | Approved | |
Spotify 1.1.43.700 | 17203 | Wednesday, September 30, 2020 | Approved | |
Spotify 1.1.42.622 | 10358 | Thursday, September 17, 2020 | Approved | |
Spotify 1.1.41.634 | 10208 | Friday, September 4, 2020 | Approved | |
Spotify 1.1.40.509 | 22961 | Friday, August 21, 2020 | Approved | |
Spotify 1.1.40.508 | 2082 | Thursday, August 20, 2020 | Approved | |
Spotify 1.1.39.612 | 8641 | Monday, August 10, 2020 | Approved | |
Spotify 1.1.38.558 | 11014 | Monday, July 27, 2020 | Approved | |
Spotify 1.1.37.690 | 12621 | Friday, July 10, 2020 | Approved | |
Spotify 1.1.36.734 | 5166 | Thursday, July 2, 2020 | Approved | |
Spotify 1.1.35.458 | 6752 | Tuesday, June 23, 2020 | Approved | |
Spotify 1.1.34.694 | 19153 | Monday, June 1, 2020 | Approved | |
Spotify 1.1.33.569 | 9215 | Wednesday, May 20, 2020 | Approved | |
Spotify 1.1.32.618 | 11026 | Friday, May 8, 2020 | Approved | |
Spotify 1.1.31.703 | 10590 | Wednesday, April 22, 2020 | Approved | |
Spotify 1.1.30.658 | 8575 | Wednesday, April 8, 2020 | Approved | |
Spotify 1.1.29.592 | 4808 | Monday, March 30, 2020 | Approved | |
Spotify 1.1.28.721 | 7898 | Thursday, March 12, 2020 | Approved | |
Spotify 1.1.27.472 | 4644 | Monday, March 2, 2020 | Approved | |
Spotify 1.1.26.501 | 5294 | Monday, February 17, 2020 | Approved | |
Spotify 1.1.25.559 | 6673 | Thursday, January 30, 2020 | Approved | |
Spotify 1.1.24.91 | 5815 | Wednesday, January 15, 2020 | Approved | |
Spotify 1.1.22.633 | 8663 | Wednesday, December 18, 2019 | Approved | |
Spotify 1.1.21.1654 | 5167 | Thursday, December 5, 2019 | Approved | |
Spotify 1.1.20.510 | 4316 | Monday, November 25, 2019 | Approved | |
Spotify 1.1.19.480 | 7601 | Tuesday, November 12, 2019 | Approved | |
Spotify 1.1.18.611 | 9426 | Monday, October 28, 2019 | Approved | |
Spotify 1.1.17.543 | 3092 | Wednesday, October 23, 2019 | Approved | |
Spotify 1.1.16.522 | 14847 | Monday, September 30, 2019 | Approved | |
Spotify 1.1.15.448 | 8950 | Monday, September 16, 2019 | Approved | |
Spotify 1.1.14.475 | 10440 | Thursday, August 29, 2019 | Approved | |
Spotify 1.1.12.449 | 12799 | Thursday, August 1, 2019 | Approved | |
Spotify 1.1.10.540 | 15085 | Tuesday, July 2, 2019 | Approved | |
Spotify 1.1.9.383 | 8947 | Monday, June 17, 2019 | Approved | |
Spotify 1.1.8.439 | 6971 | Wednesday, June 5, 2019 | Approved | |
Spotify 1.1.7.1376601 | 5122 | Tuesday, May 28, 2019 | Approved | |
Spotify 1.1.7.13766 | 4305 | Wednesday, May 22, 2019 | Approved | |
Spotify 1.1.6.113 | 5406 | Monday, May 13, 2019 | Approved | |
Spotify 1.1.5.153 | 1417 | Friday, May 10, 2019 | Approved | |
Spotify 1.1.0.237 | 29303 | Thursday, February 28, 2019 | Approved | |
Spotify 1.0.80.474 | 63692 | Saturday, June 16, 2018 | Approved | |
Spotify 1.0.66.478 | 30762 | Wednesday, October 25, 2017 | Approved | |
Spotify 1.0.65.320 | 2642 | Tuesday, October 10, 2017 | Approved | |
Spotify 1.0.64.399 | 1850 | Friday, September 29, 2017 | Approved | |
Spotify 1.0.63.617 | 2779 | Wednesday, September 13, 2017 | Approved | |
Spotify 1.0.62.508 | 1709 | Tuesday, September 5, 2017 | Approved | |
Spotify 1.0.60.492 | 3426 | Friday, August 4, 2017 | Approved | |
Spotify 1.0.59.395 | 2124 | Thursday, July 20, 2017 | Approved | |
Spotify 1.0.58.573 | 2133 | Thursday, July 6, 2017 | Approved | |
Spotify 1.0.57.474 | 2055 | Thursday, June 22, 2017 | Approved | |
Spotify 1.0.55.487 | 3094 | Thursday, May 25, 2017 | Approved | |
Spotify 1.0.54.1079 | 1985 | Friday, May 12, 2017 | Approved | |
Spotify 1.0.53.758 | 2619 | Wednesday, April 19, 2017 | Approved | |
Spotify 1.0.52.725 | 2740 | Monday, April 3, 2017 | Approved | |
Spotify 1.0.51.693 | 1294 | Thursday, March 30, 2017 | Approved | |
Spotify (Install) 1.0.33.106 | 14345 | Wednesday, August 3, 2016 | Approved | |
Spotify 0.9.8.296 | 17276 | Tuesday, April 22, 2014 | Approved | |
Spotify 0.9.8.150 | 1355 | Monday, January 27, 2014 | Approved | |
Spotify 0.9.0.129 | 1844 | Wednesday, May 1, 2013 | Approved | |
Spotify 0.8.4.124 | 1134 | Thursday, October 4, 2012 | Approved | |
Spotify 0.5.2.85 | 751 | Tuesday, December 13, 2011 | Approved |
Copyright © 2017 Spotify AB
Updated to work with the latest requirment for user not to be admin when installing.
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about Spotify and the Spotify 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 Spotify, 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.