Diff between fa5fb919a97ee62d271eeec4fc93ce7a880f9239 and 3797cedadb931d6e75a8636bab07163bcd122dd3

Changed Files

File Additions Deletions Status
Makefile.tools +3 -2 modified
client/bluetoothctl-player.rst +165 -0 added

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index a06cbb5..fd32c20 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -351,7 +351,7 @@ man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1 tools/isotest.1 \
 		tools/btmgmt.1 client/bluetoothctl-mgmt.1 \
 		client/bluetoothctl-monitor.1 client/bluetoothctl-admin.1 \
 		client/bluetoothctl-advertise.1 client/bluetoothctl-endpoint.1 \
-		client/bluetoothctl-gatt.1
+		client/bluetoothctl-gatt.1 client/bluetoothctl-player.1
 endif
 
 if MESH
@@ -478,7 +478,8 @@ manual_pages += tools/hciattach.1 tools/hciconfig.1 \
 			client/bluetoothctl-admin.1 \
 			client/bluetoothctl-advertise.1 \
 			client/bluetoothctl-endpoint.1 \
-			client/bluetoothctl-gatt.1
+			client/bluetoothctl-gatt.1 \
+			client/bluetoothctl-player.1
 
 if HID2HCI
 udevdir = $(UDEV_DIR)
diff --git a/client/bluetoothctl-player.rst b/client/bluetoothctl-player.rst
new file mode 100644
index 0000000..e45e61a
--- /dev/null
+++ b/client/bluetoothctl-player.rst
@@ -0,0 +1,165 @@
+===================
+bluetoothctl-player
+===================
+
+--------------------
+Media Player Submenu
+--------------------
+
+:Version: BlueZ
+:Copyright: Free use of this software is granted under ther terms of the GNU
+            Lesser General Public Licenses (LGPL).
+:Date: November 2022
+:Manual section: 1
+:Manual group: Linux System Administration
+
+SYNOPSIS
+========
+
+**bluetoothctl** [--options] [player.commands]
+
+Media Player Commands
+=====================
+
+list
+----
+
+List available players.
+
+:Usage: **# list**
+
+show
+----
+
+Show player information.
+
+:Usage: **# show [player]**
+
+select
+------
+
+Select default player.
+
+:Usage: **# select <player>**
+
+play
+----
+
+Start playback.
+
+:Usage: **# play [item]**
+
+pause
+-----
+
+Pause playback.
+
+:Usage: **# pause**
+
+stop
+----
+
+Stop playback.
+
+:Usage: **# stop**
+
+next
+----
+
+Jump to next item.
+
+:Usage: **# next**
+
+previous
+--------
+
+Jump to previous item.
+
+:Usage: **# previous**
+
+fast-forward
+------------
+
+Fast forward playback.
+
+:Usage: **# fast-forward**
+
+rewind
+------
+
+Rewind playback.
+
+:Usage: **# rewind**
+
+equalizer
+---------
+
+Enable/Disable equalizer.
+
+:Usage: **# equalizer <on/off>**
+
+repeat
+------
+
+Set repeat mode.
+
+:Usage: **# repeat <singletrack/alltrack/group/off>**
+
+shuffle
+-------
+
+Set shuffle mode.
+
+:Usage: **# shuffle <alltracks/group/off>**
+
+scan
+----
+
+Set scan mode.
+
+:Usage: **# scan <alltracks/group/off>**
+
+change-folder
+-------------
+
+Change current folder.
+
+:Usage: **# change-folder <item>**
+
+list-items
+----------
+
+List items of current folder.
+
+:Usage: **# list-items [start] [end]**
+
+search
+------
+
+Search items containing string.
+
+:Usage: **# search <string>**
+
+queue
+-----
+
+Add item to playlist queue.
+
+:Usage: **# queue <item>**
+
+show-item
+---------
+
+Show item information.
+
+:Usage: **# show-item <item>**
+
+RESOURCES
+=========
+
+http://www.bluez.org
+
+REPORTING BUGS
+==============
+
+linux-bluetooth@vger.kernel.org