summaryrefslogtreecommitdiffstats
path: root/packaging/debian/mixxx.sgml
blob: 9277b5cb2326d2ae5a4f9a98422070396083143f (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

<!-- Process this file with docbook-to-man to generate an nroff manual
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
     less'.  A typical entry in a Makefile or Makefile.am is:

manpage.1: manpage.sgml
	docbook-to-man $< > $@


	The docbook-to-man binary is found in the docbook-to-man package.
	Please remember that if you create the nroff version in one of the
	debian/rules file targets (such as build), you will need to include
	docbook-to-man in your Build-Depends control field.

  -->

  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  <!ENTITY dhfirstname "<firstname>S.</firstname>">
  <!ENTITY dhsurname   "<surname>Brandt</surname>">
  <!-- Please adjust the date whenever revising the manpage. -->
  <!ENTITY dhdate      "<date>April 12, 2013</date>">
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
       allowed: see man(7), man(1). -->
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
  <!ENTITY dhemail     "<email>s.brandt@mixxx.org</email>">
  <!ENTITY dhusername  "S.Brandt">
  <!ENTITY dhucpackage "<refentrytitle>MIXXX</refentrytitle>">
  <!ENTITY dhpackage   "mixxx">

  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
]>

<refentry>
  <refentryinfo>
    <address>
      &dhemail;
    </address>
    <author>
      &dhfirstname;
      &dhsurname;
    </author>
    <copyright>
      <year>2013</year>
      <holder>&dhusername;</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>A Digital Disc Jockey Interface</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&dhpackage;</command>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>DESCRIPTION</title>
    <para>
      <command>&dhpackage;</command> is free DJ software that gives you
      everything you need to perform live DJ mixes. Blend songs together with
      automatic BPM matching and remix on-the-fly with looping and hot cues.
      Whether you're a pro DJ or just getting started, Mixxx has you covered.
     </para>

     <para>
      &dhpackage; works with ALSA, JACK, OSS and supports many popular DJ
      controllers.
    </para>

    <para>
      This manual page documents briefly the <command>&dhpackage;</command>
      command line options. It does not describe all of the features
      of &dhpackage; or how to use it; Instead, it has a documentation in pdf
      format; see below.
    </para>
    <para>
      <emphasis role="bold">KEY FEATURES</emphasis>
    </para>

    <itemizedlist mark='opencircle'>
      <listitem>
        <para>Parallel or split scratchable waveform displays.</para>
      </listitem>
      <listitem>
        <para>MP3, OGG, WAVE, FLAC, and optional AAC (M4A) playback.</para>
      </listitem>
      <listitem>
        <para>WAVE, OGG, and optional MP3 recording.</para>
      </listitem>
      <listitem>
        <para>Fast, database-powered library.</para>
      </listitem>
      <listitem>
        <para>Crates and playlists for organizing your music.</para>
      </listitem>
      <listitem>
        <para>Reads iTunes, Traktor, and Rhythmbox libraries.</para>
      </listitem>
      <listitem>
        <para>Cross-platform - works on Windows, Mac OS X and Linux.</para>
      </listitem>
      <listitem>
        <para>Shoutcast and Icecast broadcasting.</para>
      </listitem>
      <listitem>
        <para>Support for many DJ MIDI & HID controllers out-of-the-box.</para>
      </listitem>
       <listitem>
        <para>Advanced MIDI scripting engine for maximum flexibility.</para>
      </listitem>
      <listitem>
        <para>Vinyl emulation with Serato,Traktor, and Mixvibes timecode support.</para>
      </listitem>
      <listitem>
        <para>Bulk BPM and beat detection.</para>
      </listitem>
      <listitem>
        <para>ReplayGain volume normalization.</para>
      </listitem>
      <listitem>
        <para>Automatic crossfading with Auto DJ.</para>
      </listitem>
      <listitem>
        <para>Skinnable interface with several skins bundled.</para>
      </listitem>
    </itemizedlist>

    <para>
      For a full list of features go to:
      <ulink url="http://mixxx.org/features/"></ulink>.
    </para>
    <para>
     &dhpackage; does not have AAC (M4A) playback support enabled by default due
     to licensing restrictions. To enable playback of unprotected AAC (M4A)
     files, you can build &dhpackage; from source. See also:
     <ulink url="http://www.mixxx.org/wiki/doku.php/compiling_on_linux#build_with_m4a_file_support"></ulink>
    </para>
  </refsect1>

  <refsect1>
    <title>OPTIONS</title>
    <para>
      Mixxx is designed to be as user-friendly as possible. As such, its command
      line options are only useful for development or debugging, as they make
      these tasks easier. <command>&dhpackage;</command> accepts the following
      case-sensitive options on the command-line:
    </para>
    <variablelist>
      <varlistentry>
        <term>
          <replaceable class="parameter">&lt;FILE&gt;</replaceable>
        </term>
        <listitem>
          <para>
            Load the specified music file(s) at start-up. Each file you
            specify will be loaded into the next virtual deck. Supported file
            types: mp3, ogg, aiff, aif, wav, flac
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--resourcePath</option>
          <replaceable class="parameter">&lt;PATH&gt;</replaceable>
        </term>
        <listitem>
          <para>
            Top-level directory where Mixxx should look for its resource
            files such as MIDI mappings, overriding the default installation
            location.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--pluginPath</option>
          <replaceable class="parameter">&lt;PATH&gt;</replaceable>
        </term>
        <listitem>
          <para>
            Top-level directory where Mixxx should look for sound source
            plugins in addition to default locations.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--settingsPath</option>
          <replaceable class="parameter">&lt;PATH&gt;</replaceable>
        </term>
        <listitem>
          <para>
            Top-level directory where Mixxx should look for settings.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--controllerDebug/--midiDebug</option>
        </term>
        <listitem>
          <para>
            Causes Mixxx to display/log all of the MIDI/HID controller data
            it receives and script functions it loads.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--developer</option>
        </term>
        <listitem>
          <para>
            Enables developer-mode. Includes extra log info, stats on
            performance, and a Developer tools menu.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--locale</option>
          <replaceable class="parameter">&lt;LOCALE&gt;</replaceable>
        </term>
        <listitem>
          <para>
            Use a custom locale for loading translations (e.g 'fr').
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>--f</option>
          <option>--fullScreen</option>
        </term>
        <listitem>
          <para>
            Starts &dhpackage; in full-screen mode.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>-h</option>
          <option>--help</option>
        </term>
        <listitem>
          <para>
            Display a help message and exit.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    <para>
      <filename class='directory'>/usr/share/doc/mixxx/Mixxx-Manual.pdf</filename>
    </para>
    <para>
      The manual in pdf format should have come with your copy of &dhpackage;,
      however there is an online copy available:
      <ulink url="http://mixxx.org/wiki/doku.php/manual"></ulink>.
    </para>
  </refsect1>

  <refsect1>
    <title>FILES</title>
    <variablelist>
      <varlistentry>
        <term>
          <filename class='directory'>~/.mixxx/</filename>
        </term>
        <listitem>
          <para>
            The directory where &dhpackage; stores its user data.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>~/.mixxx/mixxx.cfg</filename>
        </term>
        <listitem>
          <para>
            The &dhpackage; configuration file.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>~/.mixxx/mixxxdb.sqlite</filename>
        </term>
        <listitem>
          <para>
            The &dhpackage; library file.
            <emphasis role="bold">Warning:</emphasis> Deleting your library
            will lose all of your metadata. This includes saved hotcues, loops,
            comments, ratings, and other library related metadata. Only delete
            your library if you are fine with losing these.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>~/.mixxx/analysis</filename>
        </term>
        <listitem>
          <para>
            The directory where &dhpackage; stores any additional analysis data
            that can't fit into the library file. Currently only the waveforms
            are saved here. If you delete your library file you should also
            delete this folder as the waveforms around 1MB each and are unusable
            without the library that generated them.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>~/.mixxx/controllers</filename>
        </term>
        <listitem>
          <para>
            The directory where &dhpackage; stores user controller mappings.
            All mappings that are created with the MIDI learning wizard are
            saved here. If there are mappings for a controller in the default
            resource directory and this directory &dhpackage; will use
            the one saved here.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>/usr/share/mixxx</filename>
        </term>
        <listitem>
          <para>
            The directory where &dhpackage; stores its default resources like
            skins, MIDI/HID controller mappings, keyboard mappings, and
            translations.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <filename class='directory'>/usr/share/doc/mixxx/Mixxx-Manual.pdf</filename>
        </term>
        <listitem>
          <para>
            The &dhpackage; manual in pdf format.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>BUGS</title>
    <para>
      To report a bug or request a feature, go to the &dhpackage; bug tracker:
      <ulink url="http://bugs.launchpad.net/mixxx"></ulink>
    </para>
  </refsect1>

  <refsect1>
    <title>AUTHORS</title>
    <para>Since 2000, over 150 developers, artists and translators have
      helped create &dhpackage;. The current &dhpackage; development team is
      led by RJ Ryan <email>rryan@mixxx.org</email>.
    </para>
    <para>
      This manual page was written by &dhusername; &dhemail; for the &debian;
      system (and may be used by others).  Permission is granted to copy,
      distribute and/or modify this document under the terms of the &gnu;
      General Public License, Version 2 any later version published by the Free
      Software Foundation.
    </para>
    <para>
      On Debian systems, the complete text of the GNU General Public
      License can be found in /usr/share/common-licenses/GPL-2.
    </para>
  </refsect1>

  <refsect1>
    <title>History</title>
    <variablelist>
       <varlistentry>
        <term>April 12, 2013</term>
        <listitem>
          <para>Completely revised for &dhpackage; 1.11 by Max Linke
            <email></email> and S.Brandt <email>s.brandt@mixxx.org</email>
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>November 26, 2004</term>
        <listitem>
          <para>Initial version by Paul Brossier <email>piem@altern.org</email>.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->