Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
killdash9 committed Aug 22, 2012
2 parents 9ae4c34 + 2460404 commit 15931e7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions script.video.parentalcontrols/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.script" library="resources/lib/parentalcontrols/settings.py">
<provides>executable</provides>
<extension point="xbmc.python.script" library="resources/lib/parentalcontrols/settings.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="resources/lib/parentalcontrols/service.py" start="login">
</extension>
<extension point="xbmc.python.module"
library="resources/lib" />
<extension point="xbmc.service" library="resources/lib/parentalcontrols/service.py" start="login">
</extension>
<extension point="xbmc.python.module"
library="resources/lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Parental Controls</summary>
<description lang="en">A parental controls addon. Works only with sources that provide ratings such as HULU.</description>
<description lang="en">Lock video addon content with a code, away from the prying eyes of young viewers.</description>
<platform>all</platform>
</extension>
<extension point="xbmc.addon.repository"
name="XBMC Parental Controls Repository">
<info compressed="false">https://github.com/killdash9/xbmc-parental-controls/raw/master/addons.xml</info>
<checksum>https://github.com/killdash9/xbmc-parental-controls/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/killdash9/xbmc-parental-controls/raw/master/repo</datadir>
</extension>
<extension point="xbmc.addon.repository"
name="XBMC Parental Controls Repository">
<info compressed="false">https://github.com/killdash9/xbmc-parental-controls/raw/master/addons.xml</info>
<checksum>https://github.com/killdash9/xbmc-parental-controls/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/killdash9/xbmc-parental-controls/raw/master/repo</datadir>
</extension>
</addon>

2 comments on commit 15931e7

@dlec40
Copy link

@dlec40 dlec40 commented on 15931e7 Apr 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Killdash, I am new to developing and programming but I wanted to know if there is a chance to working on this addon with you. There is an issue with helix and this addon now that new version is out. I've seen alot of people wanting a fix for this since it worked so well in the past. Any chance of working on this with you?

@killdash9
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to fork and submit a pull request

Please sign in to comment.