• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H14-May-2010-147128

m4/H14-May-2010-129124

po/H03-May-2022-1,9911,613

src/H03-May-2022-17,70212,657

ABOUT-NLSH A D03-May-200974.7 KiB1,0691,022

AUTHORSH A D21-Aug-200999 21

COPYINGH A D05-Feb-200934.3 KiB675553

ChangeLogH A D14-May-201016.8 KiB240224

INSTALLH A D26-Nov-2009528 2618

Makefile.amH A D14-May-2010726 1411

Makefile.inH A D03-May-202248.1 KiB934811

READMEH A D14-May-20101.6 KiB6940

TODOH A D14-May-2010330 1210

aclocal.m4H A D14-May-201052.2 KiB1,5421,393

config.h.inH A D14-May-20102.3 KiB9261

config.rpathH A D03-May-200917.9 KiB667563

configureH A D14-May-2010201.3 KiB7,0895,840

configure.acH A D14-May-20101.1 KiB3733

depcompH A D14-May-201018.2 KiB631407

install-shH A D14-May-201013.3 KiB521344

missingH A D14-May-201011.2 KiB377281

pms.1H A D14-May-201020.5 KiB716713

README

1#####################################
2README - Practical Music Search v0.42
3#####################################
4
5Copyright (C) 2006-2010 Kim Tore Jensen <kimtjen@gmail.com>.
6
7The program homepage is <http://pms.sourceforge.net>.
8
9Practical Music Search is a ncurses-based client for MPD. It has a command line
10interface much like Vim, and supports custom colors, layouts, and key bindings.
11PMS aims to be accessible and highly configurable.
12
13
14	Table of Contents
15*************************
16
171. Compiling
182. Requirements
193. Configuration
204. Reporting bugs
21
22
23
24	1. Compiling
25********************
26
27$ ./configure && make && sudo make install
28
29See INSTALL file for detailed instructions.
30
31
32	2. Requirements
33***********************
34
35PMS is a client for the Music Player Daemon (http://musicpd.org). You need to
36have MPD installed and working before using PMS, but not neccessarily on the
37same machine.
38
39This client works best with recent MPD versions (>= 0.15.0).
40
41PMS depends on the following libraries:
42
43ncurses (>= 5.0)
44glib2 (>= 2.0)
45boost_regex (>= 1.36.0) to enable regular expression searches
46
47
48	3. Configuration
49************************
50
51Consult the man page for configuration options.
52
53There are example configuration files in the "examples" directory.
54
55If there is no man page available on your system, you can read the manual page
56online at <http://pms.sourceforge.net/pms.1.html>.
57
58Hint: type ':help' from within PMS to show a list of all current keyboard
59bindings.
60
61
62	4. Reporting bugs
63*************************
64
65Please use the bug tracker at this URL:
66
67http://sourceforge.net/apps/trac/pms
68
69