Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mplength(1) [debian man page]

MPLENGTH(1)							     mplength							       MPLENGTH(1)

NAME
mplength - calculates length of mpd playlist SYNOPSIS
mplength [host] DESCRIPTION
mplength calculates the total length of the currently selected playlist in mpd. The length is output to standard output in mm:ss format. SEE ALSO
mpd(1) AUTHOR
Copyright 2009 Joey Hess <joey@kitenet.net> Licensed under the GNU GPL version 2 or higher. http://kitenet.net/~joey/code/mpdtoys perl v5.10.1 2010-03-06 MPLENGTH(1)

Check Out this Related Man Page

mpdcron(1)						      General Commands Manual							mpdcron(1)

NAME
mpdcron - cron like daemon for mpd SYNOPSIS
mpdcron [option] DESCRIPTION
mpdcron is a cron like daemon for mpd. It connects to mpd, waits for idle events. It has two interfaces: o Hooks which are executed after setting environment variables which hooks can use to get more information about the event without having to connect to mpd. o Modules, which are dynamically loaded and have direct access to mpd connection and the file descriptor of mpdcron's configuration file. By default it will get the host name and port for mpd from MPD_HOST and MPD_PORT environment variables. MPD_PASSWORD environment variable can be set to make mpdcron connect to a password-protected mpd. If these environment variables aren't set, mpdcron connects to localhost on port 6600. OPTIONS
-?, --help Show help options and exit. -V, --version Print version information and exit. -k, --kill Instead of launching the daemon, attempt to kill the already running daemon. -n, --no-daemon Don't detach from console. This option can be used for debugging. FILES
o ~/.mpdcron/mpdcron.conf User configuration file SEE ALSO
o mpd(1) o <http://alip.github.com/mpdcron/> REPORTING BUGS
If you find a bug, please report it at <http://github.com/alip/mpdcron/issues> COPYRIGHT
Copyright (c) 2009 Ali Polatel <alip@exherbo.org> Free use of this software is granted under the terms of the GNU General Public License (GPL). AUTHOR
Ali Polatel <alip@exherbo.org> manual December 23, 2009 mpdcron(1)
Man Page