The branch, dharma has been updated
via f3f081db9cba4dd3b9c0e67edf914d3828382317 (commit)
via 3438f6541d17d1e7767e6f3aa0aa229aac5f4737 (commit)
from dec0fe334d1a670e32584f5e6abf0a29c52ecae1 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=f3f081db9cba4dd3b9c0e67edf914d3828382317
commit f3f081db9cba4dd3b9c0e67edf914d3828382317
Author: spiff <[email protected]>
Date: Wed Jan 12 16:59:19 2011 +0100
[plugin.audio.modland] initial version (0.10). thanks to buzz
diff --git a/.gitignore b/.gitignore
index 3d30a40..e67d0e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ plugin.video.classiccinema/.git
plugin.video.classiccinema/.gitignore
plugin.video.raiclick/.git
plugin.audio.relive/.git
+plugin.audio.modland/.git
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=3438f6541d17d1e7767e6f3aa0aa229aac5f4737
commit 3438f6541d17d1e7767e6f3aa0aa229aac5f4737
Author: spiff <[email protected]>
Date: Wed Jan 12 16:57:12 2011 +0100
[plugin.audio.relive] updated to version 0.7
diff --git a/plugin.audio.relive/addon.xml b/plugin.audio.relive/addon.xml
index 3239368..7a0fa91 100644
--- a/plugin.audio.relive/addon.xml
+++ b/plugin.audio.relive/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.audio.relive"
- version="0.6"
+ version="0.7"
name="reLive"
provider-name="BuZz [[email protected]]">
<requires>
diff --git a/plugin.audio.relive/changelog.txt
b/plugin.audio.relive/changelog.txt
index cdc367c..2b1f8e7 100644
--- a/plugin.audio.relive/changelog.txt
+++ b/plugin.audio.relive/changelog.txt
@@ -1,5 +1,9 @@
Changes
+0.7
+
+ * localise strings
+
0.6
* xbmc dharma addon support added
diff --git a/plugin.audio.relive/default.py b/plugin.audio.relive/default.py
index fff66e8..4ce24c6 100644
--- a/plugin.audio.relive/default.py
+++ b/plugin.audio.relive/default.py
@@ -6,9 +6,11 @@ import xbmc, xbmcgui, xbmcplugin, xbmcaddon
__plugin__ = "reLive"
__author__ = 'BuZz [[email protected]] / http://www.exotica.org.uk'
__svn_url__ =
"http://xbmc-addons.googlecode.com/svn/trunk/plugins/music/relive"
-__version__ = "0.6"
+__version__ = "0.7"
+
+__settings__ = xbmcaddon.Addon('plugin.audio.relive')
+__language__ = __settings__.getLocalizedString
-__addon__ = xbmcaddon.Addon('plugin.audio.relive')
RELIVE_STATIONS = 'http://stations.re-live.se/getstations/'
class AppURLopener(urllib.FancyURLopener):
@@ -26,9 +28,9 @@ def get_params(defaults):
return new_params
def show_stations():
- livestreams = os.path.join(__addon__.getAddonInfo('path'), 'livestreams')
+ livestreams = os.path.join(__settings__.getAddonInfo('path'), 'livestreams')
- li = xbmcgui.ListItem( 'Live Streams' )
+ li = xbmcgui.ListItem( __language__(30000) )
ok = xbmcplugin.addDirectoryItem(handle, livestreams, listitem = li,
isFolder = True)
response = urllib.urlopen(RELIVE_STATIONS)
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
.../LICENSE.txt | 0
plugin.audio.modland/README.txt | 82 +++++++++
.../addon.xml | 10 +-
plugin.audio.modland/changelog.txt | 19 ++
plugin.audio.modland/default.py | 179 ++++++++++++++++++++
plugin.audio.modland/icon.png | Bin 0 -> 49743 bytes
.../resources/language/English/strings.xml | 6 +
plugin.audio.relive/addon.xml | 2 +-
plugin.audio.relive/changelog.txt | 4 +
plugin.audio.relive/default.py | 10 +-
.../resources/language/English/strings.xml | 4 +-
12 files changed, 305 insertions(+), 12 deletions(-)
copy {plugin.audio.relive => plugin.audio.modland}/LICENSE.txt (100%)
create mode 100644 plugin.audio.modland/README.txt
copy {plugin.audio.relive => plugin.audio.modland}/addon.xml (50%)
create mode 100644 plugin.audio.modland/changelog.txt
create mode 100644 plugin.audio.modland/default.py
create mode 100644 plugin.audio.modland/icon.png
create mode 100644 plugin.audio.modland/resources/language/English/strings.xml
copy {plugin.video.vega =>
plugin.audio.relive}/resources/language/English/strings.xml (55%)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons