-
Notifications
You must be signed in to change notification settings - Fork 6
/
addon.xml
27 lines (27 loc) · 1.56 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="service.3denabler.samsungtv"
name="3D Enabler Samsung TV"
version="2.0.0"
provider-name="Pavel Kuzub">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.websocket" version="0.57.0+matrix.1"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.python.script" library="script.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language/>
<summary lang="en">Switch Samsung TV into 3D mode when playing 3D movie</summary>
<summary lang="ru">Переключение Samsung TV в режим 3D при проигрывании 3D фильма</summary>
<description lang="en">Once you start your 3D movie - your Samsung 3DTV that is connected to your LAN should switch to respective 3D mode automatically</description>
<description lang="ru">Как только вы начнете просмотр вашего 3D кино - ваш Samsung 3DTV, который подключен к вашей локальной сети, должен автоматически переключиться в соответсвующий 3D режим</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum>https://forum.kodi.tv/showthread.php?tid=185212</forum>
<source>https://github.com/PavelKuzub/service.3denabler.samsungtv</source>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>