App-MHFS

 view release on metacpan or  search on metacpan

share/public_html/static/kodi/addons.xml  view on Meta::CPAN

<?xml version="1.0" encoding="UTF-8"?>
<addons>
  <addon id="plugin.video.mhfs"
         name="MHFS Video"
         version="0.2.0"
         provider-name="G4Vi">
    <requires>
      <import addon="xbmc.python" version="3.0.0"/>
      <import addon="script.module.t1mlib" version="4.0.0"/>
      <import addon="script.module.requests" version="2.22.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource"
              library="default.py">
          <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
      <summary lang="en_GB">MHFS Video</summary>
      <description lang="en_GB">MHFS Video Channel Kodi Add-on</description>
      <disclaimer lang="en_GB">Feel free to use this script. For information visit the wiki.</disclaimer>
      <platform>all</platform>
      <language>en</language>
      <license>GPL-2.0-or-later</license>
      <forum>https://github.com/G4Vi/MHFS/issues</forum>
      <website>computoid.com</website>
      <source>https://github.com/G4Vi/MHFS</source>
      <news>Version 0.0.0 for Matrix
      </news>
      <assets>
          <icon>resources/icon.png</icon>
          <fanart>resources/fanart.jpg</fanart>
      </assets>
    </extension>
  </addon>
</addons>



( run in 0.628 second using v1.01-cache-2.11-cpan-df04353d9ac )