Recognizes if input is ogg or not.
[xiph.git] / positron / doc / user-guide.html
blob2a259ce55e15168790a19083a8ceed38630d47f6
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="style.css" />
4 <title>Positron User's Guide</title>
5 </head>
6 <body>
7 <h1>Positron User's Guide: Version 1.0</h1>
9 <p>
10 Positron is a synchronization tool for the
11 <a href="http://www.neurosaudio.com">Neuros</a> portable music player.
12 Positron allows you to individually add and delete tracks from a
13 Neuros, as well as synchronize it with a directory tree of music, all
14 from the command line. This document will teach you how to install
15 and use positron.
16 </p>
18 <h2>Why Do I Need Positron?</h2>
20 <p>
21 This is a common question. As far as your computer is concerned, a
22 Neuros is just an external USB hard disk, following the USB Mass
23 Storage standard. No custom drivers are needed. You can copy any sort
24 of file, music or otherwise, onto the Neuros. However, only files
25 that are listed in a special database stored on the Neuros will be
26 playable. This is what positron does. It will both physically
27 copy files and update the Neuros database so those files are
28 playable. If you copy music to the Neuros using cp or a filemanager,
29 it will not be shown in the song listings.
30 </p>
32 <p>
33 This manual is divided into the following sections:
34 </p>
36 <ul>
37 <li><a href="install.html">Installation</a></li>
38 <li><a href="config.html">Configuration</a></li>
39 <li><a href="common-tasks.html">Common Tasks</a></li>
40 <li><a href="commands.html">Command Reference</a></li>
41 <li><a href="troubleshooting.html">Troubleshooting</a></li>
42 </ul>
44 <p>
45 If you are interested in positron development or have other questions
46 or comments, take a look at our
47 <a href="troubleshooting.html#contact">contact information</a>
48 </p>
50 </body>
51 </html>