File: mpdcron.1.pdc

package info (click to toggle)
mpdcron 0.3%2Bgit20161228-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,304 kB
  • sloc: ansic: 12,825; ruby: 587; makefile: 178; sh: 95
file content (52 lines) | stat: -rw-r--r-- 1,611 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% mpdcron(1) manual
% Ali Polatel <alip@exherbo.org>
% December 23, 2009

# 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:

- 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.
- 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
- **~/.mpdcron/mpdcron.conf** User configuration file

# SEE ALSO
- `mpd`(1)
- <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).

<!-- vim: set tw=100 ft=pdc spell spelllang=en sw=4 sts=4 et : -->