[Xbmc-addons] Scripts branch, gotham, updated. a640afb94dde1a3a4e5f3febcdaec782288268c4

2014-01-11 Thread apache
The branch, gotham has been updated
   via  a640afb94dde1a3a4e5f3febcdaec782288268c4 (commit)
  from  c703d1f2159f30dab10fa9c27d15f0d0ee3f79e0 (commit)

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

commit a640afb94dde1a3a4e5f3febcdaec782288268c4
Author: amet 
Date:   Sun Jan 12 09:34:04 2014 +0400

[service.subtitles.opensubtitles] -v5.0.5

5.0.5
- [fix] ascii UNICODE.decode
- [fix] manual search string unquoted
- cosmetics and code simplification

diff --git a/service.subtitles.opensubtitles/addon.xml 
b/service.subtitles.opensubtitles/addon.xml
index c7a3ddf..8068395 100755
--- a/service.subtitles.opensubtitles/addon.xml
+++ b/service.subtitles.opensubtitles/addon.xml
@@ -1,7 +1,7 @@
 
 
   
 
@@ -14,7 +14,7 @@
 
 all
 GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
-
+http://forum.xbmc.org/showthread.php?tid=183114
 
 
 https://github.com/amet/service.subtitles.opensubtitles   
 
diff --git a/service.subtitles.opensubtitles/changelog.txt 
b/service.subtitles.opensubtitles/changelog.txt
index 0e46061..71fd26d 100644
--- a/service.subtitles.opensubtitles/changelog.txt
+++ b/service.subtitles.opensubtitles/changelog.txt
@@ -1,3 +1,8 @@
+5.0.5
+- [fix] ascii UNICODE.decode
+- [fix] manual search string unquoted
+- cosmetics and code simplification
+
 5.0.4
 - manual search button support
 
diff --git a/service.subtitles.opensubtitles/resources/lib/OSUtilities.py 
b/service.subtitles.opensubtitles/resources/lib/OSUtilities.py
index 3911fb1..cb47bcf 100644
--- a/service.subtitles.opensubtitles/resources/lib/OSUtilities.py
+++ b/service.subtitles.opensubtitles/resources/lib/OSUtilities.py
@@ -4,6 +4,7 @@ import os
 import sys
 import xbmc
 import struct
+import urllib
 import xbmcvfs
 import xmlrpclib
 import xbmcaddon
@@ -25,7 +26,7 @@ class OSDBServer:
 if ( self.osdb_token ) :
   searchlist  = []
   if item['mansearch']:
-OS_search_string = item['mansearchstr']
+OS_search_string = urllib.unquote(item['mansearchstr'])
   elif len(item['tvshow']) > 0:
 OS_search_string = ("%s S%.2dE%.2d" % (item['tvshow'],
 int(item['season']),
@@ -45,7 +46,7 @@ class OSDBServer:
   searchlist.append({'sublanguageid' :",".join(item['3let_language']),
   'moviehash':hash,
   'moviebytesize':str(size)
-  })
+})
 except:
   pass
 
diff --git a/service.subtitles.opensubtitles/service.py 
b/service.subtitles.opensubtitles/service.py
index e237539..5dfa45d 100644
--- a/service.subtitles.opensubtitles/service.py
+++ b/service.subtitles.opensubtitles/service.py
@@ -3,6 +3,7 @@
 import os
 import sys
 import xbmc
+import shutil
 import urllib
 import xbmcvfs
 import xbmcaddon
