~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/rhythmbox-client.1

  • Committer: seb128
  • Date: 2009-08-10 12:07:55 UTC
  • Revision ID: seb128@seb128-laptop-20090810120755-e30rib1u0untn856
initial rhythmbox import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright (C) 2006 Sven Arvidsson <sa@whiz.se>
 
2
.\"
 
3
.\" This is free software; you may redistribute it and/or modify
 
4
.\" it under the terms of the GNU General Public License as
 
5
.\" published by the Free Software Foundation; either version 2,
 
6
.\" or (at your option) any later version.
 
7
.\"
 
8
.\" This is distributed in the hope that it will be useful, but
 
9
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
.\" GNU General Public License for more details.
 
12
.\"
 
13
.\"You should have received a copy of the GNU General Public License along
 
14
.\"with this program; if not, write to the Free Software Foundation, Inc.,
 
15
.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
16
.TH rhythmbox 1 "2007\-06\-28" "GNOME"
 
17
.SH NAME
 
18
rhythmbox-client \- controls a running instance of rhythmbox
 
19
.SH SYNOPSIS
 
20
.B rhythmbox-client
 
21
.RI [ option... ]
 
22
.SH DESCRIPTION
 
23
.B rhythmbox-client
 
24
is a tool for controlling an already running instance of
 
25
.B rhythmbox. 
 
26
It's useful for remote control scripting or printing details of
 
27
what's playing. 
 
28
.SH OPTIONS
 
29
.TP
 
30
.B \-?,\-\-help
 
31
Show help options
 
32
.TP
 
33
.B \-\-debug
 
34
Enable debug output
 
35
.TP
 
36
.B \-\-no-start
 
37
Do not start a new instance of rhythmbox
 
38
.TP
 
39
.B \-\-quit
 
40
Quit rhythmbox
 
41
.TP
 
42
.B \-\-no-present
 
43
Don't present an existing rhythmbox window
 
44
.TP
 
45
.B \-\-hide
 
46
Hide the rhythmbox window
 
47
.TP
 
48
.B \-\-next
 
49
Jump to next song
 
50
.TP
 
51
.B \-\-previous
 
52
Jump to previous song
 
53
.TP
 
54
.B \-\-notify
 
55
Show notification of the playing song
 
56
.TP
 
57
.B \-\-play
 
58
Resume playback if currently paused
 
59
.TP
 
60
.B \-\-pause
 
61
Pause playback if currently playing
 
62
.TP
 
63
.B \-\-play-pause
 
64
Toggle play/pause mode
 
65
.TP
 
66
.BI "\-\-play-uri="URI
 
67
Play a specified URI, importing it if necessary
 
68
.TP
 
69
.BI "\-\-enqueue " filename
 
70
Add specified tracks already in the library to the play queue
 
71
.TP
 
72
.B \-\-clear-queue
 
73
Empty the play queue before adding new tracks
 
74
.TP
 
75
.B \-\-print-playing
 
76
Print the title and artist of the playing song
 
77
.TP
 
78
.B \-\-print-playing-format
 
79
Print formatted details of the song
 
80
.TP
 
81
.B \-\-set-volume
 
82
Set the playback volume
 
83
.TP
 
84
.B \-\-volume-up
 
85
Increase the playback volume
 
86
.TP
 
87
.B \-\-volume-down
 
88
Decrease the playback volume
 
89
.TP
 
90
.B \-\-print-volume
 
91
Print the current playback volume
 
92
.TP
 
93
.B \-\-mute
 
94
Mute playback
 
95
.TP
 
96
.B \-\-unmute
 
97
Unmute playback
 
98
.SH FORMAT OPTIONS
 
99
.TP
 
100
%at
 
101
album title
 
102
.TP
 
103
%aa
 
104
album artist
 
105
.TP
 
106
%aA
 
107
album artist (lowercase)
 
108
.TP
 
109
%as
 
110
album artist sortname
 
111
.TP
 
112
%aS
 
113
album artist sortname (lowercase)
 
114
.TP
 
115
%ay
 
116
album year
 
117
.TP
 
118
%ag
 
119
album genre
 
120
.TP
 
121
%aG
 
122
album genre (lowercase)
 
123
.TP
 
124
%an
 
125
album disc number
 
126
.TP
 
127
%aN
 
128
album disc number, zero padded
 
129
.TP
 
130
%st
 
131
stream title
 
132
.TP
 
133
%tn
 
134
track number (i.e 8)
 
135
.TP
 
136
%tN
 
137
track number, zero padded (i.e 08)
 
138
.TP
 
139
%tt
 
140
track title
 
141
.TP
 
142
%ta
 
143
track artist
 
144
.TP
 
145
%tA
 
146
track artist (lowercase)
 
147
.TP
 
148
%ts
 
149
track artist sortname
 
150
.TP
 
151
%tS
 
152
track artist sortname (lowercase)
 
153
.TP
 
154
%td
 
155
track duration
 
156
.TP
 
157
%te
 
158
track elapsed time
 
159
.TP
 
160
Variables can be combined using quotes. For example "%tn %aa %tt", will print the track number followed by the artist and the title of the track.
 
161
.SH AUTHOR
 
162
This manual page was written by Sven Arvidsson <sa@whiz.se>,
 
163
for the Debian system (but may be used by others).
 
164
.SH SEE ALSO
 
165
.BR "rhythmbox" (1).