The branch, frodo has been updated
via f7af8aea509640f4b90cb338af5bd2ceafe78657 (commit)
from aab967c1b16051c78c142a69c0b1634a55bc69ca (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=f7af8aea509640f4b90cb338af5bd2ceafe78657
commit f7af8aea509640f4b90cb338af5bd2ceafe78657
Author: Martijn Kaijser <[email protected]>
Date: Thu Nov 7 05:01:35 2013 +0100
[script.module.universal] 1.0.2
diff --git a/script.module.universal/addon.xml
b/script.module.universal/addon.xml
index 509b9de..045aa65 100644
--- a/script.module.universal/addon.xml
+++ b/script.module.universal/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.module.universal"
name="Universal - An Addons Toolkit"
- version="1.0.1"
+ version="1.0.2"
provider-name="the-one">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
@@ -15,7 +15,7 @@
<platform>all</platform>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
-
<forum>http://www.xbmchub.com/forums/ones-xbmc-repo/9259-%5Bbeta-release%5D-universal-addons-toolkit.html</forum>
+ <forum>http://www.xunitytalk.com/</forum>
<website>https://github.com/the-one-/script.module.universal/wiki</website>
<source>https://github.com/the-one-/script.module.universal</source>
<email>xs2the1[at]gmail[dot]com</email>
diff --git a/script.module.universal/default.py
b/script.module.universal/default.py
index 0e8f7e3..c832045 100644
--- a/script.module.universal/default.py
+++ b/script.module.universal/default.py
@@ -1,6 +1,6 @@
'''
universal XBMC module
- Copyright (C) 2013 the-one @ XBMC.org / XBMCHUB.com
+ Copyright (C) 2013 the-one @ XUNITYTALK.COM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,4 +41,4 @@ from universal import watchhistory
print 'Universal - An Addons Toolkit: - watchhistory - -Auto Cleanup Start'
wh = watchhistory.WatchHistory('script.module.watchhistory')
wh.cleanup_history()
-print 'Universal - An Addons Toolkit: - watchhistory - -Auto Cleanup End'
\ No newline at end of file
+print 'Universal - An Addons Toolkit: - watchhistory - -Auto Cleanup End'
diff --git a/script.module.universal/lib/universal/__init__.py
b/script.module.universal/lib/universal/__init__.py
index 7cd47f5..3638ffb 100644
--- a/script.module.universal/lib/universal/__init__.py
+++ b/script.module.universal/lib/universal/__init__.py
@@ -1,5 +1,5 @@
# universal XBMC module
-# Copyright (C) 2013 the-one @ XBMC.org / XBMCHUB.com
+# Copyright (C) 2013 the-one @ XUNITYTALK.COM
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,4 +16,4 @@
'''
This module provides the common functionality supported by different addons
individually.
-'''
\ No newline at end of file
+'''
diff --git a/script.module.universal/lib/universal/_common.py
b/script.module.universal/lib/universal/_common.py
index b669a77..426f946 100644
--- a/script.module.universal/lib/universal/_common.py
+++ b/script.module.universal/lib/universal/_common.py
@@ -1,6 +1,6 @@
'''
universal XBMC module
- Copyright (C) 2013 the-one @ XBMCHUB.com
+ Copyright (C) 2013 the-one @ XUNITYTALK.COM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -161,4 +161,4 @@ def TextBoxes(heading,anounce):
text=anounce
self.win.getControl( self.CONTROL_TEXTBOX ).setText(text)
return
- TextBox()
\ No newline at end of file
+ TextBox()
diff --git a/script.module.universal/lib/universal/favorites.py
b/script.module.universal/lib/universal/favorites.py
index eab6dcf..d0aaaa1 100644
--- a/script.module.universal/lib/universal/favorites.py
+++ b/script.module.universal/lib/universal/favorites.py
@@ -1,6 +1,6 @@
'''
universal XBMC module
- Copyright (C) 2013 the-one @ XBMC.org / XBMCHUB.com
+ Copyright (C) 2013 the-one @ XUNITYTALK.COM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/script.module.universal/lib/universal/playbackengine.py
b/script.module.universal/lib/universal/playbackengine.py
index efda880..4c7e245 100644
--- a/script.module.universal/lib/universal/playbackengine.py
+++ b/script.module.universal/lib/universal/playbackengine.py
@@ -1,6 +1,6 @@
'''
universal XBMC module
- Copyright (C) 2013 the-one @ XBMC.org / XBMCHUB.com
+ Copyright (C) 2013 the-one @ XUNITYTALK.COM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -494,4 +494,4 @@ if sys.argv and len(sys.argv) >= 4 and sys.argv[3] ==
'script.module.universal.p
playlist.add(url=url, listitem=listitem)
common.notify(addon_id_tmp, 'small', '', 'Item: ' + title + '
- added successfully to Queue.', '8000')
except:
- common.notify(addon_id_tmp, 'small', '', 'Item: ' + title + ' -
unable to add to Queue.', '8000')
\ No newline at end of file
+ common.notify(addon_id_tmp, 'small', '', 'Item: ' + title + ' -
unable to add to Queue.', '8000')
diff --git a/script.module.universal/lib/universal/watchhistory.py
b/script.module.universal/lib/universal/watchhistory.py
index 57ada51..bea6a15 100644
--- a/script.module.universal/lib/universal/watchhistory.py
+++ b/script.module.universal/lib/universal/watchhistory.py
@@ -1,6 +1,6 @@
'''
universal XBMC module
- Copyright (C) 2013 the-one @ XBMC.org / XBMCHUB.com
+ Copyright (C) 2013 the-one @ XUNITYTALK.COM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-----------------------------------------------------------------------
Summary of changes:
script.module.universal/addon.xml | 4 ++--
script.module.universal/default.py | 4 ++--
script.module.universal/lib/universal/__init__.py | 4 ++--
script.module.universal/lib/universal/_common.py | 4 ++--
script.module.universal/lib/universal/favorites.py | 2 +-
.../lib/universal/playbackengine.py | 4 ++--
.../lib/universal/watchhistory.py | 2 +-
7 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons