Re: [Xbmc-addons] [Git Pull] Nebula 1.0.0

2014-08-21 Thread ronie
On 21-08-14 12:15, Massimo Pagani wrote:
> *addon - skin.nebula
> *version - 1.0.0
> *url - git://github.com/Tgxcorporation/skin.nebula.git
> *revision - 4668fab68f0f11ff08db2f8b041060f08b424798
> *branch - master
> *xbmc version - gotham
>
> Brand new skin for Gotham skin repository!
>
> Thanks
>
> Tgx
>

cool, i didn't see that one coming :-)

and not much to complain about either...
only three things that may require your attention:


sounds.xml:
click4.wav
must be click.wav ?

delete this file, if not needed:
RecordPrefs.xml.NPVR

Includes.xml - Unmatched parenthesis:
Control.IsVisible(53) + 
[Container.Content(TVShows)|[Container.Content(movies) + 
!skin.hassetting(plexbmc)]



cheers,
ronie

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] Black Glass Nova 2.1.0

2014-08-21 Thread ronie

On 21-08-14 11:47, Massimo Pagani wrote:

*addon - skin.blackglassnova
*version - 2.1.0
*url - git://github.com/Tgxcorporation/skin.blackglassnova.git
*revision - 4312c37c7190334e428525bbc7746929848f5c74
*branch - master
*xbmc version - gotham

Thanks

Tgx



Hey Tgx,

mind checking these two things:

delete this file (i assume it's not needed?):
RecordPrefs.xml.NPVR

undefined id's in Includes_Horizontal_Home.xml:
313
314
315
316
516


cheers,
ronie
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] Scripts branch, frodo, updated. 8dacbefee34295973c204f1369dca7ba6231e32b

2014-08-21 Thread Martijn Kaijser
The branch, frodo has been updated
   via  8dacbefee34295973c204f1369dca7ba6231e32b (commit)
  from  b5e7d258530e4e79cc58e007976274bfbf22a0a3 (commit)

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

commit 8dacbefee34295973c204f1369dca7ba6231e32b
Author: Martijn Kaijser 
Date:   Thu Aug 21 20:45:04 2014 +0200

[service.xbmc.versioncheck] 0.1.23

diff --git a/service.xbmc.versioncheck/addon.xml 
b/service.xbmc.versioncheck/addon.xml
index 17c1049..b89c62d 100644
--- a/service.xbmc.versioncheck/addon.xml
+++ b/service.xbmc.versioncheck/addon.xml
@@ -1,8 +1,8 @@
 
 
+  version="0.1.23"
+  provider-name="Team-Kodi">
 
 
 
diff --git a/service.xbmc.versioncheck/changelog.txt 
b/service.xbmc.versioncheck/changelog.txt
index 7351483..f46cc26 100644
--- a/service.xbmc.versioncheck/changelog.txt
+++ b/service.xbmc.versioncheck/changelog.txt
@@ -1,3 +1,11 @@
+v0.1.23
+- Update with 13.2 Gotham
+- Update with 13.2 Gotham rc1
+- Update with 13.2 Gotham beta3
+- Update with 13.2 Gotham beta2
+- Update with 13.2 Gotham beta1
+- Update with 14.0 Helix alpha2
+
 v0.1.22
 - Updated language files from Transifex
 - Update with 13.1 Gotham rc1
