Re: [Xbmc-addons] [GIT Pull] ORF TVthek

2014-02-09 Thread Benjamin Bertrand
1. Please add a xml header with proper encoding to
plugin.video.orftvthek/resources/settings.xml

2. Setting PLAYER_CORE_* is deprecated. See
http://forum.xbmc.org/showthread.php?tid=173887

3. If possible, replace print statements with xbmc.log()

On Sat, Feb 8, 2014 at 11:18 PM, Daniel Weidacher
 wrote:
>
>   *addon -   plugin.video.orftvthek
>   *version - 0.2.2
>   *url - https://github.com/s0faking/plugin.video.orftvthek
>   *revision - ae8ae77060
>   *branch - master
>   *xbmc version - frodo
>
> thx,
> s0faking
>
>
> --
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] ABC Radio National

2014-02-09 Thread Benjamin Bertrand
1. I guess the addon name is plugin.audio.abcradionational (not video)

2. You have some .DS_Store in your git repo. Please remove them.

On Sun, Feb 9, 2014 at 4:42 PM, Damon Toumbs  wrote:
> *addon -   plugin.video.abcradionational
>  *version - 1.0.1
>  *url - g...@github.com:DamonToumbourou/plugin.audio.abcradionational.git
>  *revision - 2304a7607e61737f0d6d53b523f2cafb9a9f5e47
>  *branch - master
>  *xbmc version - frodo
>
>
> Thanks,
> Damon Toumbourou
>
> --
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] RNTV - Radio National TV

2014-02-09 Thread Benjamin Bertrand
Added to frodo

Thanks

On Sun, Feb 9, 2014 at 3:13 PM, Damon Toumbs  wrote:
> *addon -   plugin.video.abcradionational
>  *version - 1.0.1
>  *url - g...@github.com:DamonToumbourou/plugin.video.abcradionational.git
>  *revision - 7617a5bc345846df902128f0226b67dfe69086eb
>  *branch - master
>  *xbmc version - frodo
>
>
> Thanks,
> Damon Toumbourou
>
> --
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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. efd35e09a5982fd9d08c754c236ca5894d16ffa5

2014-02-09 Thread Benjamin BERTRAND
The branch, frodo has been updated
   via  efd35e09a5982fd9d08c754c236ca5894d16ffa5 (commit)
  from  32c72122123ab9f2e29bc80b7c8e0ad89ded1722 (commit)

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


---

Summary of changes:
 .../LICENSE.txt|0
 plugin.video.abcradionational/README.md|4 ++
 .../__init__.py|0
 plugin.video.abcradionational/addon.py |   23 
 plugin.video.abcradionational/addon.xml|   25 +
 .../changelog.txt  |0
 .../fanart.jpg |  Bin 47940 -> 47940 bytes
 .../icon.png   |  Bin 7227 -> 7227 bytes
 .../resources/__init__.py  |0
 .../resources/language/English/strings.xml |1 -
 .../resources/lib}/__init__.py |0
 .../resources/lib/abcradionational.py  |   56 
 12 files changed, 108 insertions(+), 1 deletions(-)
 copy {plugin.audio.abcradionational => 
plugin.video.abcradionational}/LICENSE.txt (100%)
 create mode 100644 plugin.video.abcradionational/README.md
 copy {plugin.audio.abcradionational/resources => 
plugin.video.abcradionational}/__init__.py (100%)
 create mode 100644 plugin.video.abcradionational/addon.py
 create mode 100644 plugin.video.abcradionational/addon.xml
 copy plugin.audio.abcradionational/Changelog.txt => 
plugin.video.abcradionational/changelog.txt (100%)
 copy {plugin.audio.abcradionational => 
plugin.video.abcradionational}/fanart.jpg (100%)
 copy {plugin.audio.abcradionational => plugin.video.abcradionational}/icon.png 
(100%)
 copy {plugin.audio.abcradionational => 
plugin.video.abcradionational}/resources/__init__.py (100%)
 copy {plugin.video.vimcasts => 
plugin.video.abcradionational}/resources/language/English/strings.xml (71%)
 copy {plugin.audio.abcradionational/resources => 
plugin.video.abcradionational/resources/lib}/__init__.py (100%)
 create mode 100644 
plugin.video.abcradionational/resources/lib/abcradionational.py


hooks/post-receive
-- 
Plugins

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


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

2014-02-09 Thread Martijn Kaijser
The branch, gotham has been updated
   via  abb020f5c2b13eb8c35fc332744b811c8c8be2f7 (commit)
  from  9f7cd8b7fc37d4b813695cf7b388e1ff976f70c8 (commit)

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


---

Summary of changes:
 .../LICENSE.txt|0
 service.subtitles.subscene/README.md   |6 +
 .../addon.xml  |   16 +-
 service.subtitles.subscene/changelog.txt   |   23 ++
 service.subtitles.subscene/icon.png|  Bin 0 -> 75063 bytes
 service.subtitles.subscene/logo.png|  Bin 0 -> 15216 bytes
 .../resources/lib/SubsceneUtilities.py |  104 +
 .../resources/lib}/__init__.py |0
 service.subtitles.subscene/service.py  |  410 
 9 files changed, 551 insertions(+), 8 deletions(-)
 copy {screensaver.xbmc.slideshow => service.subtitles.subscene}/LICENSE.txt 
(100%)
 create mode 100644 service.subtitles.subscene/README.md
 copy {service.subtitles.subtituloses => service.subtitles.subscene}/addon.xml 
(60%)
 create mode 100644 service.subtitles.subscene/changelog.txt
 create mode 100644 service.subtitles.subscene/icon.png
 create mode 100644 service.subtitles.subscene/logo.png
 create mode 100644 
service.subtitles.subscene/resources/lib/SubsceneUtilities.py
 copy {script.cu.lrclyrics/resources/lib/culrcscrapers => 
service.subtitles.subscene/resources/lib}/__init__.py (100%)
 create mode 100644 service.subtitles.subscene/service.py


hooks/post-receive
-- 
Scripts

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] service.subtitles.subscene

2014-02-09 Thread Marcel Anacker
 *addon - service.subtitles.subscene
 *version - 0.9.1
 *url - https://github.com/manacker/service.subtitles.subscene.git
 *revision - b4ff09c3ef0be0cac990ad829fc8053187cf8500
 *branch - master
 *xbmc version - gotham

I got some feedback from the forum, ironed out some issues and think
the addon is now ready for a broader audience.

Thanks,
Marcel

2014-01-29 23:48 GMT+01:00 Marcel Anacker :
> Hi Martijn,
>
> thanks for your advice. It's much appreciated.
>
> I restructured the project and removed the language files like you said.
> Installing it from the GitHub-Zip-Download worked just fine.
> I opened a thread on the forum and will come back to you, when I got
> some feedback.
> http://forum.xbmc.org/showthread.php?tid=184854
>
>
> 2014-01-29 Martijn Kaijser :
>> Thx.
>> It would be advised to get your addon tested by a few more people than just
>> you.
>> Just start a release thread on the forum and provide a .zip to download that
>> users can install.
>> If the results are positive just send a request again.
>>
>> Couple of things:
>> Move the addon to the root of the github repo. So one level down.
>> Don't include language files if you don't use them. If you need it use
>> correct string range.
>>
>> On 29 Jan 2014 22:22, "Marcel Anacker"  wrote:
>>>
>>>  *addon - service.subtitles.subscene
>>>  *version - 0.0.1
>>>  *url - https://github.com/manacker/service.subtitles.subscene.git
>>>  *revision - 825719e5b1e455c3bd86cdc1f9bb426dc500771e
>>>  *branch - master
>>>  *xbmc version - gotham
>>>
>>>
>>> Hello,
>>>
>>> This is currently a works-for-me-version of a port of the subscene
>>> portion of the old subtitles plugin, mingled together with some newer
>>> parts of amet's service.subtitles.opensubtitles. It's pretty much
>>> untested by anyone else. I'm also new to this, so bear with me. I
>>> don't know wether this code currently qualifies for the official repo,
>>> but since Gotham itself is still in beta, I thought I can try.
>>>
>>> I also use large portions of amet's code, but I don't know whether I
>>> should include him as an author, since I'm the only maintainer of this
>>> plugin. So if you want some attribution, amet, just drop me a line.
>>>
>>> Regards,
>>> Marcel
>>>
>>>
>>> --
>>> WatchGuard Dimension instantly turns raw network data into actionable
>>> security intelligence. It gives you real-time visual feedback on key
>>> security issues and trends.  Skip the complicated setup - simply import
>>> a virtual appliance and go from zero to informed in seconds.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
>>> ___
>>> Xbmc-addons mailing list
>>> Xbmc-addons@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Scripts branch, frodo, updated. 786cb9d5ab2bc5ba799e917baa2a23a168f84b26

