Advertisement
Guest User

addon.xml

a guest
Sep 24th, 2015
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <addon id="plugin.video.dplay" name="DPlay" version="0.1a" provider-name="Zevek">
  3.   <requires>
  4.     <import addon="xbmc.python" version="2.1.0"/>
  5.     <import addon="script.common.plugin.cache" version="2.5.5" />
  6.   </requires>
  7.   <extension point="xbmc.python.pluginsource" library="addon.py">
  8.     <provides>video</provides>
  9.   </extension>
  10.   <extension point="xbmc.addon.metadata">
  11.     <summary lang="it">Guarda video da Dplay.com Italia</summary>
  12.     <summary lang="en">Watch videos from Dplay Italia</summary>
  13.     <description lang="en">Watch complete shows and episodes from Dplay.com</description>
  14.     <description lang="it">Guarda video ed episodi completi da Dplay.com</description>
  15.     <disclaimer lang="en"></disclaimer>
  16.     <language>it</language>
  17.     <platform>all</platform>
  18.     <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
  19.     <forum></forum>
  20.     <website></website>
  21.     <email></email>
  22.     <source></source>
  23.   </extension>
  24. </addon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement