Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpdcron(1) [debian 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)

Check Out this Related Man Page

Music Player Daemon(1)					      General Commands Manual					    Music Player Daemon(1)

NAME
MPD - A daemon for playing music SYNOPSIS
mpd [options] [CONF_FILE] DESCRIPTION
MPD is a daemon for playing music. Music is played through the configured audio output(s) (which are generally local, but can be remote). The daemon stores info about all available music, and this info can be easily searched and retrieved. Player control, info retrieval, and playlist management can all be managed remotely. MPD searches for a config file in ~/.mpdconf then /etc/mpd.conf or uses CONF_FILE. Read more about MPD at <http://www.musicpd.org/>. OPTIONS
--help Output a brief help message. --kill Kill the currently running mpd session. The pid_file parameter must be specified in the config file for this to work. --no-daemon Don't detach from console. --stderr Print messages stderr. --verbose Verbose logging. --version Print version information. FILES
~/.mpdconf User configuration file. /etc/mpd.conf Global configuration file. SEE ALSO
mpd.conf(5), mpc(1) BUGS
If you find a bug, please report it at <http://www.musicpd.org/mantis/bug_report_page.php>. AUTHORS
Warren Dukes <warren.dukes@gmail.com> Special thanks to all the people that provided feedback and patches. Music Player Daemon(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I need help

Hi my name is Ali and I need help if you can help me with plese can any one help me develop a script (small program) in the environment of a well-known UNIX shell. To show that you have succeeded, you have to: • Develop a script that simplifies communications with the UNIX operating... (0 Replies)
Discussion started by: aliali88
0 Replies

2. BSD

PPPoE + mpd = MSN messenger not works

HI! Because ppp deamon by no means reconnect if connection droped i try mpd. Mpd successful recoennct and all works fine except one problem, MSN messenger can't sign in (error 81000360). With ppp deamon msn works good. With mpd and ppp have exactly firewall settings "OPEN"... Where is the... (4 Replies)
Discussion started by: sniper007
4 Replies

3. Solaris

effect of change of mpd preferred path settings

Hello All, In the output of the command "mpdcontrol -no xlist", I found that, some of the preferred paths are marked as "err". You can see the output below: # mpdcontrol -noxlist Unit Dev# MPD_ID/Policy DeviceName FC_AL DevMajMin IOcnt State... (0 Replies)
Discussion started by: sundar3350
0 Replies

4. Shell Programming and Scripting

Merge two file data together based on specific pattern match

My input: File_1: 2000_t g1110.b1 abb.1 2001_t g1111.b1 abb.2 abb.2 g1112.b1 abb.3 2002_t . . File_2: 2000_t Ali england 135 abb.1 Zoe british 150 2001_t Ali england 305 g1111.b1 Lucy russia 126 (6 Replies)
Discussion started by: patrick87
6 Replies