Practical Music Search SVN
Brought to you by:
slicer86
##################################### README - Practical Music Search v0.41 ##################################### Copyright (C) 2006-2009 Kim Tore Jensen <kimtjen@gmail.com>. The program homepage is <http://pms.sourceforge.net>. Practical Music Search is a ncurses-based client for MPD. It has a command line interface much like Vim, and supports custom colors, layouts, and key bindings. PMS aims to be accessible and highly configurable. Table of Contents ************************* 1. Compiling 2. Requirements 3. Configuration 4. Reporting bugs 1. Compiling ******************** $ ./configure && make && sudo make install 2. Requirements *********************** PMS is a client for the Music Player Daemon (http://musicpd.org). You need to have MPD installed and working before using PMS, but not neccessarily on the same machine. This client works best with recent MPD versions. MPD 0.15.0 supports the albumartist tag, which enables various artists to be sorted correctly. PMS depends on the following libraries: ncurses (>= 5.0) glib2 (>= 2.0) boost_regex (>= 1.36.0) to enable regular expression searches 3. Configuration ************************ Consult the man page for configuration options. If there is no man page available on your system, you can read the manual page online at <http://pms.sourceforge.net/pms.1.html>. Hint: type ':help' from within PMS to show a list of all current keyboard bindings. 4. Reporting bugs ************************* Please use the bug tracker at this URL: http://sourceforge.net/tracker2/?group_id=97344&atid=617763