Re: [Xbmc-addons] [Git Pull] plugin.dbmc

2014-02-12 Thread Benjamin Bertrand
1. os.getcwd() is deprecated. Use addon.getAddonInfo('path').

2. You have invalid xml:
plugin.dbmc/resources/settings.xml: not well-formed (invalid token):
line 14, column 68

3. Plugins should use strings id in the range 3 - 30999.



On Sat, Feb 8, 2014 at 9:49 PM, Joost Kop joost@gmail.com wrote:
 addon: plugin.dbmc
 version: 0.6.4
 url: git://git.code.sf.net/p/xbmc-dropbox/code
 tag: v0.6.4
 xbmc version: frodo

 Note: This is the first git pull request for this addon!
 Let me know if something is missing or if you need more information.
 More info on the addon:
 https://sourceforge.net/projects/xbmc-dropbox/

 Thanks.

 Best regards,

 Joost

 --
 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=121051231iu=/4140/ostg.clktrk
 ___
 Xbmc-addons mailing list
 Xbmc-addons@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xbmc-addons


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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. 45aa677cdf9a76b8fac52df2613bb1a154f0be0a

2014-02-12 Thread Benjamin BERTRAND
The branch, frodo has been updated
   via  45aa677cdf9a76b8fac52df2613bb1a154f0be0a (commit)
  from  5fe2217fc8cc4d1a2b499a841ec3e7380a1ce82c (commit)

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

commit 45aa677cdf9a76b8fac52df2613bb1a154f0be0a
Author: beenje bee...@xbmc.org
Date:   Wed Feb 12 12:09:52 2014 +0100

[plugin.video.orftvthek] updated to version 0.2.2

diff --git a/plugin.video.orftvthek/LICENSE.txt 
b/plugin.video.orftvthek/LICENSE.txt
old mode 100755
new mode 100644
diff --git a/plugin.video.orftvthek/README.md b/plugin.video.orftvthek/README.md
old mode 100755
new mode 100644
index 275823b..c91ca38
--- a/plugin.video.orftvthek/README.md
+++ b/plugin.video.orftvthek/README.md
@@ -20,12 +20,11 @@ Current Features
 * Schedule Search
 * HTTP Stream H264 (Stable)
 * Search Function
-
+* Missed Shows
 
 Missing Features
 
 * Download Function
-* Missed Shows
 
 
 Known Issues
@@ -35,4 +34,4 @@ Known Issues
 
 Legal
 -
-This addon gives you access to videos on the ORF TVthek Website but is not 
endorsed, certified or otherwise approved in any way by ORF.
\ No newline at end of file
+This addon gives you access to videos on the ORF TVthek Website but is not 
endorsed, certified or otherwise approved in any way by ORF.
diff --git a/plugin.video.orftvthek/addon.xml b/plugin.video.orftvthek/addon.xml
old mode 100755
new mode 100644
index a81323e..7025dac
--- a/plugin.video.orftvthek/addon.xml
+++ b/plugin.video.orftvthek/addon.xml
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
-addon id=plugin.video.orftvthek name=ORF TVthek version=0.2.1 
provider-name=sofaking
+addon id=plugin.video.orftvthek name=ORF TVthek version=0.2.2 
provider-name=sofaking
 requires
 import addon=xbmc.python version=2.1.0/
 import addon=script.module.beautifulsoup/
diff --git a/plugin.video.orftvthek/changelog.txt 
b/plugin.video.orftvthek/changelog.txt
old mode 100755
new mode 100644
index 2dc6839..ce6eb27
--- a/plugin.video.orftvthek/changelog.txt
+++ b/plugin.video.orftvthek/changelog.txt
@@ -1,3 +1,7 @@
+0.2.2
+- fixed parser errors
+- Sendung verpasst?
+
 0.2.1
 - fixed video link parser
 
@@ -28,4 +32,4 @@
 - Streaming Video from http://tvthek.orf.at (mms)
 - Experimental High Quality MP4 Streaming from http://tvthek.orf.at (rtmp)
 - Livestream
-- Missed Shows
\ No newline at end of file
+- Missed Shows
diff --git a/plugin.video.orftvthek/default.py 
b/plugin.video.orftvthek/default.py
old mode 100755
new mode 100644
index fb35d62..453efe6
--- a/plugin.video.orftvthek/default.py
+++ b/plugin.video.orftvthek/default.py
@@ -12,7 +12,7 @@ except:
 socket.setdefaulttimeout(30) 
 cache = StorageServer.StorageServer(plugin.video.orftvthek, 99)
 
-version = 0.2.1
+version = 0.2.2
 plugin = ORF-TVthek- + version
 author = sofaking
  
