상세 컨텐츠

본문 제목

Stop Spotify From Loading At Macos Boot

카테고리 없음

by caerahaecon1975 2021. 5. 12. 15:21

본문



Spotify opens by default when you start up macOS. Oddly enough, the standard Mac mechanism for right clicking the icon and unchecking 'Options Open at Login' doesn't work here. This guide will show you how to disable this functionality once and for all so that Spotify has to be opened manually on boot. You're starting up your Mac but don't have time for the computer's normal boot process. Instead of waiting for all those startup apps to load, you can temporarily stop them for just this one session.

Although I love and adore music, I tend to get distracted when one of my favorite music streaming apps Spotify automatically opens up on startup in Mac. Here, selecting the right playlist becomes more important than my office tasks. Does that happen to you as well? Then you need to stop Spotify from opening on Mac startup.

  1. Take control of startup and login items Is your Mac starting up slowly? A mess of startup and login items might be to blame. Learn how to bend these computing curiosities to your will.
  2. So, Hamachi2 seems to like auto-running at startup, and i don't really need it on a day-to-day basis. I was wondering how in the world can i stop this, since i don't see an option for it anywhere in the settings, and I already went to msconfig and unchecked the Hamachi box in startup, and couldn't find any mention of Hamachi in the services tab.

How to Stop Spotify From Opening Automatically on Mac Startup

Quite like the feature of upgrading to Spotify premium, the app does not keep the said setting handy. It was after some poking around that I found the setting. In doing so, I found a setting perfectly suited to my case.

As I mentioned, I love music and tend to get distracted when Spotify pops up. So, instead of preventing Spotify from opening on startup, I can choose it to start and minimize on my Dock. This way, the app remains always approachable, without distracting.

Step #1. Open the Spotify app on your Mac.

Step #2.Log in to the app (skip the step if already logged in).

Step #3. Select Spotify from the top menu (next to Apple logo on Mac) and click on Preferences.

Step #4. Scroll down to the bottom of the page and select Show Advanced Settings.

Step #5. Now, scroll up to Startup and Window Behavior setting.

Step #6. From the drop down menu in front of Open Spotify automatically after you log into the computer, select

  • No to stop Spotify from opening on mac startup
  • Minimize to keep Spotify minimized during startup

In case, this method does not work for you, there’s another method you can try.

Change System Settings to Prevent Spotify from Opening on Mac Startup

So basically, your system keeps the log of apps that automatically open during the startup. This log might be pushing your Spotify app to open during every boot. All you need to do is remove Spotify from the list.

Step #1. Tap on Apple () icon and select System Preferences from the menu.

Step #2. Select Users & Groups.

Step #3. Here, switch to Login Items tab from the top bar.

Step #4. Select Spotify and click on Minus(-) from the bottom of the page.

You can also check the hide option; this will hide the application when you turn on your computer.

That’s all folks!!

In the world of music streaming, Spotify stands tall amongst its competitors. However, it is some small user-interface related issues that holds the app back. While no setting is difficult, finding and reaching that particular setting is a laborius process. For instance, you can only upgrade or delete your spotify account permanently via web.

While I wish Spotify takes heed of such issue and simplify these task.

Here are some more Spotify tutorials for you:-

Jignesh Padhiyar is the co-founder of iGeeksBlog.com who has a keen eye for news, rumors and all the unusual stuff that happens around Apple products. During his tight schedule, Jignesh finds some moments of respite to share side-splitting contents on social media.

From
  • https://www.igeeksblog.com/author/iosblogger/
  • https://www.igeeksblog.com/author/iosblogger/
    How to Share Purchased Apps Between iPhones and iPads
  • https://www.igeeksblog.com/author/iosblogger/
  • https://www.igeeksblog.com/author/iosblogger/

Electron apps are a plague. If you’ve ever wondered why:

  • your computer chugs to a halt once more than two of {Slack, Discord, Skype, Messenger, WhatsApp, Signal, GitHub Desktop, Steam, VS Code} are open on the same machine
  • scrolling, or playing a GIF or whatever in those apps, is incredibly laggy
  • every app download is now 100MB+
  • the typing shortcuts you’re used to in macOS Just Don’t Work

