-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
19 lines (19 loc) · 1.07 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.animeftw" name="AnimeFTW.tv" version="1.7.3" provider-name="robotman321">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.elementtree" version="1.2.7"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>en jp</language>
<platform>all</platform>
<minversion>29000</minversion>
<summary>Watch high-quality, streaming anime from AnimeFTW.tv!</summary>
<description>AnimeFTW.tv provides high-quality, streaming anime using both DivX and H264 video codecs. With over 650 series and 1.5TB of video available, AnimeFTW aims to provide the best collection of anime series, OVAs, and movies to its users.
</description>
<disclaimer>You must have an account at www.animeftw.tv and be logged in for this addon to function! Only the first two episodes are available to free members!</disclaimer>
</extension>
</addon>