-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (27 loc) · 1.42 KB
/
addon.xml
File metadata and controls
27 lines (27 loc) · 1.42 KB
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="plugin.video.ciscolive"
name="Cisco Live On-Demand"
version="2.1.1"
provider-name="Nox">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="inputstream.adaptive" version="21.0.0" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Browse and watch Cisco Live on-demand sessions</summary>
<description lang="en_GB">Browse the full Cisco Live on-demand library with 14,000+ technical sessions from 2018-2026. Filter by event, technology, technical level, or search by keyword. Features watch history tracking and multi-select filtering. Streams sessions directly via the RainFocus catalog API and Brightcove video platform. All videos are freely accessible without authentication.</description>
<platform>all</platform>
<license>MIT</license>
<language>en</language>
<source>https://github.com/martap79/plugin.video.ciscolive</source>
<website>https://www.ciscolive.com/on-demand/on-demand-library.html</website>
<news>v2.1.0 - Removed authentication requirement, all videos are freely accessible.</news>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
</assets>
</extension>
</addon>