mathsgrinds / IETVNOW

Plays 12 live Irish TV stations (RTE1, RTE2, TV3, TG4, 3e, be3, RTEjr, RTE1 +1, RTE NEWS NOW, Oireachtas TV, Dail, Seanad)
Apache License 2.0
6 stars 3 forks source link

Quick Addons.xml Change (Very Minor) #14

Closed rlaphoenix closed 8 years ago

rlaphoenix commented 8 years ago
<addon id="plugin.video.ietvnow" version="2.1.6" name="IETVNOW" provider-name="MathsGrinds, ImReallyShiny">
    <requires>
      <import addon="xbmc.python" version="2.7.3"/>
      <import addon="script.module.requests" version="2.7.0"/>
      <import addon="script.module.beautifulsoup4" version="4.3.2"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="main.py">
      <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
      <summary lang="en">Plays live Irish TV from Official Sources.</summary>
      <description lang="en">Plays live Irish TV (RTE1, RTE2, RTEjr, RTE News, TV3, 3e, TG4, UTV, Irish TV and Oireachtas TV)</description>
      <disclaimer lang="en">IETVNOW is not affiliated with any TV Stations shown. I have no ownership or responsiblity over said video streams.</disclaimer>
      <license>http://www.gnu.org/licenses/</license>
      <website>http://imreallyshiny.github.io/IETVNOW</website>
      <source>http://github.com/MathsGrinds/IETVNOW</source>
      <platform>all</platform>
    </extension>
</addon>

Moved your backlink of the GitHub Repo to a instead of and added a Installation Page (Change "imreallyshiny" with "mathsgrinds" and google about Github Pages)

mathsgrinds commented 8 years ago

I've uploaded this.