Updated kodi settings on Lenovo
This commit is contained in:
16
Kodi/Lenovo/addons/metadata.common.omdbapi.com/addon.xml
Normal file
16
Kodi/Lenovo/addons/metadata.common.omdbapi.com/addon.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="metadata.common.omdbapi.com"
|
||||
name="OMDBAPI common scraper functions"
|
||||
version="1.2.2"
|
||||
provider-name="Olympia">
|
||||
<requires>
|
||||
<import addon="xbmc.metadata" version="2.1.0"/>
|
||||
</requires>
|
||||
<extension point="xbmc.metadata.scraper.library"
|
||||
library="omdbapi.xml"/>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<platform>all</platform>
|
||||
<summary lang="en">OMDBAPI Scraper Library</summary>
|
||||
<description lang="en">Download Rotten Tomato ratings from omdbapi.com</description>
|
||||
</extension>
|
||||
</addon>
|
||||
Reference in New Issue
Block a user