@@ -20,72 +21,42 @@ __profile__= xbmc.translatePath( 
__addon__.getAddonInfo('profile') ).decode(
 __resource__   = xbmc.translatePath( os.path.join( __cwd__, 'resources', 'lib' 
) ).decode("utf-8")
 __temp__   = xbmc.translatePath( os.path.join( __profile__, 'temp') 
).decode("utf-8")
 
-if not xbmcvfs.exists(__temp__):
-  xbmcvfs.mkdirs(__temp__)
+if xbmcvfs.exists(__temp__):
+  shutil.rmtree(__temp__)
+xbmcvfs.mkdirs(__temp__)
 
 sys.path.append (__resource__)
 
 from OSUtilities import OSDBServer, log, hashFile, normalizeString
 
 def Search( item ):
+  search_data = []
   try:
 search_data = OSDBServer().searchsubtitles(item)
   except:
 log( __name__, "failed to connect to service for subtitle search")
 xbmc.executebuiltin((u'Notification(%s,%s)' % (__scriptname__ , 
__language__(32001))).encode('utf-8'))
 return
-  subtitles_list = []
 
   if search_data != None:
+search_data.sort(key=lambda x: [not x['MatchedBy'] == 
'moviehash',x['LanguageName']])
 for item_data in search_data:
-  if item_data["ISO639"]:
-lang_index=0
-for user_lang_id in item['3let_language']:
-  if user_lang_id == item_data["ISO639"]:
-break
-  lang_index+=1
-  if str(item_data["MatchedBy"]) == "moviehash":
-sync = True
-  else:
-sync = False
-
-  subtitles_list.append({'lang_index': lang_index,
-  'filename'  : item_data["SubFileName"],
-  'link'  : item_data["ZipDownloadLink"],
-  'language_name' : item_data["LanguageName"],
-  'language_flag' : item_data["ISO639"],
-  'language_id'   : item_data["SubLanguageID"],
-  'ID': item_data["IDSubtitleFile"],
-  'rating': 
str(int(round(float

[Xbmc-addons] [Git Pull[ xbmb3c 0.7.0

2014-01-11 Thread Chris Nappi
 *addon -   plugin.video.xbmb3c
 *branch - master
 *version - 0.7.0
 *url - 
https://github.com/xnappo/plugin.video.xbmb3c.git
 *revision - 0.7.0
 *tag - plugin.video.xbmb3c-0.7.0

Thanks,
Chris
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] plugin.video.thrasherskateboard

2014-01-11 Thread AJ Godfrey
Here's the updated revision:

 *addon - plugin.video.thrasherskateboard
 *version - 1.0.0
 *url - 
https://bora...@bitbucket.org/boralyl/plugin.video.thrasherskateboard.git
 *revision - b51ca9557fdfdb8e9852170b1f47f7c07389562c
 *branch - master
 *xbmc version - frodo, gotham

On Sat, Jan 11, 2014 at 2:22 PM, Benjamin Bertrand
 wrote:
> Looks good.
> Could you please just add the required tags: license, forum, website and 
> source?
> See http://wiki.xbmc.org/index.php?title=Addon.xml#Required_elements
>
> Thanks
>
> On Sat, Jan 11, 2014 at 7:30 PM, AJ Godfrey  wrote:
>>  *addon - plugin.video.thrasherskateboard
>>  *version - 1.0.0
>>  *url - 
>> https://bora...@bitbucket.org/boralyl/plugin.video.thrasherskateboard.git
>>  *revision - 657e33693ca374396046c5c2c2c5e10c8f1f8c2d
>>  *branch - master
>>  *xbmc version - frodo, gotham
>>
>> --
>> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
>> Learn Why More Businesses Are Choosing CenturyLink Cloud For
>> Critical Workloads, Development Environments & Everything In Between.
>> Get a Quote or Start a Free Trial Today.
>> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] plugin.video.thrasherskateboard

2014-01-11 Thread Benjamin Bertrand
Looks good.
Could you please just add the required tags: license, forum, website and source?
See http://wiki.xbmc.org/index.php?title=Addon.xml#Required_elements

Thanks

On Sat, Jan 11, 2014 at 7:30 PM, AJ Godfrey  wrote:
>  *addon - plugin.video.thrasherskateboard
>  *version - 1.0.0
>  *url - 
> https://bora...@bitbucket.org/boralyl/plugin.video.thrasherskateboard.git
>  *revision - 657e33693ca374396046c5c2c2c5e10c8f1f8c2d
>  *branch - master
>  *xbmc version - frodo, gotham
>
> --
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] plugin.video.thrasherskateboard

2014-01-11 Thread AJ Godfrey
 *addon - plugin.video.thrasherskateboard
 *version - 1.0.0
 *url - 
https://bora...@bitbucket.org/boralyl/plugin.video.thrasherskateboard.git
 *revision - 657e33693ca374396046c5c2c2c5e10c8f1f8c2d
 *branch - master
 *xbmc version - frodo, gotham

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] plugin.video.itbn_org

2014-01-11 Thread Benjamin Bertrand
Updated

Cheers

On Sat, Jan 11, 2014 at 3:29 AM, austin sojka  wrote:
> iTBN addon update
>
> *addon - plugin.video.itbn_org
> *version - 1.2.5
> *url - git://github.com/asojka09/plugin.video.itbn_org.git
> *revision - 399cec5fd4f521287eb59073937f5142a77d3f48
> *branch - Master
> *xbmc version - Frodo,Gotham
>
> Thank you.
>
> Use this commit instead, sorry about that.
>
> --
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Plugins branch, frodo, updated. 44fd5a74a16506921955ed23d6755564cb5060c3

2014-01-11 Thread Benjamin BERTRAND
The branch, frodo has been updated
   via  44fd5a74a16506921955ed23d6755564cb5060c3 (commit)
  from  ceb2db496fbe0a198f9ec280411c79b426ca6c1c (commit)

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

commit 44fd5a74a16506921955ed23d6755564cb5060c3
Author: beenje 
Date:   Sat Jan 11 11:52:59 2014 +0100

[plugin.video.itbn_org] updated to version 1.2.5

diff --git a/plugin.video.itbn_org/addon.xml b/plugin.video.itbn_org/addon.xml
index 3e7cc82..4998c86 100644
--- a/plugin.video.itbn_org/addon.xml
+++ b/plugin.video.itbn_org/addon.xml
@@ -1,7 +1,7 @@
 
 
diff --git a/plugin.video.itbn_org/changelog.txt 
b/plugin.video.itbn_org/changelog.txt
index 4022447..1cde28c 100644
--- a/plugin.video.itbn_org/changelog.txt
+++ b/plugin.video.itbn_org/changelog.txt
@@ -26,3 +26,8 @@ Version 1.2.3
 
 Version 1.2.4
 -Changed the way the title of videos are formated.
+
+Version 1.2.5
+-Removed "Live" quality settings. Low quality streams have been discontinued.
+-Changed live streams to to new streams, .m3u8 playlists.
+-Changed the Air Date search to use the numpad prompt.
diff --git a/plugin.video.itbn_org/default.py b/plugin.video.itbn_org/default.py
index 1549aeb..9952623 100644
--- a/plugin.video.itbn_org/default.py
+++ b/plugin.video.itbn_org/default.py
@@ -214,13 +214,7 @@ def LIVE(url):
 response = urllib2.urlopen(req)
 link=response.read()
 response.close()
-   if settings.getSetting("livequality") == '0':
-   
match=re.compile('\"andsuperstreamurl\":\"(.+?)\"').findall(link)
-   if settings.getSetting("livequality") == '1':
-   match='rtmp://cp114430.live.edgefcs.net/live/ 
playpath=tbn_mbr_300@101613 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114428.live.edgefcs.net/live/ 
playpath=churchch_mbr_300@101620 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114432.live.edgefcs.net/live/ playpath=jctv_mbr_300@101615 
pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114426.live.edgefcs.net/live/ playpath=soac_mbr_300@101622 
pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114434.live.edgefcs.net/live/ 
playpath=enlace_mbr_300@101618 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114436.live.edgefcs.net/live/ 
playpath=enlacejuvenil_800@102106 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp129063.live.edgefcs.net/live/ 
playpath=nejat_mbr_300@101623 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp253352.live.edgefcs.net/live/ 
playpath=alhorreya_500@142129 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp129065.live.edgefcs.net/live/ p
 laypath=tbnrussia-high@58776 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp129066.live.edgefcs.net/live/ 
playpath=soacrussia-high@58777 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp253350.live.edgefcs.net/live playpath=juce@142128  
live=true','rtmp://cp253351.live.edgefcs.net/live/ playpath=tbnafrica@144071 
pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp210356.live.edgefcs.net/live playpath=tcilive_150@30064 
pageURL=http://www.tbn.org/watch-us  live=true'
-
-   if settings.getSetting("livequality") == '2':
-   match='rtmp://cp114430.live.edgefcs.net/live/ 
playpath=tbn_mbr_600@101613 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114428.live.edgefcs.net/live/ 
playpath=churchch_mbr_600@101620 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114432.live.edgefcs.net/live/ playpath=jctv_mbr_600@101615 
pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114426.live.edgefcs.net/live/ playpath=soac_mbr_600@101622 
live=true','rtmp://cp114434.live.edgefcs.net/live/ 
playpath=enlace_mbr_600@101618 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp114436.live.edgefcs.net/live/ 
playpath=enlacejuvenil_800@102106 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp129063.live.edgefcs.net/live/ 
playpath=nejat_mbr_600@101623 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp253352.live.edgefcs.net/live/ 
playpath=alhorreya_500@142129 pageURL=http://www.tbn.org/watch-us 
live=true','rtmp://cp129065.live.edgefcs.net/live/ 
playpath=tbnrussia-high@58776 pageURL=h
 ttp://www.tbn.org/watch-us  live=true','rtmp://cp129066.live.edgefcs.net/live/ 
playpath=soacrussia-high@58777 pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp253350.live.edgefcs.net/live playpath=juce@142128  
live=true','rtmp://cp253351.live.edgefcs.net/live/ playpath=tbnafrica@144071 
pageURL=http://www.tbn.org/watch-us  
live=true','rtmp://cp210356.live.edgefcs.net/live playpath=tcilive_150@30064 
pageURL=http://www.tbn.org/watch-us  live=true'
+   
match='http://ooyalahd2-f.akamaihd.net/i/tbn01_delivery@120258/master.m3u8','http://ooyalahd2-f.akamaihd.net/i/tbn02_delivery@120259/master.m3u8','http://ooyalahd2-f.akamai