NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Show HN: See your current Spotify song in the menu bar (github.com)
kylegalbraith 9 days ago [-]
It's very strange how these types of nice UX things seem to be lacking in big modern apps nowadays. I think we all know why, they aren't revenue drivers. But, surely this wouldn't be that hard for Spotify to do themselves.

Shout out to this project and all the others mentioned in this thread that are adding the niceties that seem to be missing.

benwad 9 days ago [-]
My guess is it's also down to the proliferation of cross-platform UX toolkits that allow for A/B testing of every single component. Making a cool UX thing that requires native OS features would go against that philosophy. And, as you say, it's not a revenue driver so nobody will be fighting for it.
user_7832 9 days ago [-]
Modern OSes, as much as they pretend not to, are patchworks of antiquated components and designs where it's a wonder that anything integrates at all.

Why is the OS not handle states and events globally? If I turn on do not disturb, it show show me as unavailable on Outlook/Teams/Google Workplace. Yet the "official" method is to go into individual apps and switch it. And god help you if you turned on DND but forgot you had an alarm, instead of vibrating first it's just going to ring loudly in the middle of wherever you are (talking of iOS, I know android has a few options but it's still messy).

Scrolling is still "viewing" as if the screen was an A4 (or similar) paper. You could have dynamic vision tracking with a magnifier to boost ergonomics, but no, the button for "close window" that is used once in 10 minutes is as big as the start menu or the right click button and is the same px size as the text you're reading.

Context awareness is absolutely crap on EVERY major OS, be it android or iOS or Windows, and I'm pretty sure MacOS and Linux too. Everything is a silo (fine) but does not integrate together. (Side note, if anyone wants to fix this feel free to contact me via my email in my profile. I'm not really a coder but I know a bit about systems engineering.)

robertoandred 9 days ago [-]
macOS and iOS publish DND/Focus states and events; it's up to Outlook/Teams/Google Workplace to do something with them.
user_7832 9 days ago [-]
I don't disagree at all. It's a cultural/corporate thing where Microsoft can basically go "Nah, Teams is too big and we don't have time to integrate it." Basically, there's no real competition, and no one's switching away from Teams just because they don't pay attention to details like this. It's annoying/infuriating but also just the reality nowadays that everyone accepts.
Nextgrid 9 days ago [-]
Displaying playback status in the menu bar means you have one less reason to switch to the app and “engage” with it.
mock-possum 9 days ago [-]
Spotify is particularly atrocious when it comes to UI. Never have I seen an app go out of its way to make its UX worse as upgrades are released, it’s infuriating. I’d have been gone a long time ago if there were any serious competitor to switch to.
jonathang6k 9 days ago [-]
Thank you! :-)
wasteduniverse 9 days ago [-]
[dead]
serial_dev 9 days ago [-]
That it's not part of the official app just shows you how strange our industry's prioritization practices are, and if it doesn't have an ROI, it won't happen. We should encourage developers to think about their users and have some pride and craftsmanship when it comes to shipping stuff to their users.
rubymamis 9 days ago [-]
There's almost no soul in the game today. I's everywhere - movies, songs, software etc.
breakfastduck 9 days ago [-]
Everything is web tech with Spotify though. So it's clear why we've ended up here.

The very old native Spotify desktop client was objectively better than what we have now.

jonathang6k 9 days ago [-]
In case you'd like to learn more about my development process, I wrote a brief blog post here: https://www.garelick.net/2024/04/22/some-thoughts-on-going-f...

A significant portion of the code was written with Claude Opus. I was very impressed with its abilities.

zipping1549 9 days ago [-]
Don't remember the exact name but KDE has something like this built-in. I was actually fairly amazed how much this kind of simple UX improvement can be satisfying.
jonathang6k 9 days ago [-]
Yes! I got tired of interrupting my work "flow" to find out about a cool new song. Now I can focus just a bit more.
msarnoff 9 days ago [-]
Nice! I made a similar app about 10 years ago for iTunes: https://github.com/74hc595/Currentsong

Had a lot of the same features (like the scrolling marquee), but I just built it as a personal project, never put it on the app store or anything like that. I don’t even know if it’ll build or run on modern macOS, but it’s still on github if you want to see some fossilized Objective-C code :p

NaOH 9 days ago [-]
Since I'm back on Mojave this is great. Thank you. Much better than the method I previously used combining GeekTool and AppleScript. If I upgrade my OS and ever use Spotify I'll hit the OP's menu bar app.
jonathang6k 9 days ago [-]
That's awesome, I'll be sure to check it out!

I deliberately chose not to use marquee because of CPU usage, but if there's a more efficient way, I can definitely integrate that.

treve 9 days ago [-]
Wild that marquee, which was a browser feature in the late 90s, could cause CPU concerns 25 years later.
globular-toast 9 days ago [-]
This was the kind of thing we added to our desktops 20 years ago. When people posted screenshots there would always be a now playing that was probably signalling something, like "Deep Black Heart - My Emotions are Real".
jonathang6k 9 days ago [-]
Good times :D
robertoandred 9 days ago [-]
Still waiting for Spotify to add this info to the Dock icon's contextual menu, like iTunes/Music has had for decades.
spike021 9 days ago [-]
Nice! Back in around 2012 or so Spotify still didn't even do MacOS notifications so I rigged up an easy AppleScript to do it (I want to say with Growl first and a bit later with native notifications? Been a while).