@@ -21,7 +21,7 @@ settings = xbmcaddon.Addon(id='plugin.video.orftvthek')
 pluginhandle = int(sys.argv[1])
 basepath = settings.getAddonInfo('path')
 
-
+translation = settings.getLocalizedString
 base_url=http://tvthek.orf.at;
 
 forceView = settings.getSetting(forceView) == true
@@ -56,7 +56,7 @@ def 
createListItem(title,banner,description,duration,date,channel,videourl,playa
 if banner == '':
 banner = defaultbanner
 if description == '':
-description = Keine Beschreibung verfügbar
+description = (translation(30008)).encode(utf-8)
 liz=xbmcgui.ListItem(cleanText(title), iconImage=banner, 
thumbnailImage=banner)
 liz.setInfo( type=Video, infoLabels={ Title: cleanText(title) } )
 liz.setInfo( type=Video, infoLabels={ Tvshowtitle: cleanText(title) } )
@@ -69,6 +69,7 @@ def 
createListItem(title,banner,description,duration,date,channel,videourl,playa
 liz.setProperty('fanart_image',defaultbackdrop)
 liz.setProperty('IsPlayable', playable)
 xbmcplugin.addDirectoryItem(handle=pluginhandle, url=videourl, 
listitem=liz, isFolder=folder)
+return liz
 
 
 def addFile(name,videourl,banner,summary,runtime,backdrop):
@@ -80,6 +81,7 @@ def addDirectory(title,banner,description,link,mode):
 createListItem(title,banner,description,'','','',u,'false',True)
 
 def getLinks(url,banner):
+playlist.clear()
 url = urllib.unquote(url)
 banner = urllib.unquote(banner)
 arrayReg = re.compile({.*?})
@@ -89,11 +91,9 @@ def getLinks(url,banner):
 data = soup.find('div',{'class':'jsb_ jsb_VideoPlaylist'})
 videoUrls = []
 array = arrayReg.findall(str(data))
-   #get video links
+#get video links
 for item in array:
 split = 
item.replace({,).replace(},).replace(,,).replace(:,).replace(\/,/).split('')
-if split[0] == quality:
-print BOOM
 if split[1] == quality and split[3] == Q6A:
 if len(split)  13 and split[21] == protocol and split[23] == 
http:
 if split[9] 

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

2014-02-12 Thread Benjamin Bertrand
Updated

Cheers

On Tue, Feb 11, 2014 at 8:05 PM, Daniel Weidacher
daniel.weidac...@lowfidelity.at wrote:

   *addon -   plugin.video.orftvthek
   *version - 0.2.2
   *url - https://github.com/s0faking/plugin.video.orftvthek
   *revision - cfcab23ab8
   *branch - master
   *xbmc version - frodo



 thx,
 s0faking


 --
 Android apps run on BlackBerry 10
 Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
 Now with support for Jelly Bean, Bluetooth, Mapview and more.
 Get your Android app in front of a whole new audience.  Start now.
 http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
 ___
 Xbmc-addons mailing list
 Xbmc-addons@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] XBMC Backup

2014-02-12 Thread Rob Weber
 *addon - script.xbmcbackup
 *version - 0.5.1
 *url - git://github.com/robweber/xbmcbackup.git
 *revision - 2bec3068924a1e8fb7cc3e98a7cd3be5d6395462
 *branch - gotham-dev
 *xbmc version - gotham

all frodo updates, plus refactored several areas to include new xbmc python
enhancements. Bumped xbmc python version as requested.
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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.dbmc

2014-02-12 Thread Joost Kop
addon: plugin.dbmc
version: 0.7.0
url: git://git.code.sf.net/p/xbmc-dropbox/code
tag: v0.7.0
xbmc version: frodo

Thanks for your response. In this new pull request (version 0.7.0) the
issues described below are fixed.

Best regards,
Joost

Joost

Als je het verleden wilt kennen, wilt weten wat jou veroorzaakt heeft,
kijk dan naar jezelf in het heden, want dit is het gevolg van het verleden.
Als je je toekomst wilt kennen, kijk dan naar jezelf in het heden, want
daarin ligt de oorzaak van de toekomst.  -Majjhima Nikaya-



2014-02-12 14:22 GMT+01:00 Benjamin Bertrand bee...@xboxmediacenter.com:

 1. os.getcwd() is deprecated. Use addon.getAddonInfo('path').

 2. You have invalid xml:
 plugin.dbmc/resources/settings.xml: not well-formed (invalid token):
 line 14, column 68

 3. Plugins should use strings id in the range 3 - 30999.



 On Sat, Feb 8, 2014 at 9:49 PM, Joost Kop joost@gmail.com wrote:
  addon: plugin.dbmc
  version: 0.6.4
  url: git://git.code.sf.net/p/xbmc-dropbox/code
  tag: v0.6.4
  xbmc version: frodo
 
  Note: This is the first git pull request for this addon!
  Let me know if something is missing or if you need more information.
  More info on the addon:
  https://sourceforge.net/projects/xbmc-dropbox/
 
  Thanks.
 
  Best regards,
 
  Joost
 
 
 --
  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=121051231iu=/4140/ostg.clktrk
  ___
  Xbmc-addons mailing list
  Xbmc-addons@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/xbmc-addons
 

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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.espn_3

2014-02-12 Thread Austin's PC Repair
*addon - plugin.video.espn_3
*version - 1.0.0
*url - git://github.com/asojka09/plugin.video.espn_3.git
*revision - a501a3b54e235f0a0c53eb313dc6a62d8beeaff2
*branch - Master
*xbmc version - Frodo,Gotham
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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. 62fd13b4aaa2bfaf87fb3e5437a6558437af12e9

2014-02-12 Thread Benjamin BERTRAND
The branch, frodo has been updated
   via  62fd13b4aaa2bfaf87fb3e5437a6558437af12e9 (commit)
  from  45aa677cdf9a76b8fac52df2613bb1a154f0be0a (commit)

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


---

Summary of changes:
 .../LICENSE.txt|0
 plugin.dbmc/addon.py   |  261 
 plugin.dbmc/addon.xml  |   34 +
 plugin.dbmc/browse_folder.py   |   50 +
 plugin.dbmc/changelog.txt  |   69 +
 plugin.dbmc/icon.png   |  Bin 0 - 13543 bytes
 .../resources/__init__.py  |0
 plugin.dbmc/resources/language/Dutch/strings.po|  263 
 plugin.dbmc/resources/language/English/strings.po  |  263 
 plugin.dbmc/resources/language/Italian/strings.po  |  276 +
 .../resources/lib}/__init__.py |0
 plugin.dbmc/resources/lib/dropbox/Makefile |  132 ++
 plugin.dbmc/resources/lib/dropbox/__init__.py  |3 +
 plugin.dbmc/resources/lib/dropbox/client.py| 1307 
 plugin.dbmc/resources/lib/dropbox/rest.py  |  319 +
 plugin.dbmc/resources/lib/dropbox/session.py   |  307 +
 plugin.dbmc/resources/lib/dropbox/six.py   |   11 +
 .../resources/lib/dropbox/trusted-certs.crt|  341 +
 plugin.dbmc/resources/lib/dropbox/util.py  |   53 +
 plugin.dbmc/resources/lib/dropboxclient.py |  436 +++
 plugin.dbmc/resources/lib/dropboxfilebrowser.py|  126 ++
 plugin.dbmc/resources/lib/dropboxprogress.py   |   81 ++
 plugin.dbmc/resources/lib/dropboxviewer.py |  429 +++
 plugin.dbmc/resources/lib/login.py |   88 ++
 plugin.dbmc/resources/lib/notifysync.py|  118 ++
 .../resources/lib/storageserverdummy.py|0
 plugin.dbmc/resources/lib/utils.py |   80 ++
 plugin.dbmc/resources/settings.xml |   24 +
 plugin.dbmc/search_dropbox.py  |   78 ++
 plugin.dbmc/sync_dropbox.py|  718 +++
 30 files changed, 5867 insertions(+), 0 deletions(-)
 copy {plugin.audio.abradio.cz = plugin.dbmc}/LICENSE.txt (100%)
 create mode 100644 plugin.dbmc/addon.py
 create mode 100644 plugin.dbmc/addon.xml
 create mode 100644 plugin.dbmc/browse_folder.py
 create mode 100644 plugin.dbmc/changelog.txt
 create mode 100644 plugin.dbmc/icon.png
 copy {plugin.audio.abcradionational = plugin.dbmc}/resources/__init__.py 
