The branch, eden has been updated
via bf1474a5ede90f8e3d29ac836633f12aac7f0143 (commit)
from 16bb7dade369b90a44e4d83588d6ae7cea857f03 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=bf1474a5ede90f8e3d29ac836633f12aac7f0143
commit bf1474a5ede90f8e3d29ac836633f12aac7f0143
Author: MartijnKaijser <[email protected]>
Date: Mon Apr 30 19:33:34 2012 +0200
[plugin.video.the.trailers] updated to version 0.1.2
diff --git a/plugin.video.the.trailers/addon.xml
b/plugin.video.the.trailers/addon.xml
index 0bb0954..5a5536e 100644
--- a/plugin.video.the.trailers/addon.xml
+++ b/plugin.video.the.trailers/addon.xml
@@ -2,7 +2,7 @@
<addon
id="plugin.video.the.trailers"
name="The Trailers"
- version="0.1.1"
+ version="0.1.2"
provider-name="Martijn (orginal: nuka1195)">
<!-- Code taken from AMT-L and original creator ="nuka1195" -->
<requires>
diff --git a/plugin.video.the.trailers/changelog.txt
b/plugin.video.the.trailers/changelog.txt
index 7f5e079..372cb3d 100644
--- a/plugin.video.the.trailers/changelog.txt
+++ b/plugin.video.the.trailers/changelog.txt
@@ -1,3 +1,6 @@
+[B]0.1.2[/B]
+- Fixed: Removed redundant print statement which caused problems
+
[B]0.1.1[/B]
- Changed: Better looking icon.png (thx Jeroen)
- Changed: Matching background
diff --git a/plugin.video.the.trailers/resources/lib/trailers.py
b/plugin.video.the.trailers/resources/lib/trailers.py
index f8b07e1..4a022ef 100644
--- a/plugin.video.the.trailers/resources/lib/trailers.py
+++ b/plugin.video.the.trailers/resources/lib/trailers.py
@@ -233,8 +233,6 @@ class _Parser:
# set the key information
# "VideoCodec": "ac3", "AudioCodec": "h264", "VideoResolution":
"1080",
dirItem.listitem.setInfo( "video", { "Title": video[ "title" ],
"Overlay": overlay, "Size": video[ "size" ], "Year": year, "Plot": video[
"plot" ], "PlotOutline": video[ "plot" ], "MPAA": video[ "mpaa" ], "Genre":
video[ "genre" ], "Studio": video[ "studio" ], "Director": video[ "director" ],
"Duration": video[ "duration" ], "Cast": video[ "cast" ], "Date": "%s-%s-%s" %
( video[ "postdate" ][ 8 : ], video[ "postdate" ][ 5 : 7 ], video[ "postdate"
][ : 4 ], ) } )
- print video[ "studio" ]
- print video[ "resolution" ]
# set release date property
dirItem.listitem.setProperty( "releasedate", release_date )
# get filepath and tmp_filepath
-----------------------------------------------------------------------
Summary of changes:
plugin.video.the.trailers/addon.xml | 2 +-
plugin.video.the.trailers/changelog.txt | 3 +++
.../resources/lib/trailers.py | 2 --
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons