The branch, frodo has been updated
       via  a407cb2b4c500f3fc8812cc5a30fd623eed1df1f (commit)
      from  bd27e1e982473c02279509591350c4fdf0f1ec39 (commit)

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

commit a407cb2b4c500f3fc8812cc5a30fd623eed1df1f
Author: sphere <[email protected]>
Date:   Wed Mar 26 10:18:35 2014 +0100

    [plugin.video.previewnetworks] updated to version 2.3.5

diff --git a/plugin.video.previewnetworks/addon.xml 
b/plugin.video.previewnetworks/addon.xml
index 5e35193..9378de9 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.3.4"
+       version="2.3.5"
        provider-name="nmazz64">
     <requires>
         <import addon="xbmc.python" version="2.1.0"/>
@@ -18,10 +18,10 @@
         
<source>http://previewnetworks-xbmc-plugin.googlecode.com/svn/trunk/plugin.video.previewnetworks/</source>
         <email>nmazz at tiscali dot it</email>
         <summary lang="en">Watch movie trailers on your Xbmc player.</summary>
-        <description lang="en">With this plugin you can see movie trailers 
distributed by previewnetworks.com.[CR] Setting a specific country in the 
"options" section, you can see the trailers for that region and listen in 
original language..[CR] You can list newest, now, coming and also select 
trailers from title and genre.</description>
+        <description lang="en">With this plugin you can see movie trailers 
distributed by previewnetworks.com.[CR] Setting a specific country in the 
"options" section, you can see the trailers for that region and listen in 
original language..[CR] You can list newest, now, coming and also select 
trailers from title and genre. All videos can be downloaded.</description>
         <disclaimer lang="en">Some parts of this addon may not be legal in 
your country of residence - please check with your local laws before 
installing.</disclaimer>
         <summary lang="it">Visualizza anteprime films fornite da 
PreviewNetworks</summary>
-        <description lang="it">Con questo plugin puoi vedere le anteprime 
video distribuite da PreviewNetworks.[CR] Impostando la country nelle 
"impostazioni"  puoi vedere i trailer diffusi in una specifica nazione e 
ascoltarli in lingua originale.[CR] E' possibile inoltre elencare le anteprime 
più recenti, quelle in arrivo, selezionarle per genere o ricercarle per 
titolo.</description>
+        <description lang="it">Con questo plugin puoi vedere le anteprime 
video distribuite da PreviewNetworks.[CR] Impostando la country nelle 
"impostazioni"  puoi vedere i trailer diffusi in una specifica nazione e 
ascoltarli in lingua originale.[CR] E' possibile inoltre elencare le anteprime 
più recenti, quelle in arrivo, selezionarle per genere o ricercarle per 
titolo. Le anteprime possono essere anche scaricate.</description>
         <disclaimer lang="it">Alcune parti di questo addon potrebbero non 
essere legali nel tuo paese di residenza - Ti preghiamo di controllare la tua 
normativa locale prima di installarlo.</disclaimer>
     </extension>
 </addon>
diff --git a/plugin.video.previewnetworks/changelog.txt 
b/plugin.video.previewnetworks/changelog.txt
index c7e0b62..c425873 100644
--- a/plugin.video.previewnetworks/changelog.txt
+++ b/plugin.video.previewnetworks/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.3.5[/B]
+- modified setting and default option changed
+
 [B]2.3.4[/B]
 - upgrade to new function and little fix
 
diff --git a/plugin.video.previewnetworks/default.py 
b/plugin.video.previewnetworks/default.py
index 9025b7f..79a57e4 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.3.4"
+__version__ = "2.3.5"
 __svn_revision__ = "$Revision: 0$"
 __XBMC_Revision__ = "31633"
 __Channel_ID__ = "391100379-1"