then it’s likely that Electron is to blame. I’m writing this blog post on a maxed-out 2016 13” MacBook Pro, and it can barely keep up with all these Electron apps I need to keep running. We can only speculate why all these large companies with enormous engineering resources cannot use the money that I pay them for their services to make software that doesn’t suck, but that’s for another blog post.

Lately I’ve gotten especially annoyed at all of the Electron-based junk running on my machine, since I have to work from home, which means needing to use Docker to run or test out various Linux things, which is another 2 gigs of my laptop’s precious memory eaten away. I decided to look for non-Electron alternative clients for all of those. Enter spotifyd and spotify-tui. After switching software, I have an extra half-gig of memory that isn’t being wasted running yet another instance of Chromium.

In this blog post, I’ll show you how to set up these on your macOS machine. I assume basic familiarity with managing your machine via Terminal. You’ll also need a Spotify Premium account for any of this to work. The wood chipper that is modern society can’t operate without sacrificing a few limbs!

Installing and configuring spotifyd

This is an always-on service (hence the d in its name, for daemon) that will wait in the background and play music requested by whatever Spotify client we choose; in this case, spotify-tui.

First, get spotifyd installed. I’ve added it to Homebrew already, so if you need to get that set up first, go ahead.

You’ll need to create a configuration file named ~/.config/spotifyd/spotifyd.conf that specifies your login information and other details. You can read the full instructions, but I’ve annotated my own configuration here:

Create and edit this file with vim, or whatever text editor you prefer:

Next you’ll need to add your password to the system password manager. You can do this via the Keychain Access app, or just right in the Terminal:

Be sure to use your Spotify username here, not your macOS username. You can confirm that it was added correctly by opening up Keychain Access and searching for spotifyd.

This should be all the configuring you need to do. To test if it worked, first run spotifyd as just a plain app. After you run the following command, grant spotifyd access to the macOS Keychain and Firewall in the pop up that appears:

How Do I Stop Spotify From Opening On Startup Mac

Spotify

If everything worked correctly, you should similar output to what I have above. Open the official Spotify client on your phone or laptop, and confirm that there’s a new device in Spotify Connect:

Press CTRL-C to stop spotifyd. Now we’ll use brew services to to run spotifyd in the background:

If you still see spotifyd show up in Spotify Connect, it worked!

Installing and configuring spotify-tui

The Terminal app spotify-tui is how you’ll actually control spotifyd by showing you playlists and giving you playback controls and so on. There’s not that much involved, as the app itself will give you instructions that you can follow quite easily.

You’ll have to click through the Spotify Developer agreement and copy and paste some stuff, but it’s nothing too onerous. Just remember to say you’re making a non-commercial app, and set the “Redirect URI” in the Spotify Developer dashboard and everything should be peachy.

If you’ve set everything up correctly you should see the text interface pop up like so:

To be honest, I used it for a bit, and then decided that I didn’t really like text-mode interfaces all that much. Instead, I just control Spotify from my phone via Spotify Connect, so this hasn’t gotten that much use. Maybe one day I’ll teach myself Swift and write a native macOS Spotify Connect player…

But I’m on Linux!

I dunno, on Linux you’re generally expected to figure things out on your own, so maybe try apt install spotifyd spotify-tui followed by sudo systemctl start spotifyd and see if that works ¯_(ツ)_/¯

Is this all legal?

Mac Stop Spotify From Opening On Startup

Probably not. While it would be pretty weird for Spotify to sue or ask to imprison their own paying customers, I can’t predict how Spotify’s CEO might aim to Maximize Shareholder Value in the future.

If you found this post useful, please consider supporting my work with a glass of wine 🍷.

Stop Spotify From Loading At Macos Bootable

Related Posts

Stop Spotify From Opening On Startup Mac

Stop spotify from starting automatically mac

Stop Spotify From Starting Automatically Mac

  • Maintain your own Homebrew repository, with binary bottles
  • Painless (almost) multiple-choice exams in LaTeX
  • Updating Homebrew formulae when your software gets a new version

댓글 영역