Add-on:Bluetooth Delay lite: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Addon-Bot Update)
 
m (Addon-Bot Update)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=Bluetooth Delay lite
|Name=Bluetooth Delay lite
|provider-name=MHR
|provider-name=MAR
|ID=script.bluetooth.delay
|ID=script.bluetooth.delay
|latest-version=1.0.0
|latest-version=1.1.0
|extension point=xbmc.python.script
|extension point=xbmc.python.script
|provides=executable
|provides=executable
|Summary=Toggle audio delay
|Summary=Toggle audio delay
|Description=Lite version of Bluetooth Delay addon.
|Description=Lite version of Bluetooth Delay addon.
This addon lets you set a delay for your bluetooth headset, and easily toggle between delay on/off.
This addon lets you set a delay for your bluetooth headphones, and easily toggle between delay on/off.


For easy toggle, set a shortcut on your skin's home screen, or set a shortcut ky in the keyboard.xml file:
For easy toggle, set a shortcut on your skin's home screen, or set a shortcut key in the keyboard.xml file:
For toggle - RunScript(script.bluetooth.delay)
For toggle - RunScript(script.bluetooth.delay)
For speakers - RunScript(script.bluetooth.delay,0)
For speakers - RunScript(script.bluetooth.delay,0)
Line 19: Line 19:
|Forum=https://forum.kodi.tv/showthread.php?tid=366574
|Forum=https://forum.kodi.tv/showthread.php?tid=366574
|Website=
|Website=
|Source=https://github.com/MHR-official
|Source=https://github.com/MAR-official
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/matrix/script.bluetooth.delay/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/nexus/script.bluetooth.delay/icon.png}}
 
[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:All add-ons]]
[[Category:Program add-ons]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]

Latest revision as of 05:43, 11 May 2023

Bluetooth Delay lite
icon.png

See this add-on on the kodi.tv showcase

Author: MAR

Type: Program
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-only
Source: Source code
Summary: Toggle audio delay
Home icon grey.png   ▶ Add-ons ▶ Bluetooth Delay lite
Attention talk.png Need help with this add-on? See here.

Lite version of Bluetooth Delay addon.
This addon lets you set a delay for your bluetooth headphones, and easily toggle between delay on/off.

For easy toggle, set a shortcut on your skin's home screen, or set a shortcut key in the keyboard.xml file:
For toggle - RunScript(script.bluetooth.delay)
For speakers - RunScript(script.bluetooth.delay,0)
For bluetooth - RunScript(script.bluetooth.delay,1)

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Program Add-ons
  5. Bluetooth Delay lite
  6. Install