Hacker News new | ask | show | jobs
by msarnoff 791 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

2 comments

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.
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.

Wild that marquee, which was a browser feature in the late 90s, could cause CPU concerns 25 years later.