Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] - make addon.xml frodo compliant
  • Loading branch information
Memphiz committed Jan 16, 2013
1 parent 1a537d7 commit ae25da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.xbmc.unpausejumpback/addon.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.unpausejumpback" name="XBMC Unpause Jumpback" version="2.1.0" provider-name="Memphiz, Lucleonhart">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary>XBMC jumpback on unpausing videos</summary>
<description>
<summary lang="en">XBMC jumpback on unpausing videos</summary>
<description lang="en">
This addon will jumpback the given number of seconds whenever a movie is unpause - for finding back into the story.
You can set the amount of seconds to jump back and the minimum seconds the pause must take to jump back.
</description>
Expand Down

0 comments on commit ae25da0

Please sign in to comment.