The branch, dharma has been updated
       via  c0135aab85076a077d698657281e9dddb9179e49 (commit)
      from  ca0287e3a8c1e64b2258e23a180f0d5e7b8cc5bd (commit)

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

commit c0135aab85076a077d698657281e9dddb9179e49
Author: spiff <[email protected]>
Date:   Tue Dec 20 12:54:10 2011 +0100

    [plugin.video.gametrailers.exclusives] updated to version 1.0.6

diff --git a/plugin.video.gametrailers.exclusives/addon.xml 
b/plugin.video.gametrailers.exclusives/addon.xml
index db62409..20752c0 100644
--- a/plugin.video.gametrailers.exclusives/addon.xml
+++ b/plugin.video.gametrailers.exclusives/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 <addon id="plugin.video.gametrailers.exclusives"

        name="GameTrailers.com: Exclusive Shows"

-       version="1.0.4"

+       version="1.0.6"

        provider-name="AssChin79">

     <requires>

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

diff --git a/plugin.video.gametrailers.exclusives/changelog.txt 
b/plugin.video.gametrailers.exclusives/changelog.txt
index 18c1ddb..01f57d0 100644
--- a/plugin.video.gametrailers.exclusives/changelog.txt
+++ b/plugin.video.gametrailers.exclusives/changelog.txt
@@ -20,4 +20,10 @@
   - Added new content: ScrewAttack (requires GT account)

 

 1.0.4

-  - Fixed bug that caused script to fail if cookies folder was absent
\ No newline at end of file
+  - Fixed bug that caused script to fail if cookies folder was absent

+

+1.0.5

+  - Added new content: GT Newest Videos

+

+1.0.6

+  - Added new content: GT Game of the Year Awards 2011
\ No newline at end of file
diff --git a/plugin.video.gametrailers.exclusives/default.py 
b/plugin.video.gametrailers.exclusives/default.py
index 506f7fb..f6195cf 100644
--- a/plugin.video.gametrailers.exclusives/default.py
+++ b/plugin.video.gametrailers.exclusives/default.py
@@ -3,7 +3,7 @@ import urllib,urllib2,re,xbmcplugin,xbmcgui,xbmcaddon,os,sys
 __scriptname__ = "GameTrailers_Bonus"

 __author__ = "AssChin79"

 __scriptid__ = "plugin.video.gametrailers.exclusives"

-__version__ = "1.0.4"

+__version__ = "1.0.6"

 __cwd__ = os.getcwd()

 __cookies__ = os.path.join( __cwd__, 'resources', 'cookies' )

 __cookie__ = os.path.join( __cookies__, 'cookies.lwp' )

@@ -81,7 +81,11 @@ def CATEGORIES():
     addDir('Electronic Entertainment Expo (E3)', gtfeeds + 
'/rss_ipod_gen.php?source=e311ms', 1, gtimages + '/podcasts/GTE3_2011_big.jpg')

     addDir('Epic Battle Axe', gtfeeds + '/rss_ipod_gen.php?source=eba', 1, 
gtimages + '/podcasts/600x600_PodCast_EBA.jpg')

     addDir('Game Interviews', gtfeeds + '/rss_ipod_gen.php?source=interviews', 
1, gtimages + '/podcasts/VideoInterviews.jpg')

-    addDir('Game of the Year Awards', gtfeeds + 
'/rss_ipod_gen.php?source=gtgoty2010', 1, gtimages + 
'/podcasts/600x600_GT_GOTY.jpg')

+    

+    # Protected resource

+    #if (COOKIE_EXIST()) == True:

+    addDir('Game of the Year Awards', mirror + '/gt_goty.xml', 1, mirror + 
'/gt_goty.jpg')    

+

     addDir('Game Previews', gtfeeds + '/rss_ipod_gen.php?source=previews', 1, 
gtimages + '/podcasts/VideoPreviews.jpg')

     addDir('Game Reviews', gtfeeds + '/rss_ipod_gen.php', 1, gtimages + 
'/podcasts/VideoReviews.jpg')

     

@@ -94,7 +98,8 @@ def CATEGORIES():
     # Protected resource

     if (COOKIE_EXIST()) == True:

         addDir('GT Retrospectives', mirror + '/gt_retrospectives.xml', 1, 
mirror + '/gt_retrospectives.jpg')

-        addDir('GT Top 20 Today', mirror + '/gt_top20.xml', 1, mirror + 
'/gt_top20.jpg')

+        addDir('GT Most Popular Today', mirror + '/gt_top20.xml', 1, mirror + 
'/gt_top20.jpg')

+        addDir('GT Newest Videos', mirror + '/gt_newest20.xml', 1, mirror + 
'/gt_newest20.jpg')

     

     addDir('Invisible Walls', gtfeeds + '/rss_ipod_gen.php?source=iw', 1, 
gtimages + '/podcasts/IW.jpg')

     addDir('Pach Attack', gtfeeds + '/rss_ipod_gen.php?source=pa', 1, gtimages 
+ '/podcasts/PachAttack.jpg')


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

Summary of changes:
 plugin.video.gametrailers.exclusives/addon.xml     |    2 +-
 plugin.video.gametrailers.exclusives/changelog.txt |    8 +++++++-
 plugin.video.gametrailers.exclusives/default.py    |   11 ++++++++---
 3 files changed, 16 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to