The branch, dharma-pre has been updated
       via  6900fea179860fed427cbf539a9225af9c06f349 (commit)
      from  94c3c227291c969e717ec731dc65f2294ae754eb (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=6900fea179860fed427cbf539a9225af9c06f349

commit 6900fea179860fed427cbf539a9225af9c06f349
Author: spiff <[email protected]>
Date:   Mon Nov 1 13:46:25 2010 +0100

    [plugin.video.moviemazer] updated to version 0.2.1

diff --git a/plugin.video.moviemazer/addon.xml 
b/plugin.video.moviemazer/addon.xml
index 0b51560..cf408c7 100644
--- a/plugin.video.moviemazer/addon.xml
+++ b/plugin.video.moviemazer/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.moviemazer"
        name="Moviemazer"
-       version="0.2.0"
+       version="0.2.1"
        provider-name="Tristan Fischer (sphere)">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.moviemazer/changelog.txt 
b/plugin.video.moviemazer/changelog.txt
index 6d96be3..fe0495f 100644
--- a/plugin.video.moviemazer/changelog.txt
+++ b/plugin.video.moviemazer/changelog.txt
@@ -1,3 +1,7 @@
+0.2.1

+  New Icon (thanks freezy)

+  Removed "os.getcwd()" as requested by spiff

+

 0.2.0

   Added possibility to choose where the plugin starts (skip the categories)

   Added Icons for Categories

diff --git a/plugin.video.moviemazer/default.py 
b/plugin.video.moviemazer/default.py
index 7b4cccd..2da2f06 100644
--- a/plugin.video.moviemazer/default.py
+++ b/plugin.video.moviemazer/default.py
@@ -24,13 +24,13 @@ import xbmcaddon
 
 # Creating some default variables and objects
 
+Addon = xbmcaddon.Addon('plugin.video.moviemazer')
 mainurl = 'http://www.moviemaze.de'
 
-_id = os.path.basename(os.getcwd())
+_id = Addon.getAddonInfo('id')
 _cachedir = 'special://profile/addon_data/' + _id + '/cache/'
 _imagedir = 'special://home/addons/' + _id + '/resources/images/'
 
-Addon = xbmcaddon.Addon(_id)
 Setting = Addon.getSetting
 Language = Addon.getLocalizedString
 Handle = int(sys.argv[1])
@@ -315,6 +315,7 @@ def playTrailer(trailerurl, title='', studio='', 
coverurl=''):
                 infoLabels = {'Title': title, 'Studio': studio})
     Player = xbmc.Player(xbmc.PLAYER_CORE_AUTO)
     Player.play(trailerurl, liz)
+    xbmc.executebuiltin('Container.Refresh')
 
 
 # Helper Functions
diff --git a/plugin.video.moviemazer/icon.png b/plugin.video.moviemazer/icon.png
index f0fbd29..f33a1db 100644
Binary files a/plugin.video.moviemazer/icon.png and 
b/plugin.video.moviemazer/icon.png differ

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

Summary of changes:
 plugin.video.moviemazer/addon.xml     |    2 +-
 plugin.video.moviemazer/changelog.txt |    4 ++++
 plugin.video.moviemazer/default.py    |    5 +++--
 plugin.video.moviemazer/icon.png      |  Bin 12023 -> 41584 bytes
 4 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to