Difference between revisions of "Cmus"

From Christoph's Personal Wiki
Jump to: navigation, search
(New page: '''<code>cmus</code>''' (aka the '''C* Music Player''') is a modular and very configurable ncurses-based audio player. It has some interesting features like configurable colorscheme, mp3 ...)
 
(External links)
 
Line 22: Line 22:
 
==External links==
 
==External links==
 
* [http://cmus.sourceforge.net/ Official website]
 
* [http://cmus.sourceforge.net/ Official website]
 +
* [http://xmodulo.com/manage-music-library-command-line-linux.html How to manage your music library from the command line on Linux]
  
 
[[Category:Linux Command Line Tools]]
 
[[Category:Linux Command Line Tools]]

Latest revision as of 22:38, 12 February 2015

cmus (aka the C* Music Player) is a modular and very configurable ncurses-based audio player. It has some interesting features like configurable colorscheme, mp3 and ogg streaming, it can be controlled with a UNIX socket, filters, album/artists sorting and a vi-like configuration interface.

Usage

TAB 
switch between the two tabs
start playing
stop playing
pause playing
decrease volume by 10%
increase volume by 10%

Supported codecs

As of February 2013, `cmus` supports the following input formats:

  • Ogg Vorbis
  • MP3 (with libmad)
  • FLAC
  • Wav
  • Modules (with libmodplug)
  • Musepack
  • AAC
  • Windows Media Audio

External links