Switch to unified view

a/doc/sc2mpd.txt b/doc/sc2mpd.txt
...
...
47
moment the audio starts playing. This is not normal, but I could not find
47
moment the audio starts playing. This is not normal, but I could not find
48
the reason for it, so it's an unavoidable inconvenience at the moment.
48
the reason for it, so it's an unavoidable inconvenience at the moment.
49
49
50
== Configuration
50
== Configuration
51
51
52
No configuration is necessary: if *sc2mpd* is present, *upmpdcli* will
52
No configuration is necessary by default: if *sc2mpd* is present,
53
advertise the Songcast capability, and any host with a Songcast sender
53
*upmpdcli* will advertise the Songcast capability, and any host with a
54
installed should be able to use it.
54
Songcast sender installed should be able to use it.
55
56
However, you can set a number of values in the upmpdcli configuration file
57
(you *must* set the *upmpdcli* `-c` option for *sc2mpd* to see them):
58
59
sclogfilename:: 
60
Name of the file which will receive *sc2mpd* log messages. `stderr` by
61
default. This _can't be_ the same file used by *upmpdcli*.
62
63
scloglevel:: 
64
Log verbosity.  
65
66
schttpport:: 
67
68
HTTP port used by *mpd* to connect to *sc2mpd*. 8888 by default. This must
69
be an available port on `localhost`, and it will only accept connections from
70
`localhost`.
71
72
sc2mpd:: 
73
Path for the *sc2mpd* executable file (e.g. `/usr/local/bin/sc2mpd`). Only
74
useful if *sc2mpd* was not installed to a location in the executable $PATH
75
set for the init scripts. Typically only `/bin` and `/usr/bin` are in
76
there.
55
77
56
== Building sc2mpd
78
== Building sc2mpd
57
79
58
There are two parts in building *sc2mpd*:
80
There are two parts in building *sc2mpd*:
59
81