1XMMS2-LAUNCHER(1) General Commands Manual XMMS2-LAUNCHER(1)
2
3
4
6 xmms2-launcher - XMMS2 daemon launcher
7
9 xmms2-launcher [-l file] [-P file] [-v] [--] [XMMS2D_OPTION] ...
10 xmms2-launcher -h
11
13 XMMS2 is a redesign of the XMMS (http://legacy.xmms2.org) music player.
14 It features a client-server model, allowing multiple (even simultane‐
15 ous!) user interfaces, both textual and graphical. All common audio
16 formats are supported using plugins. On top of this, there is a flexi‐
17 ble media library to organise your music.
18
19 xmms2-launcher starts xmms2d(1) in the background. The main feature is
20 that it does not exit until the IPC system of XMMS2 is available, mean‐
21 ing that as soon as the xmms2-launcher process has exited successfully
22 xmms2d(1) is ready to accept commands.
23
25 Unrecognized options and options occuring beyond pseudo-option -- are
26 passed to xmms2d(1).
27
28 -l file, --logfile=file
29 Write log to file instead of the default log file location.
30
31 -P file, --pidfile=file
32 Write the pid of xmms2d(1) to file.
33
34 -v, --verbose
35 Make xmms2-launcher verbose.
36
37 -?, -h, --help
38 Show short help information and exit.
39
40 -- Options beyond this marker are passed to xmms2d(1).
41
42 XMMS2D_OPTION
43 See xmms2d(1) for a list of options and their effect.
44
46 Below CACHEDIR is $XDG_CACHE_HOME/xmms2 on UNIX if the XDG_CACHE_HOME-
47 environment variable is set. Otherwise it is $HOME/.cache/xmms2 (UNIX
48 except Darwin), or $HOME/Library/xmms2/logs (Darwin).
49
50 CACHEDIR/xmms2d.log
51 The default location for storing log output of xmms2d(1).
52
54 XDG_CACHE_HOME
55 The location where the XMMS2 logs are located by default.
56
58 xmms2d(1), http://xmms2.org/.
59
61 The XMMS2 Project was started by Tobias Rundström and Anders Walden‐
62 borg. It is developed by a small group of contributers from all over
63 the world.
64
66 This manual page was written by Alexander Botero-Lowry <alex@foxy‐
67 banana.com>. It was reformatted by Erik Massop <e.massop@hccnet.nl>.
68
69
70
71 XMMS2-LAUNCHER(1)