Show HN: Radio - My first Mac app
31–40 of 61 posts
Re: Show HN: Radio - My first Mac app
#32Re: Show HN: Radio - My first Mac app
#33Earlier quoted context omitted.
It does not at the moment. And not from the want of trying! Unfortunately the App Store sandbox does not yet allow you to detect the media keys being pressed. The old way of doing it uses a very low-level function that is not available for security reasons (its essentially a key logger) within the sandbox.. Its common problem across all App Store apps, for now. Drives me crazy as well!
That's a shame. Perhaps someone needs to build a small library that exists outside of the App Store that notifies App Store apps when those keys are pressed. :P This reason alone is what keeps me using VLC for radio playlists.
Re: Show HN: Radio - My first Mac app
#34Via Little Snitch, I noticed it contacts your radioformac.com webserver on port 80 on launch. I didn't sniff the traffic but presumably this is for a list of stations or something? Could you please update to use SSL/TLS (https) instead? It's for the server authentication, not so much the transit security.
Re: Show HN: Radio - My first Mac app
#35Earlier quoted context omitted.
It is and its on our list (actually its on a git branch). Just didn't make it across the line for v1. As a stop gap we have this in our FAQ: Radio currently doesn't directly support Airplay. However, if you'd really like to stream Radio via Airplay, here is a trick you can use: Hold the Alt-key and click on the Volume icon in the menu bar, a menu will appear showing any available Airplay device. Select your Airplay d…
In the Appleverse, we call it Option, not Alt. (I know the key says "alt" too, but it's smaller type for a reason.)
Re: Show HN: Radio - My first Mac app
#36Re: Show HN: Radio - My first Mac app
#37It doesn't - After adding it (on the favourites tab), I have to go to the stations tab, search for it (which causes UI lag), then mark it a favourite.
Also: lose the spaces between the labels and the ellipsis ("...") on the edit and delete buttons.
Also: Make the "Ok" button the default (enter) on the add new station pane
Re: Show HN: Radio - My first Mac app
#38When clicking the "add new station" button on the favourites tab, I would expect the newly added station to appear in my favorites (as well as the stations tab). It doesn't - After adding it (on the favourites tab), I have to go to the stations tab, search for it (which causes UI lag), then mark it a favourite. Also: lose the spaces between the labels and the ellipsis ("...") on the edit and delete buttons. Also: Mak…
Re: Show HN: Radio - My first Mac app
#39Earlier quoted context omitted.
That's a shame. Perhaps someone needs to build a small library that exists outside of the App Store that notifies App Store apps when those keys are pressed. :P This reason alone is what keeps me using VLC for radio playlists.
This seems like a great idea. Build some sort of universal bridge for media keys that any compatible app can hook into? Or would the OS X sandbox prevent that, too?
Re: Show HN: Radio - My first Mac app
#40Why the Mountain Lion requirement? What tech. are you using that is present in OS X 10.8 only?