The branch, eden has been updated
via 6bf19b9e5d75d23d0c967cd46c86f6a330f4e326 (commit)
from 6cde66040638cefddf1b44622a3e6436b4fe8972 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=6bf19b9e5d75d23d0c967cd46c86f6a330f4e326
commit 6bf19b9e5d75d23d0c967cd46c86f6a330f4e326
Author: spiff <[email protected]>
Date: Thu May 31 11:33:50 2012 +0200
[plugin.video.previewnetworks] updated to version 2.2
diff --git a/plugin.video.previewnetworks/addon.xml
b/plugin.video.previewnetworks/addon.xml
index 9026637..b3c1c8d 100644
--- a/plugin.video.previewnetworks/addon.xml
+++ b/plugin.video.previewnetworks/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.previewnetworks"
name="Preview Networks"
- version="2.1"
+ version="2.2"
provider-name="nmazz64">
<requires>
<import addon="xbmc.python" version="2.0"/>
@@ -11,11 +11,12 @@
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
+ <language></language>
<summary lang="en">Watch current movie trailers from
PreviewNetworks.</summary>
- <summary lang="it">Visualizza anteprime films da
PreviewNetworks</summary>
<description lang="en">Watch movie trailers from
http://www.previewnetworks.com/.[CR][CR] Set your country in "option" for
select your area.</description>
- <description lang="it">Visualizza le anteprime video fornite da
PreviewNetworks - http://www.previewnetworks.com/.[CR][CR] Scegli nelle
"impostazioni" la "nazione" per una selezione territoriale dei
video.</description>
<disclaimer lang="en">You can list newest, now, coming and also select
trailers from title and genre.</disclaimer>
+ <summary lang="it">Visualizza anteprime films da
PreviewNetworks</summary>
+ <description lang="it">Visualizza le anteprime video fornite da
PreviewNetworks - http://www.previewnetworks.com/.[CR][CR] Scegli nelle
"impostazioni" la "nazione" per una selezione territoriale dei
video.</description>
<disclaimer lang="it">E' possibile elencare le anteprime più recenti,
quelle in arrivo, selezionarle per genere o ricercarle per titolo.</disclaimer>
</extension>
</addon>
diff --git a/plugin.video.previewnetworks/changelog.txt
b/plugin.video.previewnetworks/changelog.txt
index 537ad7c..82a7fd6 100644
--- a/plugin.video.previewnetworks/changelog.txt
+++ b/plugin.video.previewnetworks/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.2[/B]
+- Solved the Download&View option
+
[B]2.1[/B]
- Version bump and minor compatibility changes for Eden branch
diff --git a/plugin.video.previewnetworks/default.py
b/plugin.video.previewnetworks/default.py
index f1d1c76..36035fc 100644
--- a/plugin.video.previewnetworks/default.py
+++ b/plugin.video.previewnetworks/default.py
@@ -21,7 +21,7 @@ __author__ = "nmazz64"
__url__ = "http://code.google.com/p/previewnetworks-xbmc-plugin"
__svn_url__ =
"http://previewnetworks-xbmc-plugin.googlecode.com/svn/trunk/plugin.video.previewnetworks/"
__useragent__ = "QuickTime/7.6.5 (qtver=7.6.5;os=Windows NT 5.1Service Pack 3)"
-__version__ = "2.1.0"
+__version__ = "2.2.0"
__svn_revision__ = "$Revision: 0$"
__XBMC_Revision__ = "31633"
diff --git a/plugin.video.previewnetworks/resources/lib/download.py
b/plugin.video.previewnetworks/resources/lib/download.py
index 0e23de6..10c2344 100644
--- a/plugin.video.previewnetworks/resources/lib/download.py
+++ b/plugin.video.previewnetworks/resources/lib/download.py
@@ -94,6 +94,9 @@ class Main:
self.settings[
"download_path" ],
self.settings[
"use_title" ],
self.settings[
"use_trailer" ] )
+ #
+ tmp_path = filepath # usato per escludere l'uso di executehttpapi
+ #
# only download if the trailer doesn't exist
if ( not os.path.isfile( self.filepath.encode( "utf-8" ) ) ):
# only need to retrieve video if not in tmp path
@@ -122,6 +125,7 @@ class Main:
percent = int( float( count * blocksize * 100) / totalsize )
msg1 = self.Addon.getLocalizedString( 30500 ) % ( os.path.basename(
self.filepath ), )
msg2 = self.Addon.getLocalizedString( 30502 ) % ( os.path.dirname(
self.filepath ), )
+ #msg2 = self.Addon.getLocalizedString( 30502 ) % ( os.path.dirname(
sel.tmp_path ), )
pDialog.update( percent, msg1, msg2 )
if ( pDialog.iscanceled() ): raise
-----------------------------------------------------------------------
Summary of changes:
plugin.video.previewnetworks/addon.xml | 7 ++++---
plugin.video.previewnetworks/changelog.txt | 3 +++
plugin.video.previewnetworks/default.py | 2 +-
.../resources/lib/download.py | 4 ++++
4 files changed, 12 insertions(+), 4 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