2014-02-09 Thread Martijn Kaijser
The branch, frodo has been updated
   via  786cb9d5ab2bc5ba799e917baa2a23a168f84b26 (commit)
  from  702021a3395a1fd5b69ae3a91daf7456f26c6db1 (commit)

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

commit 786cb9d5ab2bc5ba799e917baa2a23a168f84b26
Author: Martijn Kaijser 
Date:   Sun Feb 9 18:33:06 2014 +0100

[script.myepisodes] 1.0.12

diff --git a/script.myepisodes/addon.xml b/script.myepisodes/addon.xml
index f4e9074..4113e1c 100644
--- a/script.myepisodes/addon.xml
+++ b/script.myepisodes/addon.xml
@@ -1,7 +1,7 @@
 
 
   
 
diff --git a/script.myepisodes/changelog.txt b/script.myepisodes/changelog.txt
index d30a987..bbc2e9a 100644
--- a/script.myepisodes/changelog.txt
+++ b/script.myepisodes/changelog.txt
@@ -1,3 +1,6 @@
+1.0.12
++ Improve show name detection again. Show like Archer or Revolution
+should now work.
 1.0.11
 + Improve the match between a title and MyEpisode's ID.
 This should solve the issue where a show is not found and misfound when
diff --git a/script.myepisodes/resources/lib/myepisodes.py 
b/script.myepisodes/resources/lib/myepisodes.py
index 9777da3..02fd3fc 100644
--- a/script.myepisodes/resources/lib/myepisodes.py
+++ b/script.myepisodes/resources/lib/myepisodes.py
@@ -24,6 +24,11 @@ REGEX_EXPRESSIONS = [
 
 MYEPISODE_URL = "http://www.myepisodes.com";
 
+def sanitize(title, replace):
+for char in ['[', ']', '_', '(', ')', '.', '-']:
+title = title.replace(char, replace)
+return title
+
 class MyEpisodes(object):
 
 def __init__(self, userid, password):
@@ -76,7 +81,11 @@ class MyEpisodes(object):
 link = row.find('a', {'href': True})
 link_url = link.get('href')
 showid = urlparse.parse_qs(link_url)['showid'][0]
-self.shows[link.text] = int(showid)
+key = link.text.strip()
+sanitized_key = sanitize(key, '')
+if sanitized_key != key:
+key = ";".join([key, sanitized_key])
+self.shows[key.lower()] = int(showid)
 return True
 
 def find_show_link(self, data, show_name, strict=False):
@@ -102,17 +111,22 @@ class MyEpisodes(object):
 # Try to find the ID of the show in our account first
 # Create a slice with only the show that may match
 slice_show  = {}
-for k, v in self.shows.iteritems():
-if show_name in k or show_name.startswith(k):
-slice_show[k] = v
-if len(slice_show) > 1:
-# We loop through a slice containings the possibilities and we
-# search strictly for the show name.
-for key, value in slice_show.iteritems():
-if key == show_name:
-return value
-elif len(slice_show) == 1:
+show_name = show_name.lower()
+for keys, v in self.shows.iteritems():
+if ';' in keys:
+keys = keys.split(';')
+else:
+keys = [keys,]
+for k in keys:
+if show_name in k or show_name.startswith(k):
+slice_show[k] = v
+if len(slice_show) == 1:
 return slice_show.values()[0]
+# We loop through a slice containings the possibilities and we
+# search strictly for the show name.
+for key, value in slice_show.iteritems():
+if key == show_name:
+return value
 
 # You should really never fall there, at this point, the show should be
 # in your account, except if you disabled the feature.
@@ -157,10 +171,9 @@ class MyEpisodes(object):
 else:
 continue
 title = re.split(regex, file_name)[0]
-for char in ['[', ']', '_', '(', ')', '.', '-']:
-title = title.replace(char, ' ')
+title = sanitize(title, ' ')
 title = title.strip()
-return title, season, episode
+return title.title(), season, episode
 return None, None, None
 
 def add_show(self, show_id):

---

Summary of changes:
 script.myepisodes/addon.xml   |2 +-
 script.myepisodes/changelog.txt   |3 ++
 script.myepisodes/resources/lib/myepisodes.py |   41 
 3 files changed, 31 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Scripts

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/l

Re: [Xbmc-addons] [git Pull] script.myepisodes (frodo 1.0.12)

2014-02-09 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
Team XBMC


On Sun, Feb 9, 2014 at 5:39 PM, Maxime Hadjinlian <
maxime.hadjinl...@gmail.com> wrote:

> *addon - script.myepisodes
> *version - 1.0.12
> *url - git://github.com:maximeh/script.myepisodes.git
> *revision - e6b4b4c10b7a781449d6ac9dbf4d90c53cf2d067
> *branch - master
> *xbmc version - frodo
>
> Thanks !
>
>
> --
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] service.subtitles.subtituloses

