1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 22:53:32 +02:00
Files
pentadactyl-pm/xulmus/locale/en-US/player.txt
2009-03-25 02:21:24 +11:00

168 lines
5.4 KiB
Plaintext

HEADER
|player-mode| |player| +
The following features apply to Player mode which is activated when the media
tab has focus.
section:Playing{nbsp}tracks[playing-tracks]
|x| |:playerp| |:playerplay|
||:playerp[lay]|| +
||x||
________________________________________________________________________________
Play the current track.
________________________________________________________________________________
|z| |:playerpr| |:playerprev|
||:playerpr[ev]|| +
||z||
________________________________________________________________________________
Play the previous track.
________________________________________________________________________________
|b| |:playern| |:playernext|
||:playern[ext]|| +
||b||
________________________________________________________________________________
Play the next track.
________________________________________________________________________________
|c| |:playerpa| |:playerpause|
||:playerpa[use]|| +
||c||
________________________________________________________________________________
Pause/unpause the current track.
________________________________________________________________________________
|v| |:players| |:playerstop|
||:players[top]|| +
||v||
________________________________________________________________________________
Stop playing the current track.
________________________________________________________________________________
|x|
||x||
________________________________________________________________________________
Toggle shuffle mode.
________________________________________________________________________________
|r|
||r||
________________________________________________________________________________
Toggle repeat mode.
________________________________________________________________________________
|i|
||i||
________________________________________________________________________________
Select the currently playing track.
________________________________________________________________________________
section:Filtering{nbsp}the{nbsp}library[filter,filtering]
|f| |:f| |:filter|
||:f[ilter] {artist} [a][album][a] [a][track][a]|| +
||f||
________________________________________________________________________________
Filter and play tracks. If only {artist} is specified then all tracks for that
artist are played in album order. If [a][album][a] is also specified then all
tracks for that album are played. A specific track can be specified with
[a][track][a].
________________________________________________________________________________
|F| |:F| |:Filter|
||:F[ilter] {keywords}|| +
||F||
________________________________________________________________________________
Filter and show the tracks as a view. The tracks are filtered by the {keywords}
provided as arguments. This text search applies over the default filter
properties, namely: Genre, Artist, Album and Track.
________________________________________________________________________________
section:Seeking{nbsp}to{nbsp}a{nbsp}track{nbsp}position[seeking]
|<Left>| |h|
||[count]h||
________________________________________________________________________________
Seek +10s.
________________________________________________________________________________
|<Right>| |l|
||[count]l||
________________________________________________________________________________
Seek -10s.
________________________________________________________________________________
|H|
||[count]H||
________________________________________________________________________________
Seek +1m.
________________________________________________________________________________
|L|
||[count]L||
________________________________________________________________________________
Seek -1m.
________________________________________________________________________________
|:see]| |:seek|
||:see[k] {[HH:]MM:SS]}|| +
||:see[k] +{time[hms]} | -{time[hms]}|| +
________________________________________________________________________________
Seek to an absolute or relative position in a track. The position can be given
in seconds (s), minutes (m), or hours (h). If the unit is not specified then
seconds is assumed. The position is absolute unless the value is prefixed with
"-" or "+".
Positions may also be specified in [a][HH:]MM:SS[a] format.
________________________________________________________________________________
section:Adjusting{nbsp}the{nbsp}volume[volume]
|+| |=|
||+|| +
||=||
________________________________________________________________________________
Increase volume by 10%.
________________________________________________________________________________
|-|
||-||
________________________________________________________________________________
Decrease volume by 10%.
________________________________________________________________________________
|:vol| |:volume|
||:vol[ume] {value}|| +
||:vol[ume] +{value} | -{value}|| +
________________________________________________________________________________
Set the player volume. {value} can be an absolute value between 0 and 100% or a
relative value if prefixed with "-" or "+".
________________________________________________________________________________
section:Managing{nbsp}playlists[playlists]
|:load|
||:load [a][playlist][a]|| +
________________________________________________________________________________
Load [a][playlist][a]. If no playlist is specified then the main library view
is loaded.
________________________________________________________________________________
// vim: set filetype=asciidoc: