The branch, dharma has been updated
       via  4164e4c8194461c7c707e6032796f9755661fe7b (commit)
      from  1a3e47e506815c2d70323cec4c0024f728d49cbe (commit)

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

commit 4164e4c8194461c7c707e6032796f9755661fe7b
Author: amet <[email protected]>
Date:   Mon Jan 10 14:58:53 2011 +0400

    [script.randomitems] -v1.0.9
    
    - Added: clearing of RandomSong.%d.Album for use in visibility conditions 
or when using albums=True to stop it being returned twice.
    - Added: README.txt for more information.

diff --git a/script.randomitems/RandomItems.py 
b/script.randomitems/RandomItems.py
index 680a8d6..96a9b24 100644
--- a/script.randomitems/RandomItems.py
+++ b/script.randomitems/RandomItems.py
@@ -42,6 +42,7 @@ class Main:
             self.WINDOW.clearProperty( "RandomMovie.%d.Title" % ( count + 1, ) 
)
             self.WINDOW.clearProperty( "RandomEpisode.%d.ShowTitle" % ( count 
+ 1, ) )
             self.WINDOW.clearProperty( "RandomSong.%d.Title" % ( count + 1, ) )
+            self.WINDOW.clearProperty( "RandomSong.%d.Album" % ( count + 1, ) )
 
     def _get_media( self, path, file ):
         # set default values
diff --git a/script.randomitems/addon.xml b/script.randomitems/addon.xml
index 1b4b5d5..94a15d4 100644
--- a/script.randomitems/addon.xml
+++ b/script.randomitems/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

-<addon id="script.randomitems" name="Random Items script" version="1.0.8" 
provider-name="Hitcher">

+<addon id="script.randomitems" name="Random Items script" version="1.0.9" 
provider-name="Hitcher">

        <requires>

                <import addon="xbmc.python" version="1.0"/>

        </requires>


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

Summary of changes:
 script.randomitems/README.txt     |   50 +++++++++++++++++++++++++++++++++++++
 script.randomitems/RandomItems.py |    1 +
 script.randomitems/addon.xml      |    2 +-
 3 files changed, 52 insertions(+), 1 deletions(-)
 create mode 100644 script.randomitems/README.txt


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to