Cmus – A Small Terminal Music Player
11–20 of 67 posts
Re: Cmus – A Small Terminal Music Player
#12Re: Cmus – A Small Terminal Music Player
#13cool. 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
Re: Cmus – A Small Terminal Music Player
#14cmus user here. Its the only music player on my machine, but I'm using it less and less every day (Google Play Music)
Re: Cmus – A Small Terminal Music Player
#15I'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 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
#16Earlier 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?
Re: Cmus – A Small Terminal Music Player
#17Earlier 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
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
#18cool. 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?
Re: Cmus – A Small Terminal Music Player
#19Re: Cmus – A Small Terminal Music Player
#20I 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!