Skip to content

Commit

Permalink
1.0.37 - allow hybrid of postplay and popup
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Oct 10, 2017
1 parent a12d61c commit d9a8da9
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 332 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.36">
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.37">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.addon.signals" version="0.0.1"/>
Expand All @@ -8,8 +8,8 @@
</requires>
<extension library="service.py" point="xbmc.service" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Provides a postplay screen or netflix style nextup pop up notification</summary>
<description lang="en">Provides a postplay screen or netflix style nextup pop up notification</description>
<summary lang="en">Provides a postplay screen or netflix style nextup pop up notification or both together!</summary>
<description lang="en">Provides a postplay screen or netflix style nextup pop up notification or both together!</description>
<disclaimer lang="en">This plugin is a standalone plugin.</disclaimer>
<platform>all</platform>
<language/>
Expand Down
1 change: 1 addition & 0 deletions resources/language/English/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string id="30022">Show postplay screen</string>
<string id="30023">Show plot on postplay screen</string>
<string id="30024">Still There?</string>
<string id="30025">Show preview before postplay screen</string>
</strings>
Loading

0 comments on commit d9a8da9

Please sign in to comment.