diff --git a/service.xbmc.versioncheck/resources/versions.txt 
b/service.xbmc.versioncheck/resources/versions.txt
index 6918126..6c22152 100644
--- a/service.xbmc.versioncheck/resources/versions.txt
+++ b/service.xbmc.versioncheck/resources/versions.txt
@@ -4,6 +4,13 @@
 "stable": [
 {
 "major": "13",
+"minor": "2",
+"tag": "stable",
+"revision": "20140817-0f3db05",
+"extrainfo": "final"
+},
+{
+"major": "13",
 "minor": "1",
 "tag": "stable",
 "revision": "20140604-84725b0",
@@ -69,6 +76,13 @@
 "releasecandidate": [
 {
 "major": "13",
+"minor": "2",
+"tag": "releasecandidate",
+"revision": "20140808-e4a47cc",
+"extrainfo": "RC1"
+},
+{
+"major": "13",
 "minor": "1",
 "tag": "releasecandidate",
 "revision": "20140525-4410736",
@@ -120,6 +134,27 @@
 "beta": [
 {
 "major": "13",
+"minor": "2",
+"tag": "beta",
+"revision": "20140802-6066a54",
+"extrainfo": "beta3"
+},
+{
+"major": "13",
+"minor": "2",
+"tag": "beta",
+"revision": "20140719-6d3bb09",
+"extrainfo": "beta2"
+},
+{
+"major": "13",
+"minor": "2",
+"tag": "beta",
+"revision": "20140711-450924a",
+"extrainfo": "beta1"
+},
+{
+"major": "13",
 "minor": "1",
 "tag": "beta",
 "revision": "20140518-a6a2713",
@@ -214,6 +249,13 @@
 ],
 "prealpha": [
 {
+"major": "14",
+"minor": "0",
+"tag": "prealpha",
+"revision": "20140801-62d01f6",
+"extrainfo": "alpha2"
+},
+{
 "major": "13",
 "minor": "0",
 "tag": "prealpha",

---

Summary of changes:
 service.xbmc.versioncheck/addon.xml  |4 +-
 service.xbmc.versioncheck/changelog.txt  |8 
 service.xbmc.versioncheck/resources/versions.txt |   42 ++
 3 files changed, 52 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Please Read] script.module.requests API change

2014-08-21 Thread Benjamin BERTRAND

> Great! Are we good for update then. Benjamin?

I already pushed version 2.3.0 the 17th of august!
I haven't heard any complaint, so I guess we are good :-)

/Benjamin

> 
> On Sun, Aug 17, 2014 at 9:39 AM, Robert Hudson  wrote:
>> 
>> OK, I have verified the Sonos addon, and that works fine with the new
>> requests module.
>> 
>> capfuturo has also confirmed that it works with TVTunes.
>> 
>> Rob
>> 
>> 
>> 
>> 
>> On 14/08/2014 11:12, Thomas Amland wrote:
>>> 
>>> Aren't you the maintainer of the add-on? It would be better to have
>>> confirmation from the maintainer that it's ok to update. You can read
>>> the API changes here:
>>> 
>>> http://docs.python-requests.org/en/latest/api/#migrating-to-2-x
>>> 
>>> The main problem is that the add-ons use elaborate hacks around
>>> requests, so it's hard for me who doesn't know the code to immediately
>>> see. I would be surprised if those minor changes break anything
>>> though.
>>> 
>>> 
>>> 
>>> On Mon, Aug 11, 2014 at 7:23 PM, Robert Hudson  wrote:
 
 Sorry,
 
 I haven't had a chance to check this out yet.
 
 Please can you post a request on the TvTunes forum - and maybe ask if
 this
 is something that capfuturo and/or wgstarks can assist with testing for
 TvTunes (They are normally very helpful)
 
 I should hopefully be able to get time to test the Sonos one sometime
 soon.
 
 Rob
 
 
 
 
 On 11/08/2014 14:55, Thomas Amland wrote:
> 
> Any progress Rob?
> 
> I have already manually tested theberrics and thrasherskateboard and
> they are not affected. (thrasherskateboard is current broken btw).
> cessfull, putio and putiov2 require login so I cannot test. If it's ok
> to ignore those less used plugins, only sonos and tvtune are left to
> test.
> 
> 
> 
> On Tue, Aug 5, 2014 at 10:48 PM, Benjamin BERTRAND 
> wrote:
>> 
>> Hi,
>> 
>>> Hi All,
>>> 
>>> Just to cover the two addon's in my areas:
>>> 
>>> TvTunes:
>>> The requests package is currently used for getting TV/Movie themes
>>> from
>>> Grooveshark and Soundcloud websites (televisiontunes.com and goear.com
>>> are not affected).  So if this was to be published and was
>>> incompatible
>>> with these bits - it would just impact users when they tried to
>>> download
>>> a theme for an new addition in their library - and only if they use
>>> one
>>> of these two sites).
>>> 
>>> Sonos:
>>> The requests is used to communicate with the Sonos Speaker - so if a
>>> requests change breaks this one - nothing will work - However I think
>>> it
>>> may actually be OK with the latest requests version.
>>> 
>>> 
>>> So from my point of view, although I have no need for this to be
>>> upgraded - I do understand how frustrating it can be needing something
>>> in a more recent version, so I'm happy for it to be upgraded and if
>>> some-one can let me have a "pre-release" copy of the updated requests
>>> module, then I'll run a couple of tests - or even better, post onto
>>> the
>>> forums so that several users could verify - the TvTunes forum has lots
>>> of helpful users that I'm sure would give it a good test and feedback
>>> the results. (BTW: I'm for updating the existing rather than having a
>>> new module added).
>>> 
>> I just pushed to my repo version 2.3.0:
>> https://github.com/beenje/script.module.requests
>> Branch: frodo
>> Tag: v2.3.0
>> 
>> You can download a zip from github, but you’ll have to rename the root
>> directory from script.module.requests-2.3.0 to script.module.requests.
>> I can send you a proper zip if you prefer.
>> Would be great if you can test with your addons.
>> 
>> Thanks
>> 
>> /Benjamin
 
 
>> 


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] Black Glass Nova 2.1.0

2014-08-21 Thread Massimo Pagani
*addon - skin.blackglassnova 
*version - 2.1.0
*url - git://github.com/Tgxcorporation/skin.blackglassnova.git 
*revision - 4312c37c7190334e428525bbc7746929848f5c74 
*branch - master 
*xbmc version - gotham

Thanks

Tgx

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] Nebula 1.0.0

2014-08-21 Thread Massimo Pagani
*addon - skin.nebula
*version - 1.0.0
*url - git://github.com/Tgxcorporation/skin.nebula.git  
*revision - 4668fab68f0f11ff08db2f8b041060f08b424798 
*branch - master 
*xbmc version - gotham

Brand new skin for Gotham skin repository!

Thanks

Tgx--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Please Read] script.module.requests API change

2014-08-21 Thread Thomas Amland
Great! Are we good for update then. Benjamin?



On Sun, Aug 17, 2014 at 9:39 AM, Robert Hudson  wrote:
>
> OK, I have verified the Sonos addon, and that works fine with the new
> requests module.
>
> capfuturo has also confirmed that it works with TVTunes.
>
> Rob
>
>
>
>
> On 14/08/2014 11:12, Thomas Amland wrote:
>>
>> Aren't you the maintainer of the add-on? It would be better to have
>> confirmation from the maintainer that it's ok to update. You can read
>> the API changes here:
>>
>> http://docs.python-requests.org/en/latest/api/#migrating-to-2-x
>>
>> The main problem is that the add-ons use elaborate hacks around
>> requests, so it's hard for me who doesn't know the code to immediately
>> see. I would be surprised if those minor changes break anything
>> though.
>>
>>
>>
>> On Mon, Aug 11, 2014 at 7:23 PM, Robert Hudson  wrote:
>>>
>>> Sorry,
>>>
>>> I haven't had a chance to check this out yet.
>>>
>>> Please can you post a request on the TvTunes forum - and maybe ask if
>>> this
>>> is something that capfuturo and/or wgstarks can assist with testing for
>>> TvTunes (They are normally very helpful)
>>>
>>> I should hopefully be able to get time to test the Sonos one sometime
>>> soon.
>>>
>>> Rob
>>>
>>>
>>>
>>>
>>> On 11/08/2014 14:55, Thomas Amland wrote:

 Any progress Rob?

 I have already manually tested theberrics and thrasherskateboard and
 they are not affected. (thrasherskateboard is current broken btw).
 cessfull, putio and putiov2 require login so I cannot test. If it's ok
 to ignore those less used plugins, only sonos and tvtune are left to
 test.



 On Tue, Aug 5, 2014 at 10:48 PM, Benjamin BERTRAND 
 wrote:
>
> Hi,
>
>> Hi All,
>>
>> Just to cover the two addon's in my areas:
>>
>> TvTunes:
>> The requests package is currently used for getting TV/Movie themes
>> from
>> Grooveshark and Soundcloud websites (televisiontunes.com and goear.com
>> are not affected).  So if this was to be published and was
>> incompatible
>> with these bits - it would just impact users when they tried to
>> download
>> a theme for an new addition in their library - and only if they use
>> one
>> of these two sites).
>>
>> Sonos:
>> The requests is used to communicate with the Sonos Speaker - so if a
>> requests change breaks this one - nothing will work - However I think
>> it
>> may actually be OK with the latest requests version.
>>
>>
>> So from my point of view, although I have no need for this to be
>> upgraded - I do understand how frustrating it can be needing something
>> in a more recent version, so I'm happy for it to be upgraded and if
>> some-one can let me have a "pre-release" copy of the updated requests
>> module, then I'll run a couple of tests - or even better, post onto
>> the
>> forums so that several users could verify - the TvTunes forum has lots
>> of helpful users that I'm sure would give it a good test and feedback
>> the results. (BTW: I'm for updating the existing rather than having a
>> new module added).
>>
> I just pushed to my repo version 2.3.0:
> https://github.com/beenje/script.module.requests
> Branch: frodo
> Tag: v2.3.0
>
> You can download a zip from github, but you’ll have to rename the root
> directory from script.module.requests-2.3.0 to script.module.requests.
> I can send you a proper zip if you prefer.
> Would be great if you can test with your addons.
>
> Thanks
>
> /Benjamin
>>>
>>>
>

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons