Touchbar Spotify



  1. Touch Bar Spotify Download
  2. Spotify Touch Bar Anpassen
  3. Touch Bar Spotify Song Name

Or maybe the ability to completely control iTunes or Spotify from the Touch Bar without pulling up the app. Or perhaps the bar could catch notifications instead of having them take up a corner of. Would like to preface this by saying that I'd definitely like this feature back if possible, I use it so much! But as a temporary solution, you can replace one of the controls you have in the control strip with a play/pause button which does get a bit confused if there is a video playing in Safari, where it'll pause or play both the video AND the spotify music but for now it will have to do.

I rolled my own persistent spotify controls that show the now playing song/next/back in any app and never get stolen away by other system mutlimedia. I can manually populate the touchbar with exactly the functions in apps that are useful but inacessible enough to justify their existence rather than a smattering of ones i'll never use.

I've recently upgraded my laptop (after the 6 years my previous MacBookPro latest) and I've now got one of these touchbar things. It's cute, but I know that my laptop will be closed for 90% of the time and attach to an external monitor and keyboard.

That said, it absolutely does my head in that the control strip's 'play/pause' button will only control iTunes/Music. So I fixed that.

Touch Bar Spotify Download

Karabiner Elements to the rescue

I've been using Karabiner Elements for a while now and it's a superb bit of software. It gives you complete control over the keyboard and sits in between and gives you the ability to completely change what the operating system actually sees.

So it stands to reason that I could capture the play/pause key press and completely take it over and send it to Spotify instead. It's not quite that simple, but it's no too far off.

Step one is to download and install Karabiner Elements. Once you've got that running, it needs to see the touch bar - which apparently announces itself as an entirely separate keyboard. So check this box:

Now Karabiner can see your keyboard - and a quick way to test this is to head to 'Simple Modifications' and add 'play_or_pause' and map it to (something like) 'mute'. Now test the play control strip button - if it mutes, then it's working and the next step is to create a 'complex modification' to control Spotify (you should remove the simple modification now).

Touchbar

Controlling Spotify

From Karabiner Elements' preferences, on the Misc tab, click on the button the reads 'Open config folder'. This is where we'll add the following in new JSON file. Under the directory complex_modifications (make it if it doesn't exist), add this file as touchbar.json (or as you please):

Touchbar Spotify

This says: when the button pressed is play_or_pause then run an applescript and prevent the keyup. You can determine the key value from the Karabiner ElementsViewer that's also installed.

The Apple Script

The last bit of the puzzle, you need to store this file in the same directory as the touchbar.json file (or change the location in the shell_command value).

And that…should be it. I now have control over my own machine, which is frankly how it should always be.

Spotify Touch Bar Anpassen

Touchbar Spotify

Touch Bar Spotify Song Name

Honourable mention to Better Touch Tool which looks like it might do the job, but I'm already familiar with Karabiner and Karabiner definitely does the job!