NXMMS2

NXMMS2 is my ncurses client for XMMS2 audio player. It was tested to work in Gentoo Linux. NXMMS2 IS WITHOUT ANY WARRANTY. See GNU Lesser General Public License for more details.
NXMMS2 is not fully written yet. Most of functionality works fine. It includes primitive control with keys and black white display. It supports a simple Media Library Search too. You may need to interrupt program by pressing Control-C because error handling for xmms library is not supported in my program yet.

Binary for linux

Source code

How to compile nxmms2: You need ncurses,libxmms2.so.0 and gcc compiler.

Try to compile source with this gcc options:

gcc -o nxmms2 nxmms2.c -lxmmsclient -lncurses

If compiler claims that does not find some of header files specify headers path with -I. Usualy is this include directory.

Before you run client you may have to run cli client and make xmms2 player to play.

Hosted by www.Geocities.ws

1