Show HN: See your current Spotify song in the menu bar
1–10 of 50 posts
Re: Show HN: See your current Spotify song in the menu bar
#2A significant portion of the code was written with Claude Opus. I was very impressed with its abilities.
Re: Show HN: See your current Spotify song in the menu bar
#3Had 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
Re: Show HN: See your current Spotify song in the menu bar
#4Nice! 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
I deliberately chose not to use marquee because of CPU usage, but if there's a more efficient way, I can definitely integrate that.
Re: Show HN: See your current Spotify song in the menu bar
#5Nice! 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
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.
Re: Show HN: See your current Spotify song in the menu bar
#6Nice! 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
Re: Show HN: See your current Spotify song in the menu bar
#7Re: Show HN: See your current Spotify song in the menu bar
#8It's always surprising to me that Spotify/Apple Music/etc. don't seem to want to natively add functionality like this to their UX.
Re: Show HN: See your current Spotify song in the menu bar
#9Re: Show HN: See your current Spotify song in the menu bar
#10Nice! 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.