Skip to content

wastis/BluetoothManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth Manager for Kodi

This Kodi addon provides a manager that allows to pair, connect, disconnect and remove bluetooth devices from within a linux based Kodi. This is useful for headless systems.

Version 1.0.4

Installation

System Prerequisites

This addon communicates with bluez via the dbus interface, bluez and dbus must be up and running. In case of bluetooth audio devices, the module "pulseaudio-module-bluetooth" needs to be installed.

sudo apt install pulseaudio-module-bluetooth
systemctl --user restart pulseaudio

Installation of the Addon in Kodi

This addon is included into the Linux Addon Repository. It is recommended to use the repository for the installation of the addon. This will ease version upgrades.

An example on how to set up a headless kodi on a raspberry-pi with Bluetooth Manager and Equalizer can be found here.

Bluetooth Manager

2022 wastis