The branch, eden has been updated
       via  6b65c0be99d333b9e23f2c3ab89033adc032665f (commit)
      from  c9e70560ebe81ed50eb739ceaf48f8aecdb4a9eb (commit)

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

commit 6b65c0be99d333b9e23f2c3ab89033adc032665f
Author: ronie <[email protected]>
Date:   Mon Apr 16 21:12:15 2012 +0200

    [script.watchlist] -v0.1.13
    
    fix label bug

diff --git a/script.watchlist/addon.xml b/script.watchlist/addon.xml
index 11ff017..de5c4c9 100644
--- a/script.watchlist/addon.xml
+++ b/script.watchlist/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.watchlist" name="Watchlist" version="0.1.12" 
provider-name="ronie, `Black">
+<addon id="script.watchlist" name="Watchlist" version="0.1.13" 
provider-name="ronie, `Black">
        <requires>
                <import addon="xbmc.python" version="2.0"/>
                <import addon="script.module.simplejson" version="2.0.10"/>
diff --git a/script.watchlist/changelog.txt b/script.watchlist/changelog.txt
index 750d4d8..4a60d7e 100644
--- a/script.watchlist/changelog.txt
+++ b/script.watchlist/changelog.txt
@@ -1,3 +1,6 @@
+v0.1.13
+- fixed use title instead of label
+
 v0.1.12
 - use title instead of label
 
diff --git a/script.watchlist/default.py b/script.watchlist/default.py
index a6c5a8c..944e128 100644
--- a/script.watchlist/default.py
+++ b/script.watchlist/default.py
@@ -533,7 +533,7 @@ class MyPlayer(xbmc.Player):
             runtime = xbmc.getInfoLabel('VideoPlayer.Duration')
             path = xbmc.getInfoLabel('Player.Filenameandpath')
             rating = str(xbmc.getInfoLabel('VideoPlayer.Rating'))
-            self.item = ["", label, year, genre, studio, plot, plotoutline, 
tagline, runtime, "", "", path, rating]
+            self.item = ["", title, year, genre, studio, plot, plotoutline, 
tagline, runtime, "", "", path, rating]
         elif type == 'episode':
             title = xbmc.getInfoLabel('VideoPlayer.Title')
             episode = "%.2d" % float(xbmc.getInfoLabel('VideoPlayer.Episode'))

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

Summary of changes:
 script.watchlist/addon.xml     |    2 +-
 script.watchlist/changelog.txt |    3 +++
 script.watchlist/default.py    |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to