Live data from Hacker News

Cmus – A Small Terminal Music Player

cmus.github.io

11–20 of 67 posts

Re: Cmus – A Small Terminal Music Player

#12
Some time ago I did complete depart from Apple apps and services, while still using Mac. It was pain to extract all the images from Photos but music transition to cmus was smooth. I am mostly playing di.fm stations and cmus works well with subscription links. Sadly both cmus and mplayer on Mac rely on Carbon components so there is big console warning for using deprecated components and more importantly they can't be send to background. If somebody got them playing as background process please let me know.

Re: Cmus – A Small Terminal Music Player

#13

cool. Unfortunately, I get all my music from spotify now. No more mp3s.

If you'd still like to use a terminal player you should check out mopidy: https://www.mopidy.com

I'm curious... Is mopidy like mpd in that clients that connect are only able to edit the playlist? Or can they themselves play songs?

Re: Cmus – A Small Terminal Music Player

#15
post #9
post #7

I've been using cmus for the past two months and absolutely love it! Its simplicity compared to many other ncurses-based applications is refreshing. My only wish is that it was a bit more "vi-y". I'm sure someone has a way, though ;).

I use moc ( http://moc.daper.net/ ) but seeing the example command on the cmus homepage (:seek +1m) makes me want to test it.

I used cmus before I found moc on Crunchbang. The feel of moc was just right for me.

I wrote down how I use moc[1]. Hope someone might like it. Also I tried to make navigation feel like vim sometime back. The keymap[2] might have a few tips.

[1] https://chanux.wordpress.com/2013/04/25/the-thinnest-music-i...

[2] https://github.com/chanux/dotfiles/blob/master/moc/keymap

Re: Cmus – A Small Terminal Music Player

#16

Earlier quoted context omitted.

If you'd still like to use a terminal player you should check out mopidy: https://www.mopidy.com

I'm curious... Is mopidy like mpd in that clients that connect are only able to edit the playlist? Or can they themselves play songs?

It's not just like mpd, it is mpd + a HTTP server. Ergo you need to control it with a CLI or graphical mpd client or with a web client.

Re: Cmus – A Small Terminal Music Player

#17
post #15
post #9

Earlier quoted context omitted.

I use moc ( http://moc.daper.net/ ) but seeing the example command on the cmus homepage (:seek +1m) makes me want to test it.

I used cmus before I found moc on Crunchbang. The feel of moc was just right for me. I wrote down how I use moc[1]. Hope someone might like it. Also I tried to make navigation feel like vim sometime back. The keymap[2] might have a few tips. [1] https://chanux.wordpress.com/2013/04/25/the-thinnest-music-i... [2] https://github.com/chanux/dotfiles/blob/master/moc/keymap

Yeah, thanks for sharing. I am also a moc enthusiast. Your post inspired me to add key bindings for moc commands to my awesomewm's rc.lua.

Oh and since I have no use for the audioStop key I made it run a python script that displays the name of the current song via dbus.

Re: Cmus – A Small Terminal Music Player

#18

cool. Unfortunately, I get all my music from spotify now. No more mp3s.

Same here... but I've been thinking of switching as mostly I just listen to a few playlists. Are there any tools to let you easily purchase songs on iTunes / Amazon / etc based upon a Spotify playlist?

I also would like to know this, I want to try something different than Spotify. But every time I try, I miss all my playlists, and switch back to Spotify again.

Re: Cmus – A Small Terminal Music Player

#20
My two cents: I used cmus before, but in the long term I still prefer mplayer.

I construct the playlists myself by using soft-links to the actual paths of the songs. Real files are placed in sensibly named directories.

It's a matter of taste of course. Still I really appreciate that people write this kind of software for the terminal!

Post reply on HN