2014-02-09 Thread Martijn Kaijser
added to gotham

regards,
Martijn Kaijser
Team XBMC


On Sun, Feb 9, 2014 at 4:39 PM, Adolfo González Blázquez <
c...@infinicode.org> wrote:

> *addon - service.subtitles.subtituloses
> *version - 0.0.3
> *url - https://github.com/infinicode/service.subtitles.subtituloses.git
> *revision - e069c9c834934083e662651a6b967b5742f41bba
> *branch - master
> *xbmc version - gotham
>
> Updated images and removed lang files.
> Thanks Martijn for the tips!
>
>
> 2014-02-08 21:31 GMT+01:00 Martijn Kaijser :
>
> some things:
>> remove the language folder if you don't use it
>> icon.png should be 256x256 non transparent
>> add logo.png which should be 350x50
>>
>> regards,
>> Martijn Kaijser
>> Team XBMC
>>
>>
>> 2014-02-08 19:58 GMT+01:00 Adolfo González Blázquez 
>> :
>>
>>>  *addon - service.subtitles.subtituloses
>>> *version - 0.0.2
>>> *url - https://github.com/infinicode/service.subtitles.subtituloses.git
>>> *revision - 8c7765734a8fa3ea987ebbfd56518e1f1963fbd0
>>> *branch - master
>>> *xbmc version - gotham
>>>
>>>
>>> --
>>> Managing the Performance of Cloud-Based Applications
>>> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
>>> Read the Whitepaper.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>>> ___
>>> Xbmc-addons mailing list
>>> Xbmc-addons@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>>
>>>
>>
>
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Scripts branch, gotham, updated. 9f7cd8b7fc37d4b813695cf7b388e1ff976f70c8

2014-02-09 Thread Martijn Kaijser
The branch, gotham has been updated
   via  9f7cd8b7fc37d4b813695cf7b388e1ff976f70c8 (commit)
  from  41750400ae6568b7a5a1a40321c11e9c2cc49e63 (commit)

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


---