It's always surprising to me that Spotify/Apple Music/etc. don't seem to want to natively add functionality like this to their UX.

jonathang6k 9 days ago [-]
Yep! The current release actually still uses AppleScript. The next release will use Scripting Bridge to hook into the app's playback state change events. Much more efficient.
actionfromafar 9 days ago [-]
Spotify wants you to spend time in their app. Apple is just doing Apple things, I guess.
spike021 9 days ago [-]
FWIW Apple always had an iTunes "now playing" thing for iChat back in the day so it's not like nobody over there thought of doing something like that.
vsnf 9 days ago [-]
Not that I want to spend any time at all in their app. Each passing day it gets simultaneously more neglected, and also receives random UX overhauls that make my life worse.
guappa 9 days ago [-]
I am starting to think that having designers as full time employees is counter productive.
luigi23 9 days ago [-]
They dont care if you want it or not. Spotify also doesnt provide shortcuts on ios, so its all planned. They want to farm real user actions and engagements, not applescripts.
rswail 9 days ago [-]
I use this: https://www.spotify-notifications.app/

Does what it says on the tin. Doesn't provide controls, but I usually have the spotify app open somewhere underneath other windows, so the play/pause/forward/back work.

jonathang6k 9 days ago [-]
Love the site design. Thanks for sharing.
billiob 9 days ago [-]
I wrote a simple tool to do just that in the taskbar on my window manager: https://fau.re/20230810_spotifyctl/ I've added key bindings to pause, or play the next/previous tracks.
jonathang6k 9 days ago [-]
Very cool. I'll take some time to check it out!
dumpeldown 9 days ago [-]
For Windows, this tool serves my purpose very well: https://github.com/dsafa/audio-band
vsnf 9 days ago [-]
> THIS PROJECT IS NO LONGER MAINTAINED HERE

> This project has been unmaintained for a while now.

> Here is a link to an updated and currently maintained fork

The link points to https://github.com/AudioBand/AudioBand for the curious

LorenzA 9 days ago [-]
the spotify app has a mini player that seems to do a similar thing https://community.spotify.com/t5/Community-Blog/Introducing-...
noashavit 6 days ago [-]
wdyt about adding a "like the song" option?
jonathang6k 5 days ago [-]
Thanks for the suggestion! Someone else had the same great idea. https://github.com/jonathangarelick/SoundSeer/issues/25

Unfortunately, that particular feature will require Spotify to give me additional approval, which requires 6 weeks (or more, unfortunately). I will try my best to add this as soon as possible.

noashavit 5 days ago [-]
I can understand why they make it hard for you and others to add that functionality (and why others want it). It’s the #1 reason I pull up the app
srvaroa 9 days ago [-]
Nice feature!

Just curious, how long did the API extension approval take? (been waiting for almost 3 months on mine)

jonathang6k 9 days ago [-]
Hmm, that's odd. Not sure exactly which approval you are referring to, but here is my experience:

The Spotify Web API actually required no approval, because it does not integrate with the user's account.

The current version of my app uses AppleScript, and was approved by the App Store within 24 hours. The next version will use Scripting Bridge, but I don't anticipate that will be an issue.

In the most technical sense, my app is not really an extension to the Spotify app, it is a standalone app that communicates with the Spotify app using Apple Events.

Hope this helps :-)

srvaroa 8 days ago [-]
Yes, I assumed you did need some integration with the user's account (my case). Thanks for the answer!
obrhoff 9 days ago [-]
Did Spotify finally update their macOS Icon to fit the design guidelines introduced 4 years ago?
ThrowawayTestr 9 days ago [-]
You could put this on the app store and Mac users would pay $9.99 for it.
jonathang6k 9 days ago [-]
Thank you for the feedback! I am currently exploring how to monetize while doing right by my free users.

Some more advanced integration with Spotify (Liking songs, for example) requires approval by the Spotify team which can take up to 6 weeks. I can gate this and additional cool stuff behind payment. Right now I am considering $2, but frankly, I am new to this so I am not sure how to price it. Any additional thoughts are welcome.

ThrowawayTestr 9 days ago [-]
Something to keep in mind is that Mac users are much more likely to pay for things than Linux or Windows users.
alberduris 9 days ago [-]
The Windows Media Player on Windows XP had this by default
Starlevel004 9 days ago [-]
Does OSX not have an MPRIS equivalent?
jonathang6k 9 days ago [-]
I'm not too familiar with this, but macOS does have a "Now Playing" icon in the top menu bar whenever audio is playing. It works for all audio sources (Chrome, Spotify, etc). However, to my knowledge, Apple doesn't expose this API and the tool itself is not configurable.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 11:52:00 GMT+0000 (Coordinated Universal Time) with Vercel.