Updated help.
Before Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.7 KiB |
|
@ -32,8 +32,8 @@ td.icon { width: auto; }
|
|||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogosx.sourceforge.net/">Cog homepage</a></li>
|
||||
<li><a href="http://sbooth.org/phpBB2/index.php?c=4">Cog forums</a></li>
|
||||
<li><a href="http://cogx.org/">Cog homepage</a></li>
|
||||
<li><a href="http://sbooth.org/forums/index.php?c=4">Cog forums</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">Developer email</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -75,29 +75,29 @@ td.icon { width: auto; }
|
|||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/add_gray.png"/></td>
|
||||
<td>Add tracks</td>
|
||||
<td class="icon"><img src="images/remove_gray.png"/></td>
|
||||
<td>Remove tracks</td>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>Play/Pause</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_gray.png"/></td>
|
||||
<td>Open track info in a drawer</td>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>Previous Song</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>Next Song</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/shuffle_on.png"/></td>
|
||||
<td>Shuffle tracks</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>Don't shuffle</td>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>Show/hide<br>File Drawer</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Repeat on/off</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/repeat_on.png"/></td>
|
||||
<td>Repeat all tracks</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Don't repeat</td>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td>Show/hide<br>Info Drawer</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>Shuffle on/off</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
@ -105,6 +105,11 @@ td.icon { width: auto; }
|
|||
<h2>General features</h2>
|
||||
|
||||
<ul>
|
||||
<li>Last.fm support</li>
|
||||
<li>Growl support</li>
|
||||
<li>M3U and PLS playlist</li>
|
||||
<li>HTTP streaming</li>
|
||||
<li>Output device selection</li>
|
||||
<li>Gapless playback</li>
|
||||
<li>Logarithmic volume control</li>
|
||||
<li>Smart shuffle</li>
|
||||
|
|