Added documentation on using lastfmsubmitd, and made ready for 1.2 release.
[gssmp.git] / www / use.html
bloba36c17422340d8cb0640f067f53e1fc8c54dd002
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <link rel="stylesheet" href="style.css" type="text/css" />
6 <title>Using GSSMP</title>
7 </head>
8 <body>
10 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
11 Use |
12 <a href="screenshots.html">Screenshots</a> |
13 <a href="developers.html">Developers</a> |
14 <a href="contact.html">Contact</a></address>
16 <h1>Using GSSMP</h1>
18 <h2>Choosing music to play</h2>
20 <p>Click "Play Directory" in the "File" menu to choose a directory. GSSMP will
21 start playing the first file it finds in there. If you'd like to play a
22 specific file, click "Play File".</p>
24 <p>Click Next or Previous to change tracks, Pause to pause, and drag the slider
25 to skip around.</p>
27 <h2>Continuing recent tracks</h2>
29 <p>Tracks you have played recently are shown on the "Recent" menu. Click one to
30 continue where you left off.</p>
32 <h2>Playing modes</h2>
34 <p>To choose shuffle mode, select "Shuffle" from the "Mode" menu. This plays
35 the tracks inside your chosen directory, in random order.</p>
37 <p>To repeat the chosen track over and over, choose "Repeat One".</p>
39 <p>The other two "Mode" options play the tracks in your chosen directory in
40 alphabetical order of their filenames. "Repeat All" starts again at the
41 beginning when it has finished, and "No Repeat" just stops when it gets to
42 the end.</p>
44 <h2>Tracks play in alphabetical order of filename</h2>
46 <p>Because it plays tracks in alphabetical order of filename,
47 GSSMP works best with music albums when tracks have filenames with
48 their track number first e.g. "03 - Working_for_the_Man.ogg" so it's best to
49 rip your tracks in this format if you can. If this causes you major problems,
50 email the developers' list and someone should be able to knock up a script
51 for you that renames all your tracks automatically.</p>
53 <h2>Keyboard shortcuts</h2>
55 <p><b>Play/Pause</b> - Space</p>
56 <p><b>Next</b> - Ctrl-Right or Page Down</p>
57 <p><b>Previous</b> - Ctrl-Left or Page Up</p>
59 <h2>Submitting track information to last.fm</h2>
61 <p><a href="http://last.fm">last.fm</a> is a web site that collects statistics
62 about the music you and others are playing and recommends music you might
63 be interested in. If you want to get GSSMP to submit information about what
64 tracks you are playing, go to the "Tools" menu and click "last.fm". If you
65 have the lastfmsubmitd and lastfmsubmit programs installed, the checkbox should
66 be enabled and you can just click it to turn on track information submission.
67 If not, you will need to follow the instructions on how to
68 <a href="install-lastfm.html">install lastfmsubmitd</a>.</p>
70 <div style="float:right"><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=187144&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></div>
72 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
73 Use |
74 <a href="screenshots.html">Screenshots</a> |
75 <a href="developers.html">Developers</a> |
76 <a href="contact.html">Contact</a></address>
78 </body>
79 </html>