(100%)
 create mode 100644 plugin.dbmc/resources/language/Dutch/strings.po
 create mode 100644 plugin.dbmc/resources/language/English/strings.po
 create mode 100644 plugin.dbmc/resources/language/Italian/strings.po
 copy {plugin.audio.abcradionational/resources = 
plugin.dbmc/resources/lib}/__init__.py (100%)
 create mode 100644 plugin.dbmc/resources/lib/dropbox/Makefile
 create mode 100644 plugin.dbmc/resources/lib/dropbox/__init__.py
 create mode 100644 plugin.dbmc/resources/lib/dropbox/client.py
 create mode 100644 plugin.dbmc/resources/lib/dropbox/rest.py
 create mode 100644 plugin.dbmc/resources/lib/dropbox/session.py
 create mode 100644 plugin.dbmc/resources/lib/dropbox/six.py
 create mode 100644 plugin.dbmc/resources/lib/dropbox/trusted-certs.crt
 create mode 100644 plugin.dbmc/resources/lib/dropbox/util.py
 create mode 100644 plugin.dbmc/resources/lib/dropboxclient.py
 create mode 100644 plugin.dbmc/resources/lib/dropboxfilebrowser.py
 create mode 100644 plugin.dbmc/resources/lib/dropboxprogress.py
 create mode 100644 plugin.dbmc/resources/lib/dropboxviewer.py
 create mode 100644 plugin.dbmc/resources/lib/login.py
 create mode 100644 plugin.dbmc/resources/lib/notifysync.py
 copy {plugin.video.jworg = plugin.dbmc}/resources/lib/storageserverdummy.py 
