The branch, frodo has been updated
       via  3e1e22656723e14d45e4cda50431ed78896f839a (commit)
      from  6b64ed8f2afb08f79969e9c7ec7a449dd9c11bf7 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=3e1e22656723e14d45e4cda50431ed78896f839a

commit 3e1e22656723e14d45e4cda50431ed78896f839a
Author: Martijn Kaijser <[email protected]>
Date:   Thu Nov 14 08:15:28 2013 +0100

    [script.commands] 1.0.3

diff --git a/script.commands/addon.xml b/script.commands/addon.xml
index 0dff06d..8ebadef 100644
--- a/script.commands/addon.xml
+++ b/script.commands/addon.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.commands"
        name="Commands"
-       version="1.0.2"
+       version="1.0.3"
        provider-name="AddonScriptorDE">
   <requires>
-    <import addon="xbmc.python" version="2.0"/>
+    <import addon="xbmc.python" version="2.1.0"/>
   </requires>
   <extension point="xbmc.python.pluginsource"
             library="default.py">
@@ -16,6 +16,10 @@
       <language></language>
       <description lang="en">Map multiple XBMC commands to one remote button. 
All availabe commands: 
http://wiki.xbmc.org/?title=List_of_Built_In_Functions</description>
       <description lang="de">Mehrere XBMC Befehle einer Taste zuweisen. Alle 
verfügbaren Befehle: 
http://wiki.xbmc.org/?title=List_of_Built_In_Functions</description>
-    <platform>all</platform>
+      <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+      <source>https://github.com/AddonScriptorDE/script.commands</source>
+      <forum>http://forum.xbmc.org/showthread.php?tid=134129</forum>
+      <email>AddonScriptorDE at yahoo dot de</email>
+      <website></website>
   </extension>
 </addon>
diff --git a/script.commands/commands.list b/script.commands/commands.list
index 9464297..62447e3 100644
--- a/script.commands/commands.list
+++ b/script.commands/commands.list
@@ -8,6 +8,7 @@ Cycle Languages###Action(audionextlanguage)
 Cycle Aspect Ratios###Action(aspectratio)
 Show Subtitle Delay###Action(subtitledelay)
 Show Audio Delay###Action(audiodelay)
+Toggle Audio Output###Action(audiotoggledigital)
 Take Screenshot###TakeScreenshot
 Refresh RSS feeds###RefreshRSS
 Eject Tray###EjectTray
@@ -55,4 +56,3 @@ Visualisation: Next###Action(nextpreset)
 Visualisation: Prev###Action(previouspreset)
 SimplePlaylists: 
Add###RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)
 SimplePlaylists: 
View###RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists)
-Play Akinator###RunPlugin(plugin://plugin.program.akinator_com)

-----------------------------------------------------------------------

Summary of changes:
 script.commands/addon.xml     |   10 +++++++---
 script.commands/commands.list |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to