An mpd client for the console, based on curses, written in Python. Features hierarchic browsing of artists, albums and tracks, a playlist and a small status bar. The key bindings mimic those of the
... [More]
text editor vi, but can easily be changed. ncmpcpy is customized by editing the source code: open the program source with a text editor. The color and key settings reside near the top of the file, right below the license information.
Requirements:
Any reasonably recent version of Python python-mpd A terminal which supports 88/256 colors and Python's curses implementation
Installation:
Make sure your system fulfills all of the requirements listed above Download the latest version: http://ncmpcpy.googlecode.com/files/ncmpcpy.py Enable execution of the file, eg chmod +x ncmpcpy.py Move the file to a directory in your PATH, preferably /usr/local/bin To launch, run ncmpcpy.py on the command line
Screenshot: [Less]