(100%)
 create mode 100644 plugin.dbmc/resources/lib/utils.py
 create mode 100644 plugin.dbmc/resources/settings.xml
 create mode 100644 plugin.dbmc/search_dropbox.py
 create mode 100644 plugin.dbmc/sync_dropbox.py


hooks/post-receive
-- 
Plugins

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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.dbmc

2014-02-12 Thread Benjamin Bertrand
Added to frodo.

Thanks!

On Wed, Feb 12, 2014 at 10:45 PM, Joost Kop joost@gmail.com wrote:
 addon: plugin.dbmc
 version: 0.7.0
 url: git://git.code.sf.net/p/xbmc-dropbox/code
 tag: v0.7.0
 xbmc version: frodo

 Thanks for your response. In this new pull request (version 0.7.0) the
 issues described below are fixed.

 Best regards,
 Joost

 Joost

 Als je het verleden wilt kennen, wilt weten wat jou veroorzaakt heeft, kijk
 dan naar jezelf in het heden, want dit is het gevolg van het verleden. Als
 je je toekomst wilt kennen, kijk dan naar jezelf in het heden, want daarin
 ligt de oorzaak van de toekomst.  -Majjhima Nikaya-



 2014-02-12 14:22 GMT+01:00 Benjamin Bertrand bee...@xboxmediacenter.com:

 1. os.getcwd() is deprecated. Use addon.getAddonInfo('path').

 2. You have invalid xml:
 plugin.dbmc/resources/settings.xml: not well-formed (invalid token):
 line 14, column 68

 3. Plugins should use strings id in the range 3 - 30999.



 On Sat, Feb 8, 2014 at 9:49 PM, Joost Kop joost@gmail.com wrote:
  addon: plugin.dbmc
  version: 0.6.4
  url: git://git.code.sf.net/p/xbmc-dropbox/code
  tag: v0.6.4
  xbmc version: frodo
 
  Note: This is the first git pull request for this addon!
  Let me know if something is missing or if you need more information.
  More info on the addon:
  https://sourceforge.net/projects/xbmc-dropbox/
 
  Thanks.
 
  Best regards,
 
  Joost
 
 
  --
  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=121051231iu=/4140/ostg.clktrk
  ___
  Xbmc-addons mailing list
  Xbmc-addons@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/xbmc-addons
 



--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/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.espn_3

2014-02-12 Thread Benjamin Bertrand
There is already a plugin.video.espn.video addon.
It doesn't give access to ESPN3 channel?
If not, isn't it possible to merge those 2 addons?

Otherwise, concerning the code review:
You need to add a xml header with proper encoding to
plugin.video.espn_3/resources/language/English/strings.xml

Cheers

On Wed, Feb 12, 2014 at 10:47 PM, Austin's PC Repair
austinso...@hotmail.com wrote:
 *addon - plugin.video.espn_3
 *version - 1.0.0
 *url - git://github.com/asojka09/plugin.video.espn_3.git
 *revision - a501a3b54e235f0a0c53eb313dc6a62d8beeaff2
 *branch - Master
 *xbmc version - Frodo,Gotham

 --
 Android apps run on BlackBerry 10
 Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
 Now with support for Jelly Bean, Bluetooth, Mapview and more.
 Get your Android app in front of a whole new audience.  Start now.
 http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
 ___
 Xbmc-addons mailing list
 Xbmc-addons@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xbmc-addons


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Fwd: [GIT Pull] Russia Today News

2014-02-12 Thread scotty roscoe
Update to Russia Today News. Version 1.9.2 fixes changed live stream urls.
I know that this was updated a week ago. Sorry for the quick update, but a
number of users PM'd me that the stream urls changed in the last day or
two, so hopefully the repo can be updated.  Thanks!


 *addon -   plugin.video.rt
 *version - 1.9.2
 *url - https://github.com/learningit/plugin.video.rt
 *revision - 1aa9c6739eabb94ce2a6ec836265acb3d187a138
 *branch - master
 *xbmc version - frodo
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons