Skip to main content
Question

How to update spotify automatically?


Forum|alt.badge.img+2

Is there a way in self service to update spotify automatically. Or at the very least package/script the policy to always pull and install the latest version?

11 replies

Forum|alt.badge.img

Yeah, I am trying to figure this out too. How would we go about doing this? It prompts users for the admin login each time Spotify is launched to update. How can we allow the user to auto update?


Forum|alt.badge.img
  • New Contributor
  • 1 reply
  • September 18, 2019

I have this question also. Students are always coming in for a password when Spotify updates. Can it be added to Patch Management?


Forum|alt.badge.img
  • New Contributor
  • 1 reply
  • May 7, 2020

Would really love to have this as well.


Forum|alt.badge.img+13

I stopped allowing the app. They can use the web browser player and leave me out of it.

https://open.spotify.com/


Forum|alt.badge.img+4
  • Contributor
  • 16 replies
  • July 28, 2020

Can't we modify a .plist or something ?


Forum|alt.badge.img+31
  • Honored Contributor
  • 2721 replies
  • July 29, 2020

Gonna have to plug AutoPKG again:

autopkg search spotify

Name                        Repo                  Path                                    
----                        ----                  ----                                    
Spotify.filewave.recipe     andredb90-recipes     Spotify/Spotify.filewave.recipe         
Spotify.install.recipe      homebysix-recipes     Spotify/Spotify.install.recipe          
Spotify.pkg.recipe          homebysix-recipes     Spotify/Spotify.pkg.recipe              
Spotify.jss.recipe          jss-recipes           Spotify/Spotify.jss.recipe              
Spotify.munki.recipe        recipes               Spotify/Spotify.munki.recipe            
Spotify.download.recipe     recipes               Spotify/Spotify.download.recipe         
Spotify.LANrev.recipe       seansgm-recipes       LANrevRecipes/Spotify.LANrev.recipe     
Spotify.Absolute.recipe     seansgm-recipes       AbsoluteRecipes/Spotify.Absolute.recipe

Then you can use a tool like JSS Importer to automatically update your packages/patch your fleet with automation.


Forum|alt.badge.img+1
  • New Contributor
  • 3 replies
  • March 2, 2021

@tlarkin Do you have a decent guide you recommend to get AutoPKG working properly?


Forum|alt.badge.img+31
  • Honored Contributor
  • 2721 replies
  • March 2, 2021

@M.Tucker-JBE the AutoPKG git repo has a great wiki that I just followed


Forum|alt.badge.img+8
  • Valued Contributor
  • 81 replies
  • March 3, 2021

Spotify is also in Installomator! https://github.com/scriptingosx/Installomator


AVmcclint
Forum|alt.badge.img+21
  • Esteemed Contributor
  • 1043 replies
  • July 7, 2022

I just created this script today because I was disappointed that the Spotify "installer" available on their website just downloads whatever the latest version is from their site. I wanted something that was more easily deployable. It has the benefit of being a single script that covers both intel and arm CPUs. And it turned out that when I put this script in a Payload-free package, it can be used with Jamf's patch management!

 

#!/bin/bash # hardware architecture check. Possible answers are "arm" or "i386" CPU=$(uname -p) echo "hardware architecture is $CPU . Installing $CPU version of Spotify" # arm64 installation arm_install() { curl -L https://download.scdn.co/SpotifyARM64.dmg > /Users/Shared/SpotifyARM64.dmg hdiutil attach /Users/Shared/SpotifyARM64.dmg cp -R /Volumes/Spotify/Spotify.app /Applications/ chown -R root:wheel /Applications/Spotify.app chmod -R 755 /Applications/Spotify.app hdiutil detach /Volumes/Spotify/ sleep 3 rm -Rf /Users/Shared/SpotifyARM64.dmg } # intel installation intel_install() { curl -L https://download.scdn.co/Spotify.dmg > /Users/Shared/Spotify.dmg hdiutil attach /Users/Shared/Spotify.dmg cp -R /Volumes/Spotify/Spotify.app /Applications/ chown -R root:wheel /Applications/Spotify.app chmod -R 755 /Applications/Spotify.app hdiutil detach /Volumes/Spotify/ sleep 3 rm -Rf /Users/Shared/Spotify.dmg } if [ "$CPU" == arm ] then arm_install else intel_install fi echo "Finished installing $CPU version of Spotify" exit 0

 

 

I'm sure it could use some fine adjustments, but it works as-is... at least until they either change the URL or the package names.  [EDIT: I did have -noverify on the hdiutil command because during my testing, It caused errors. But I just realized that the errors were from a previous method I was using. I removed -noverify since it works as-is now]

 


AVmcclint
Forum|alt.badge.img+21
  • Esteemed Contributor
  • 1043 replies
  • December 19, 2024

Dear Spotify agents/bots/shills, @spotify123 @sedrttyaval @hardw0090 @DuaneMeade @EleanorGabriel  and others

    We get it. You’ve posted NUMEROUS times the same answer - in multiple languages. Please stop it. The purpose of JamfNation is for us to share new information without an agenda. All your posts are obviously for the purpose of selling premium Spotify services.  Attempting to keep alive a 5 year old post with repeated plugs for apk accomplishes nothing. 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings