-
Notifications
You must be signed in to change notification settings - Fork 1
/
addons.xml
191 lines (184 loc) · 9.45 KB
/
addons.xml
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><addons><addon id="plugin.video.unofficial9anime" version="1.0.9" name="UP9anime" provider-name="PrometheusX"> <requires> <import addon="xbmc.python" version="2.24.0" /> <import addon="script.module.animemetahandler" /> <import addon="script.module.beautifulsoup4" /> <import addon="script.module.dat1guy.shared" /> <import addon="script.module.urlresolver" /> </requires> <extension point="xbmc.python.pluginsource" library="default.py"> <provides>video</provides> </extension> <extension point="xbmc.addon.metadata"> <summary lang="en">An unofficial 9anime client for Kodi</summary> <description lang="en">UP9anime, aka The Unofficial Plugin for 9anime, is a 9anime client for Kodi.</description> <disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer> <news>Known issues:- Metadata for specials is lacking- May not handle double episodes correctly- Queueing a show with related links enabled fails; disable related links as a workaround</news> <platform>all</platform> <language>en</language> <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> <website>https://9anime.is</website> <source>https://github.com/Prometheusx-git/plugin.video.unofficial9anime</source> <assets> <icon>resources/icon.png</icon> <fanart>resources/fanart.jpg</fanart> <screenshot>resources/media/ScreenshotMostWatched.png</screenshot> <screenshot>resources/media/ScreenshotSearch.png</screenshot> <screenshot>resources/media/ScreenshotWidgetBookmarks.png</screenshot> <screenshot>resources/media/ScreenshotWidgetLastVisited.png</screenshot> </assets> </extension></addon><addon id="plugin.video.unofficialkissanime" version="1.3.0" name="The Unofficial KissAnime Plugin" provider-name="PrometheusX"> <requires> <import addon="xbmc.python" version="2.24.0" /> <import addon="script.module.animemetahandler" /> <import addon="script.module.beautifulsoup4" /> <import addon="script.module.dat1guy.shared" /> <import addon="script.module.urlresolver" /> </requires> <extension point="xbmc.python.pluginsource" library="default.py"> <provides>video</provides> </extension> <extension point="xbmc.addon.metadata"> <summary lang="en">The Unofficial KissAnime Plugin</summary> <description lang="en">An unofficial KissAnime client for Kodi, designed for the Fire Stick, Fire TV, and Windows.</description> <disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer> <news>- For now only Rapidvideo sources</news> <platform>all</platform> <language>en</language> <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> <website>http://kissanime.ru</website> <source>https://github.com/Prometheusx-git/plugin.video.unofficialkissanime</source> <assets> <icon>icon.png</icon> <fanart>fanart.jpg</fanart> <screenshot>resources/media/ScreenshotPopular.png</screenshot> <screenshot>resources/media/ScreenshotWidgetBookmarks.png</screenshot> <screenshot>resources/media/ScreenshotWidgetLastVisited.png</screenshot> <screenshot>resources/media/ScreenshotSearch.png</screenshot> </assets> </extension></addon><addon id="repository.unofficial9anime" name="UP9anime Repository" version="1.0.1" provider-name="PrometheusX"> <extension point="xbmc.addon.repository" name="UP9anime Repository"> <info compressed="false">https://raw.githubusercontent.com/Prometheusx-git/repository.unofficial9anime/master/addons.xml</info> <checksum>https://raw.githubusercontent.com/Prometheusx-git/repository.unofficial9anime/master/addons.xml.md5</checksum> <datadir zip="true">https://raw.githubusercontent.com/Prometheusx-git/repository.unofficial9anime/master/</datadir> </extension> <extension point="xbmc.addon.metadata"> <summary lang="en">Repository for UP9Anime video plugin</summary> <description lang="en">UP9anime, aka The Unofficial Plugin for 9anime, is a 9anime client for Kodi.</description> <source>https://github.com/Prometheusx-git/plugin.video.unofficial9anime</source> <platform>all</platform> <website>https://9anime.is</website> <assets> <icon>icon.png</icon> <fanart>fanart.jpg</fanart> <screenshot>resources/screenshots/screenshot1.jpg</screenshot> <screenshot>resources/screenshots/screenshot2.jpg</screenshot> <screenshot>resources/screenshots/screenshot3.jpg</screenshot> <screenshot>resources/screenshots/screenshot4.jpg</screenshot> <screenshot>resources/screenshots/screenshot5.jpg</screenshot> </assets> </extension></addon><addon id="script.module.animemetahandler" version="1.0.6" name="Anime Metahandler" provider-name="dat1guy"> <requires> <import addon="xbmc.python" version="2.24.0" /> <import addon="script.module.metahandler" /> <import addon="script.module.dat1guy.shared" /> </requires> <extension point="xbmc.python.module" library="lib"/> <extension point="xbmc.addon.metadata"> <summary lang="en">Queries, stores, and returns metadata for anime TV shows and movies</summary> <description lang="en">Anime Metahandler is a wrapper around the metahandler add-on that queries, stores, and returns metadata for anime shows and movies. Sources include tvdb.com, themoviedb.com, and imdb.com</description> <disclaimer lang="en"></disclaimer> <platform>all</platform> <language>en</language> <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> <source>https://github.com/dat1guy/script.module.animemetahandler</source> </extension></addon><addon id="script.module.beautifulsoup4" name="BeautifulSoup4" version="4.3.2" provider-name="Leonard Richardson (leonardr@segfault.org)"> <requires> <import addon="xbmc.python" version="2.1.0"/> </requires> <extension point="xbmc.python.module" library="lib" /> <extension point="xbmc.addon.metadata"> <summary>HTML/XML parser for quick-turnaround applications like screen-scraping</summary> <description>Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.</description> <license>BSD</license> <platform>all</platform> <website>http://www.crummy.com/software/BeautifulSoup/</website> </extension></addon><addon id="script.module.dat1guy.shared" version="1.0.7" name="dat1guy's Shared Methods" provider-name="dat1guy"> <requires> <import addon="xbmc.python" version="2.24.0" /> <import addon="script.module.addon.common" /> </requires> <extension point="xbmc.python.module" library="lib"/> <extension point="xbmc.addon.metadata"> <summary lang="en">Collection of shared methods for dat1guy's add-ons</summary> <description lang="en">Collection of shared methods for dat1guy's add-ons.</description> <disclaimer lang="en"></disclaimer> <platform>all</platform> <language>en</language> <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> <source>https://github.com/dat1guy/script.module.dat1guy.shared</source> </extension></addon><addon id="script.module.urlresolver" name="URLResolver" version="4.0.20" provider-name="Resolver Team"> <requires> <import addon="xbmc.python" version="2.1.0" /> <import addon="plugin.video.youtube" optional="true" /> <import addon="script.module.python.twitch" optional="true" /> <import addon="script.module.cryptopy" version="1.2.6" optional="true" /> </requires> <extension point="xbmc.python.module" library="lib" /> <extension point="xbmc.python.pluginsource" library="lib/default.py" /> <extension point="xbmc.addon.metadata"> <platform>all</platform> <summary lang="de">Empfangt viele Video URL Datenbankanbieter, die in XBMC/Kodi abspielbar sind</summary> <summary lang="en">Resolve common video host URL's to be playable in XBMC/Kodi.</summary> <description lang="en">Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts.</description> </extension></addon><addon id="script.module.metahandler" name="metahandler" version="3.0.3" provider-name="Eldorado, jsergio"> <requires> <import addon="xbmc.python" version="2.1.0" /> <import addon="script.module.simplejson" version="3.3.0"/> <import addon="script.module.addon.common" version="2.0.0"/> <import addon="script.module.myconnpy" version="1.1.6"/> </requires> <extension point="xbmc.python.module" library="lib" /> <extension point="xbmc.addon.metadata"> <summary lang="en">Downloads Artwork for TV shows, Movies and Music videos for addons and stores them in a local SQLITE database</summary> <description lang="en">Queries, stores, and returns metadata for TV shows, Movies and Musicvideos. [CR]Sources:[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]www.imdb.com[CR]www.omdbapi.com[CR]This product uses the TMDb API but is not endorsed or certified by TMDb.</description> <disclaimer lang="en"></disclaimer> <language></language> <platform>all</platform> <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> <forum></forum> <website></website> <email></email> <source></source> </extension></addon> </addons>