diff options
author | adamw <adamw@FreeBSD.org> | 2005-10-15 00:09:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-10-15 00:09:23 +0800 |
commit | 673da213a8bd4f0dce5dfa8faf57c85538af462e (patch) | |
tree | f243828e5090a24115a17ea7e60cee78ef0da1bb /audio/Makefile | |
parent | f99140f99d1ac976417fe0d5ad09ed1b55c56d08 (diff) | |
download | freebsd-ports-gnome-673da213a8bd4f0dce5dfa8faf57c85538af462e.tar.gz freebsd-ports-gnome-673da213a8bd4f0dce5dfa8faf57c85538af462e.tar.zst freebsd-ports-gnome-673da213a8bd4f0dce5dfa8faf57c85538af462e.zip |
Add cmus, a really cool console music player with some nifty
features.
CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.
* Plays FLAC, OGG, MP3, WAV, modules
* MP3 and Ogg streaming (Shoutcast/Icecast)
* WinAmp / XMMS keys "zxcvb"
* Can be controlled via UNIX socket
* Customizable colors
* Nice vi-style interface with tabulator expansion
* Background playlist loading
* Track metadata database makes adding files to playlist very fast.
* Album/artist modes. Playing within one album or artist.
* Powerful playlist filters
* Can run external commands for the currently selected files
* Directory browser
* Supports 256 colors
WWW: http://onion.dynserv.net/~timo/index.php?page=Projects/cmus
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 300f9d93dd9a..9066c1c28d15 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -72,6 +72,7 @@ SUBDIR += chordpack SUBDIR += cmp3 SUBDIR += cmt + SUBDIR += cmus SUBDIR += coverhunter SUBDIR += cpige SUBDIR += cplay |