Summary of changes:
 .../LICENSE.txt|0
 service.subtitles.subtituloses/README.md   |3 +
 .../addon.xml  |   16 +-
 service.subtitles.subtituloses/changelog.txt   |   11 ++
 service.subtitles.subtituloses/icon.png|  Bin 0 -> 5982 bytes
 service.subtitles.subtituloses/logo.png|  Bin 0 -> 5364 bytes
 .../resources/lib/SubEsUtilities.py|  155 
 .../resources/lib}/__init__.py |0
 .../resources/lib/utils.py |   10 +
 service.subtitles.subtituloses/service.py  |  184 
 10 files changed, 371 insertions(+), 8 deletions(-)
 copy {screensaver.xbmc.slideshow => 
service.subtitles.subtituloses}/LICENSE.txt (100%)
 create mode 100644 service.subtitles.subtituloses/README.md
 copy {service.subtitles.opensubtitles => 
service.subtitles.subtituloses}/addon.xml (52%)
 mode change 100755 => 100644
 create mode 100644 service.subtitles.subtituloses/changelog.txt
 create mode 100644 service.subtitles.subtituloses/icon.png
 create mode 100644 service.subtitles.subtituloses/logo.png
 create mode 100644 
service.subtitles.subtituloses/resources/lib/SubEsUtilities.py
 copy {script.cu.lrclyrics/resources/lib/culrcscrapers => 
service.subtitles.subtituloses/resources/lib}/__init__.py (100%)
 create mode 100644 service.subtitles.subtituloses/resources/lib/utils.py
 create mode 100644 service.subtitles.subtituloses/service.py


hooks/post-receive
-- 
Scripts

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] script.myepisodes (frodo 1.0.12)

2014-02-09 Thread Maxime Hadjinlian
*addon - script.myepisodes
*version - 1.0.12
*url - git://github.com:maximeh/script.myepisodes.git
*revision - e6b4b4c10b7a781449d6ac9dbf4d90c53cf2d067
*branch - master
*xbmc version - frodo

Thanks !

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] ABC Radio National

2014-02-09 Thread Damon Toumbs
*addon -   plugin.video.abcradionational
 *version - 1.0.1
 *url - g...@github.com:DamonToumbourou/plugin.audio.abcradionational.git
 *revision - 2304a7607e61737f0d6d53b523f2cafb9a9f5e47
 *branch - master
 *xbmc version - frodo


Thanks,
Damon Toumbourou
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] service.subtitles.subtituloses

2014-02-09 Thread Adolfo González Blázquez
*addon - service.subtitles.subtituloses
*version - 0.0.3
*url - https://github.com/infinicode/service.subtitles.subtituloses.git
*revision - e069c9c834934083e662651a6b967b5742f41bba
*branch - master
*xbmc version - gotham

Updated images and removed lang files.
Thanks Martijn for the tips!


2014-02-08 21:31 GMT+01:00 Martijn Kaijser :

> some things:
> remove the language folder if you don't use it
> icon.png should be 256x256 non transparent
> add logo.png which should be 350x50
>
> regards,
> Martijn Kaijser
> Team XBMC
>
>
> 2014-02-08 19:58 GMT+01:00 Adolfo González Blázquez :
>
>>  *addon - service.subtitles.subtituloses
>> *version - 0.0.2
>> *url - https://github.com/infinicode/service.subtitles.subtituloses.git
>> *revision - 8c7765734a8fa3ea987ebbfd56518e1f1963fbd0
>> *branch - master
>> *xbmc version - gotham
>>
>>
>> --
>> Managing the Performance of Cloud-Based Applications
>> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
>> Read the Whitepaper.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>
>
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Zip Pull] script.android-notifier

2014-02-09 Thread Jean-Christophe Heger
*addon -   script.android-notifier
  *version - 1.0.0
  *url - 
https://xbmc-android-notifier.googlecode.com/git/releases/script.android-notifier-v1.0.0.zip
  *revision -
  *branch -
  *xbmc version - frodo

This is my first Python script, my first XBMC plugin, my first push, and 
my first GIT repository open to others (which is not conform to your 
requirements). Please forgive me if I did make any mistake.

Regarding GIT, you're asking to place files at the root. But we surely 
don't want files specific for development into the plugin, that I do 
want to keep on the repository. Do you have a procedure to exclude a 
directory, in order to have some files on the repository that won't be 
included into the add-on ?


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] RNTV - Radio National TV

2014-02-09 Thread Damon Toumbs
*addon -   plugin.video.abcradionational
 *version - 1.0.1
 *url - g...@github.com:DamonToumbourou/plugin.video.abcradionational.git
 *revision - 7617a5bc345846df902128f0226b67dfe69086eb
 *branch - master
 *xbmc version - frodo


Thanks,
Damon Toumbourou
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Scripts branch, gotham, updated. 41750400ae6568b7a5a1a40321c11e9c2cc49e63

2014-02-09 Thread Martijn Kaijser
The branch, gotham has been updated
   via  41750400ae6568b7a5a1a40321c11e9c2cc49e63 (commit)
  from  3b64c40ca03bbf5367b42ec9e3c18d48d5022d41 (commit)

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

commit 41750400ae6568b7a5a1a40321c11e9c2cc49e63
Author: Martijn Kaijser 
Date:   Sun Feb 9 09:43:11 2014 +0100

[script.cinema.experience] 4.1.10

diff --git a/script.cinema.experience/addon.py 
b/script.cinema.experience/addon.py
index 61d55c0..d8d9ccc 100644
--- a/script.cinema.experience/addon.py
+++ b/script.cinema.experience/addon.py
@@ -222,6 +222,9 @@ if __name__ == "__main__" :
 utils.log( "messy_exit: %s" % exit, xbmc.LOGNOTICE )
 if exit:
 prev_trigger = Launch_automation().launch_automation( "Script 
End", None ) # Script End
+__addon__.setSetting( id='number_of_features', value='%d' % 
(number_of_features - 1) )
+xbmcgui.Window( 10025 ).setProperty( "CinemaExperienceRunning", 
"False" )
+xbmcgui.Window( 10025 ).setProperty( "CinemaExperienceTriggered", 
"False" )
 else:
 _clear_playlists()
 __addon__.setSetting( id='number_of_features', value='%d' % 
(number_of_features - 1) )
diff --git a/script.cinema.experience/addon.xml 
b/script.cinema.experience/addon.xml
index 1cff518..36a3582 100644
--- a/script.cinema.experience/addon.xml
+++ b/script.cinema.experience/addon.xml
@@ -1,7 +1,7 @@
 
 
 
 
diff --git a/script.cinema.experience/changelog.txt 
b/script.cinema.experience/changelog.txt
index 350140b..f950a42 100644
--- a/script.cinema.experience/changelog.txt
+++ b/script.cinema.experience/changelog.txt
@@ -1,3 +1,6 @@
+3.0.10/4.0.10
+- fix   - correct Import.
+
 3.0.9/4.0.9
 - add   - do not play 2D videos if 3D equivalent is not enabled and movie 
is 3D
 - fix   - found cause of bluenotes problem
diff --git 
a/script.cinema.experience/resources/lib/scrapers/amt_current/scraper.py 
b/script.cinema.experience/resources/lib/scrapers/amt_current/scraper.py
index 9d3e15d..43dc2ca 100644
--- a/script.cinema.experience/resources/lib/scrapers/amt_current/scraper.py
+++ b/script.cinema.experience/resources/lib/scrapers/amt_current/scraper.py
@@ -6,7 +6,7 @@ Apple Movie Trailers current trailers scraper
 
 import os, sys, time, re, urllib, traceback, time
 from random import shuffle, random
-from elementtree import ElementTree as ET
+import xml.etree.ElementTree as ET
 from datetime import datetime
 
 import xbmc, xbmcvfs

---

Summary of changes:
 script.cinema.experience/addon.py  |3 +++
 script.cinema.experience/addon.xml |2 +-
 script.cinema.experience/changelog.txt |3 +++
 .../resources/lib/scrapers/amt_current/scraper.py  |2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons