1BLUETOOTHCTL-PLAYER(1) Linux System Administration BLUETOOTHCTL-PLAYER(1)
2
3
4
6 bluetoothctl-player - Media Player Submenu
7
9 bluetoothctl [--options] [player.commands]
10
12 list
13 List available players.
14
15 Usage # list
16
17 show
18 Show player information.
19
20 Usage # show [player]
21
22 select
23 Select default player.
24
25 Usage # select <player>
26
27 play
28 Start playback.
29
30 Usage # play [item]
31
32 pause
33 Pause playback.
34
35 Usage # pause
36
37 stop
38 Stop playback.
39
40 Usage # stop
41
42 next
43 Jump to next item.
44
45 Usage # next
46
47 previous
48 Jump to previous item.
49
50 Usage # previous
51
52 fast-forward
53 Fast forward playback.
54
55 Usage # fast-forward
56
57 rewind
58 Rewind playback.
59
60 Usage # rewind
61
62 equalizer
63 Enable/Disable equalizer.
64
65 Usage # equalizer <on/off>
66
67 repeat
68 Set repeat mode.
69
70 Usage # repeat <singletrack/alltrack/group/off>
71
72 shuffle
73 Set shuffle mode.
74
75 Usage # shuffle <alltracks/group/off>
76
77 scan
78 Set scan mode.
79
80 Usage # scan <alltracks/group/off>
81
82 change-folder
83 Change current folder.
84
85 Usage # change-folder <item>
86
87 list-items
88 List items of current folder.
89
90 Usage # list-items [start] [end]
91
92 search
93 Search items containing string.
94
95 Usage # search <string>
96
97 queue
98 Add item to playlist queue.
99
100 Usage # queue <item>
101
102 show-item
103 Show item information.
104
105 Usage # show-item <item>
106
108 http://www.bluez.org
109
111 linux-bluetooth@vger.kernel.org
112
114 Free use of this software is granted under ther terms of the GNU Lesser
115 General Public Licenses (LGPL).
116
117
118
119
120BlueZ November 2022 BLUETOOTHCTL-PLAYER(1)