Live data from Hacker News

Show HN: Minimal native MP3 player for Mac

catnapgames.com

81–90 of 120 posts

Re: Show HN: Minimal native MP3 player for Mac

#82
post #28

Earlier quoted context omitted.

Some really nice folks are trying to figure out the whole "not iTunes" issue - it's called hyperamp: https://github.com/hypermodules/hyperamp

> electron HN hates election apps :-/

Electron apps should stay in the browser as the Web apps they are.

Re: Show HN: Minimal native MP3 player for Mac

#83
I so much need a music player that fits my needs on macOS that I hacked my own on top of FFPlay from FFmpeg.

https://www.flickr.com/photos/fraktus/39848081275/

For me, I like to see the spectrum when I listen to music because it gives a good idea of how well the spatialization has been recorded.

Also, thanks to FFmpeg I can display all encoding details right away...

Re: Show HN: Minimal native MP3 player for Mac

#85
I love the "not iTunes" argument, but the thing I miss from nearly all those nice little players is library management. I have a lot of music I like to browse.

My wish list: 1) Browsing by album, with or without covers. 2) Playing a song should queue the rest of the album starting from that song. 3) I'd like to be able to "discover" music I don't listen often to. Like reverse sorting by last play date. To many time I "re-discover" that I have music from artist X. 4) When I press the play media key on my keyboard (and the player wasn't paused), it should start playing something I like/play often. 5) Of course 3 & 4 should be automatic without creating any playlist.

Re: Show HN: Minimal native MP3 player for Mac

#87
post #40

Author here, thanks for all the responses. Gapless playback is high on my personal wishlist as well. Same goes for additional audio formats. I was actually surprised that the latest macOS had built-in support for FLAC but there are a few others I'd like to add. Both of these features will require a more custom audio solution, which may take some time to figure out... but it's on the roadmap!

fwiw, https://github.com/sbooth/SFBAudioEngine is a great library for supporting other formats, helps with gapless, and is reasonably easy to drop in. I've dropped it into an audio player I created with virtually no hassle.

Re: Show HN: Minimal native MP3 player for Mac

#88
post #31

Cog is a similarly simple open source player for macOS which also supports Opus and has a folder pane. https://github.com/kode54/Cog (original author) https://cogx.org/screenshots.php I really like it, it is still my goto player after 8 years.

Yeah, I'm not sure what this one has over Cog, which is mature and well supported.

Of course it doesn't hurt to have more than one option... but Cog seems slightly nicer of the two at the moment.

Re: Show HN: Minimal native MP3 player for Mac

#89
post #40

Author here, thanks for all the responses. Gapless playback is high on my personal wishlist as well. Same goes for additional audio formats. I was actually surprised that the latest macOS had built-in support for FLAC but there are a few others I'd like to add. Both of these features will require a more custom audio solution, which may take some time to figure out... but it's on the roadmap!

Any chance of adding direct upload over a lightning cable instead of over WiFi? WiFi’s not working for me, though the same http server over WiFi function works fine to load music to VLC iOS. I even tried the Tiny Loader app on macOS but still times out. Thanks!

Re: Show HN: Minimal native MP3 player for Mac

#90
post #83

I so much need a music player that fits my needs on macOS that I hacked my own on top of FFPlay from FFmpeg. https://www.flickr.com/photos/fraktus/39848081275/ For me, I like to see the spectrum when I listen to music because it gives a good idea of how well the spatialization has been recorded. Also, thanks to FFmpeg I can display all encoding details right away...

FFmpeg is a great project. Interesting how it interprets the embedded artwork as 'mjpeg' in your pic.
Post reply on HN