Live data from Hacker News

Show HN: Musikcube, a terminal-based music player, library, and streaming server

musikcube.com

11–20 of 85 posts

Re: Show HN: Musikcube, a terminal-based music player, library, and streaming server

#12

Nice! Any chance this supports gapless playback for those of us who listen to classical once in a while?

Gapless playback should more or less work out of the box for most file formats (flac, ogg, etc). For MP3 files it's still a bit hit-or-miss, and depends on what settings were used when encoding the files. This should improve over time.

Re: Show HN: Musikcube, a terminal-based music player, library, and streaming server

#15

Looking at the video, I want to immediately (i.e., without switching to a mode) type "can" and have "Cannonball Adderley" highlighted at the bottom of the focused "artists" tab. Does it work that way?

Not yet, unfortunately. This is on my list of things to do.

You can however, in most contexts, switch to the "category filter" view by pressing "f" without explicitly engaging command mode. This will switch the view, then focus the search field. So you can type "fcan" and get artist, album, and genre search results for "can". Not ideal, but does work and is still pretty quick.

Re: Show HN: Musikcube, a terminal-based music player, library, and streaming server

#16
Efficient music players remain elusive | https://news.ycombinator.com/item?id=14634658 (~250 comments & points last month)

Not sure what the general consensus is regarding connecting recent discussions but several lightweight players were recommended; most were platform-specific.

Re: Show HN: Musikcube, a terminal-based music player, library, and streaming server

#18
post #14

I'm using Fedora 26 and it shows that packages "asound", "pulse" and "libmp3lame" are not available. What do I do?

These are all common libraries that most distributions should have.

1. "asound" refers to ALSA. 2. "pulse" is PulseAudio 3. "libmp3lame" is LAME

A quick google search looks like these may be the packages you need:

1. alsa-lib-devel 2. pulseaudio and pulseaudio-libs-devel 3. liblame-devel, maybe?

Looks like I'll need to spend some time here soon installing a few more popular distros and figuring out the exact package names.

Re: Show HN: Musikcube, a terminal-based music player, library, and streaming server

#20
post #15

Looking at the video, I want to immediately (i.e., without switching to a mode) type "can" and have "Cannonball Adderley" highlighted at the bottom of the focused "artists" tab. Does it work that way?

Not yet, unfortunately. This is on my list of things to do. You can however, in most contexts, switch to the "category filter" view by pressing "f" without explicitly engaging command mode. This will switch the view, then focus the search field. So you can type "fcan" and get artist, album, and genre search results for "can". Not ideal, but does work and is still pretty quick.

I'd love this feature too. Should we open an issue for it?
Post reply on HN