diff --git 
a/plugin.video.previewnetworks/resources/language/English/strings.xml 
b/plugin.video.previewnetworks/resources/language/English/strings.xml
index badcca6..e9dfdf7 100644
--- a/plugin.video.previewnetworks/resources/language/English/strings.xml
+++ b/plugin.video.previewnetworks/resources/language/English/strings.xml
@@ -38,7 +38,7 @@
     <string id="30062">DVD</string>
     <string id="30063">Bluray</string>
     <string id="30064">DVD &amp; BluRay</string>
-    <string id="30065">HD Plus</string>
+    <string id="30065">HD Video</string>
     <string id="30070">Country</string>
     <string id="30071">United Kingdom</string>
     <string id="30072">France</string>
diff --git 
a/plugin.video.previewnetworks/resources/language/Italian/strings.xml 
b/plugin.video.previewnetworks/resources/language/Italian/strings.xml
index 0ff2828..8c81397 100644
--- a/plugin.video.previewnetworks/resources/language/Italian/strings.xml
+++ b/plugin.video.previewnetworks/resources/language/Italian/strings.xml
@@ -38,7 +38,7 @@
     <string id="30062">DVD</string>
     <string id="30063">Bluray</string>
     <string id="30064">DVD &amp; BluRay</string>
-    <string id="30065">HD Plus</string>
+    <string id="30065">Video in HD</string>
     <string id="30070">Nazione</string>
     <string id="30071">Inghilterra</string>
     <string id="30072">Francia</string>
diff --git a/plugin.video.previewnetworks/resources/settings.xml 
b/plugin.video.previewnetworks/resources/settings.xml
index c3eb968..88b3fad 100644
--- a/plugin.video.previewnetworks/resources/settings.xml
+++ b/plugin.video.previewnetworks/resources/settings.xml
@@ -6,11 +6,12 @@
     <setting id="extra" type="bool" label="30150" default="true" />
     <setting id="originaltitle" type="bool" label="30152" default="false" />
     <setting type="sep" />
-    <setting id="quality" type="enum" 
lvalues="30001|30002|30003|30004|30005|30006|30007|30008|30009" label="30000" 
default="8" />
+       <setting id="hdplus" type="bool" label="30065" default="true" />
+    <setting id="quality" type="enum" 
lvalues="30001|30002|30003|30004|30005|30006|30007|30008|30009" label="30000" 
default="6" />
     <setting id="type" type="enum" 
lvalues="30021|30022|30023|30024|30025|30026" label="30020" default="3" />
     <setting id="showtype" type="bool" label="30151" default="false" />
     <setting id="poster" type="enum" lvalues="30011|30012|30013|30014|30015" 
label="30010" default="1" />
-    <setting id="max_previews" type="slider" label="30153" default="20" 
range="10,10,100" option="int"/>
+    <setting id="max_previews" type="slider" label="30153" default="500" 
range="10,10,1000" option="int"/>
     <!--setting id="product" type="enum" lvalues="30061|30062|30063|30064" 
label="30060" default="0" enable="False"/> -->
     <setting type="sep" />
     <setting id="play_mode" type="enum" lvalues="30031|30033" label="30030" 
default="0" />
@@ -19,6 +20,5 @@
     <!--setting id="use_trailer" type="bool" enable="eq(-3,2) + !eq(-2,) + 
eq(-1,true)" label="30042" default="true" /> -->
     <setting id="play_existing" type="bool" enable="eq(-3,1)" label="30043" 
default="true" />
     <setting type="sep" />
-    <setting id="hdplus" type="bool" label="30065" default="false" />
     <setting id="debug" type="bool" label="30154" default="false" />
 </settings>

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

Summary of changes:
 plugin.video.previewnetworks/addon.xml             |    6 +++---
 plugin.video.previewnetworks/changelog.txt         |    3 +++
 plugin.video.previewnetworks/default.py            |    2 +-
 .../resources/language/English/strings.xml         |    2 +-
 .../resources/language/Italian/strings.xml         |    2 +-
 .../resources/settings.xml                         |    6 +++---
 6 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to