1rhythmbox(1)                General Commands Manual               rhythmbox(1)
2
3
4

NAME

6       rhythmbox-client - controls a running instance of rhythmbox
7

SYNOPSIS

9       rhythmbox-client [option...][file...]
10

DESCRIPTION

12       rhythmbox-client  is a tool for controlling an already running instance
13       of rhythmbox.  It's useful for remote control  scripting,  adding  spe‐
14       cific  files  to  the  library  from  the shell, or printing details of
15       what's playing. Any files specified after the option arguments will  be
16       added to the library.  If the --enqueue option is given, the files will
17       also be added to the play queue.
18

OPTIONS

20       -?,--help
21              Show help options
22
23       --debug
24              Enable debug output
25
26       --no-start
27              Do not start a new instance of rhythmbox
28
29       --quit Quit rhythmbox
30
31       --no-present
32              Don't present an existing rhythmbox window
33
34       --hide Hide the rhythmbox window
35
36       --next Jump to next song
37
38       --previous
39              Jump to previous song
40
41       --notify
42              Show notification of the playing song
43
44       --play Resume playback if currently paused
45
46       --pause
47              Pause playback if currently playing
48
49       --play-pause
50              Toggle play/pause mode
51
52       --play-uri=URI
53              Play a specified URI, importing it if necessary
54
55       --enqueue
56              Add specified tracks already in the library to the play queue
57
58       --clear-queue
59              Empty the play queue before adding new tracks
60
61       --print-playing
62              Print the title and artist of the playing song
63
64       --print-playing-format=format
65              Print formatted details of the song (see FORMAT OPTIONS below).
66
67       --set-volume
68              Set the playback volume
69
70       --volume-up
71              Increase the playback volume
72
73       --volume-down
74              Decrease the playback volume
75
76       --print-volume
77              Print the current playback volume
78
79       --mute Mute playback
80
81       --unmute
82              Unmute playback
83
84       --select-source=URI
85              Select the source corresponding to a URI (device or mount point)
86
87       --activate-source=URI
88              Select the source corresponding to a URI (device or mount point)
89              and start playing from it if not already playing.
90
91       --play-source=URI
92              Select the source corresponding to a URI (device or mount point)
93              and start playing from it.
94

FORMAT OPTIONS

96       %at    album title
97
98       %aa    album artist
99
100       %aA    album artist (lowercase)
101
102       %as    album artist sortname
103
104       %aS    album artist sortname (lowercase)
105
106       %ay    album year
107
108       %ag    album genre
109
110       %aG    album genre (lowercase)
111
112       %an    album disc number
113
114       %aN    album disc number, zero padded
115
116       %st    stream title
117
118       %tn    track number (i.e 8)
119
120       %tN    track number, zero padded (i.e 08)
121
122       %tt    track title
123
124       %ta    track artist
125
126       %tA    track artist (lowercase)
127
128       %ts    track artist sortname
129
130       %tS    track artist sortname (lowercase)
131
132       %td    track duration
133
134       %te    track elapsed time
135
136       Variables can be combined using quotes. For example "%tn %aa %tt", will
137       print  the  track  number  followed  by the artist and the title of the
138       track.
139

AUTHOR

141       This manual page was written by Sven Arvidsson  <sa@whiz.se>,  for  the
142       Debian system (but may be used by others).
143

SEE ALSO

145       rhythmbox(1).
146
147
148
149GNOME                             2007-06-28                      rhythmbox(1)
Impressum