Commit | Line | Data |
---|---|---|
460b9539 | 1 | Template: disorder/roots |
2 | Type: string | |
3 | Default: | |
a987f4a7 | 4 | Description: Audio directories: |
460b9539 | 5 | Enter the list of directories that contain audio files (e.g. MP3 or OGG |
6 | files) separated by spaces. | |
7 | ||
8 | Template: disorder/encoding | |
9 | Type: string | |
a987f4a7 | 10 | Description: Filesystem encoding: |
460b9539 | 11 | Enter your filesystem's character encoding. Check rather than |
12 | guessing if you are not sure. | |
13 | ||
14 | Template: disorder/scratches | |
15 | Type: string | |
16 | Default: /usr/share/disorder/slap.ogg /usr/share/disorder/scratch.ogg | |
a987f4a7 | 17 | Description: Scratch files: |
460b9539 | 18 | Enter a list of files to be played when a track is scratched, separated |
19 | by spaces. Leave this blank if you don't want any scratch sounds. | |
20 | All filenames should be absolute path names. | |
21 | ||
6f3acea9 RK |
22 | Template: disorder/port |
23 | Type: string | |
24 | Default: none | |
a987f4a7 | 25 | Description: Port number for clients to connect to: |
6f3acea9 RK |
26 | Enter the port number that the server should listen on for clients. This |
27 | can be set to 'none' to permit only local clients or a port number for | |
28 | remote clients to connect to, e.g. using Disobedience. | |
f2c185d6 | 29 | |
6094c7e4 RK |
30 | Template: disorder/interface |
31 | Type: select | |
32 | Choices: local, network | |
33 | Default: local | |
a987f4a7 | 34 | Description: Interface to use to play sound: |
6094c7e4 RK |
35 | 'local' means the default local sound device will be used. Use this |
36 | if you want to play through your sound card and don't want to play on any | |
37 | other computers. | |
38 | . | |
39 | 'network' means sound will be transmitted over the network using RTP, | |
40 | for instance to a multicast address. Use this option if you want to play | |
41 | sound through more than one computer. | |
42 | ||
43 | Template: disorder/mcast_address | |
44 | Type: string | |
a987f4a7 | 45 | Description: Destination address for network sound transmission: |
6094c7e4 RK |
46 | Sound data will be sent to this address using the RTP protocol. Users |
47 | would use (for instance) disorder-playrtp to play it. Typically this | |
48 | would be a multicast address but this is not mandatory. | |
49 | ||
50 | Template: disorder/mcast_port | |
51 | Type: string | |
a987f4a7 | 52 | Description: Destination port for network sound transmission: |
6094c7e4 RK |
53 | Sound data will be sent to this UDP port using the RTP protocol. |
54 | ||
f2c185d6 RK |
55 | Template: disorder/mail_sender |
56 | Type: string | |
57 | Default: | |
a987f4a7 | 58 | Description: Sender address for email from web interface: |
f2c185d6 RK |
59 | The web interface needs to know what email address it should send messages |
60 | from. It is possible that users will reply to this address if they are | |
61 | unsure what to do. |