-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 1.11 KB
/
Copy pathaddon.xml
File metadata and controls
17 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.filmon" name="FilmOn" version="4.3" provider-name="FilmOn.TV Networks Inc">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="1.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">FilmOn</summary>
<language>en de fr es it ru</language>
<description lang="en">FilmOn.com is an internet based television provider owned by FilmOn.TV Networks Inc. FilmOn.TV Networks was founded by Alki David in 2006.FilmOn.com subscription packages include access to over 120 streaming TV channels in addition to premium FilmOn.com Movie channels and pay-per-view channels</description>
<broken>FilmOn has moved home please visit XBMCHUB.COM/FORUMS to get your new repository...Or please visit video-addons thread in xbmc.org.......http://forum.xbmc.org/showthread.php?tid=157451</broken>
<platform>all</platform>
</extension>
</addon>