1rhythmbox(1) General Commands Manual rhythmbox(1)
2
3
4
6 rhythmbox-client - controls a running instance of rhythmbox
7
9 rhythmbox-client [option...][file...]
10
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. It also has an interactive mode, useful for controlling
16 playback remotely via ssh. Any files specified after the option argu‐
17 ments will be added to the library. If the --enqueue option is given,
18 the files will also be added to the play queue.
19
21 -?,--help
22 Show help options
23
24 --debug
25 Enable debug output
26
27 --no-start
28 Do not start a new instance of rhythmbox
29
30 --quit Quit rhythmbox
31
32 -i,--interactive
33 Start interactive mode --no-present Don't present an existing
34 rhythmbox window
35
36 --next Jump to next song
37
38 --previous
39 Jump to previous song
40
41 --play Resume playback if currently paused
42
43 --pause
44 Pause playback if currently playing
45
46 --play-pause
47 Toggle play/pause mode
48
49 --stop Stop playback if currently playing
50
51 --play-uri=URI
52 Play a specified URI, importing it if necessary
53
54 --enqueue
55 Add specified tracks already in the library to the play queue
56
57 --clear-queue
58 Empty the play queue before adding new tracks
59
60 --print-playing
61 Print the title and artist of the playing song
62
63 --print-playing-format=format
64 Print formatted details of the song (see FORMAT OPTIONS below).
65
66 --set-volume
67 Set the playback volume
68
69 --volume-up
70 Increase the playback volume
71
72 --volume-down
73 Decrease the playback volume
74
75 --print-volume
76 Print the current playback volume
77
78 --select-source=URI
79 Select the source corresponding to a URI (device or mount point)
80
81 --activate-source=URI
82 Select the source corresponding to a URI (device or mount point)
83 and start playing from it if not already playing.
84
85 --play-source=URI
86 Select the source corresponding to a URI (device or mount point)
87 and start playing from it.
88
90 %at album title
91
92 %aa album artist
93
94 %aA album artist (lowercase)
95
96 %as album artist sortname
97
98 %aS album artist sortname (lowercase)
99
100 %ay album year
101
102 %ag album genre
103
104 %aG album genre (lowercase)
105
106 %an album disc number
107
108 %aN album disc number, zero padded
109
110 %st stream title
111
112 %tn track number (i.e 8)
113
114 %tN track number, zero padded (i.e 08)
115
116 %tt track title
117
118 %ta track artist
119
120 %tA track artist (lowercase)
121
122 %ts track artist sortname
123
124 %tS track artist sortname (lowercase)
125
126 %td track duration
127
128 %te track elapsed time
129
130 Variables can be combined using quotes. For example "%tn %aa %tt", will
131 print the track number followed by the artist and the title of the
132 track.
133
135 This manual page was written by Sven Arvidsson <sa@whiz.se>, for the
136 Debian system (but may be used by others).
137
139 rhythmbox(1).
140
141
142
143GNOME 2007-06-28 rhythmbox(1)