Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2016-02-26 Thread ronie

On 24-02-16 23:56, Marcel van der Veldt wrote:


Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 1.0.7

As usual the release is tagged on Git for easy reference.

**addon* – script.skinshortcuts
**version* – 1.0.7
**url* - https://github.com/BigNoid/script.skinshortcuts/tree/1.0.7

**revision* – tag script.skinshortcuts-1.0.7
**xbmc version* –isengard and up

Thanks in advance for updating !

Cheers, Marcel




updated, thx!

cheers,
ronie
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2016-02-24 Thread Marcel van der Veldt
Hi Ronie/Martijn,

 

Another update for the skinshortcuts script, version 1.0.7

As usual the release is tagged on Git for easy reference.

 

 

*addon – script.skinshortcuts
*version – 1.0.7
*url -   
https://github.com/BigNoid/script.skinshortcuts/tree/1.0.7

*revision – tag script.skinshortcuts-1.0.7
*xbmc version –isengard and up

 

 

Thanks in advance for updating !

 

Cheers, Marcel

 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2016-02-11 Thread ronie

On 10-02-16 22:41, Marcel van der Veldt wrote:


Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 1.0.6

I created a Git tag for this release.

**addon* – script.skinshortcuts
**version* – 1.0.6
**url* - 
https://github.com/BigNoid/script.skinshortcuts/tree/script.skinshortcuts-1.0.6


**revision* – tag script.skinshortcuts-1.0.6
**xbmc version* –isengard and up

Thanks in advance for updating.

Cheers, Marcel




updated, thx!

cheers,
ronie
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2016-02-10 Thread Marcel van der Veldt
Hi Ronie/Martijn,

 

Another update for the skinshortcuts script, version 1.0.6

I created a Git tag for this release. 

 

 

*addon – script.skinshortcuts
*version – 1.0.6
*url - 
https://github.com/BigNoid/script.skinshortcuts/tree/script.skinshortcuts-1.0.6

*revision – tag script.skinshortcuts-1.0.6
*xbmc version –isengard and up

 

 

Thanks in advance for updating.

 

Cheers, Marcel

 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2016-01-17 Thread Martijn Kaijser
Updated. Thank you.


Extra general information:
Code Checking:
As extra service to add-on devs we have added our complete repo to Codacy.
Codacy analyses the python code and points out possible problems with a
nice description.
Below are the links to the public dashboard from where you can browse to
the different branches where we push your add-ons to. Clicking on issues
will give you a complete overview from where you can search for your own
add-on to see if it has any possible issues.
One of the easiest ways is to search for your addon ID and see if it shows
up. Another way is using the file tab.

IMPORTANT!
Since some repos are huge and contain lots of possible issues you probably
need to scroll down several times before your addon even starts to show up.

https://www.codacy.com/app/Kodi/repo-scripts/dashboard
https://www.codacy.com/app/Kodi/repo-plugins/dashboard

You can of course also register yourself (using git login for example) to
Codacy and add your own git locations. Hopefully you will find this useful.

Language folder layout:
>From Isengard and later we support a new language/localisation folder
layout. An example can be found here
https://github.com/xbmc/xbmc/tree/master/addons/skin.confluence/language/

The same code can also be used in the addon.xml file.
For example  Put your text here
This currently not mandatory and current Kodi versions still support the
old folder layout without problems. However this might change in the
future. Should you start developing new plugins/add-on for Isengard and
later we suggest you start with this new layout.
Any further questions can be asked on the Kodi forums.

Python API changes:
In recent Kodi versions we did some API changes that might affect your
add-on. Some known changes are that the time you list in your plugin must
now be set in seconds (integer).
Full API docs can be found here http://mirrors.kodi.tv/docs/python-docs/
Sadly we didn't really document the changes done in a forum thread so it's
best to quickly browse through the API docs.
Information for v17 Krypton can be found here
http://forum.kodi.tv/showthread.php?tid=250936

Changelog layout:
A recommended layout is having the latest changes at the top so users don't
need to scroll down. A recommendation is have the release date between
brackets after the version number.
Example:   v1.0.0 (2015-01-13)  or   1.0.0 (2015-01-13)
Having it in the format (-MM-DD) makes it internationally readable so
people don't mix up the MM/DD and DD/MM.


regards,
Martijn Kaijser
XBMC Foundation
Team-Kodi

License and development:
Kodi® is a registered trademark of the XBMC Foundation. For further details
you can visit http://kodi.wiki/view/Official:Trademark_Policy
The code is fully Open-Source and released under the GPLv2.0+ license and
can be found at https://github.com/xbmc/xbmc. It includes many third-party
libraries which use compatible licenses. Due to the inclusion of some
GPLv3.0 libraries the entire application becomes GPLv3.0 as binary.

On 15 January 2016 at 21:33, Marcel van der Veldt  wrote:

> Hi Ronie/Martijn,
>
>
>
> Another update for the skinshortcuts script, version 1.0.2
>
> There is a tag created for this release.
>
>
>
>
>
> **addon* – script.skinshortcuts
> **version* – 1.0.2
> **url* -
>  https://github.com/BigNoid/script.skinshortcuts/releases/tag/v1.0.2
>
> **revision* – tag script.skinshortcuts v1.0.2
> **xbmc version* –isengard + jarvis
>
>
>
>
>
> Thanks in advance for updating.
>
>
>
> Cheers, Marcel
>
>
>
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2016-01-15 Thread Marcel van der Veldt
Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 1.0.2
There is a tag created for this release.


*addon – script.skinshortcuts
*version – 1.0.2
*url -  https://github.com/BigNoid/script.skinshortcuts/releases/tag/v1.0.2
*revision – tag script.skinshortcuts v1.0.2
*xbmc version –isengard + jarvis


Thanks in advance for updating.

Cheers, Marcel


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-12-15 Thread ronie

On 15-12-15 21:39, Marcel van der Veldt wrote:


Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 1.0.0

I created a Git tag for this release.

**addon* – script.skinshortcuts
**version* – 1.0.0
**url* - 
https://github.com/BigNoid/script.skinshortcuts/tree/script.skinshortcuts-1.0.0 



**revision* – tag script.skinshortcuts-1.0.0
**xbmc version* –isengard+ jarvis

Thanks in advance for updating.

Cheers, Marcel



updated, thx!

cheers,
ronie
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-12-15 Thread Marcel van der Veldt
Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 1.0.0
I created a Git tag for this release. 


*addon – script.skinshortcuts
*version – 1.0.0
*url - 
https://github.com/BigNoid/script.skinshortcuts/tree/script.skinshortcuts-1.0.0
*revision – tag script.skinshortcuts-1.0.0
*xbmc version –isengard + jarvis


Thanks in advance for updating.

Cheers, Marcel

--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-11-15 Thread Martijn Kaijser
in case you missed it 0.6.6 is already in repo

regards,
Martijn Kaijser
XBMC Foundation

On 7 November 2015 at 13:29, Marcel van der Veldt  wrote:

> Hi guys,
>
>
>
> I know I’ve requested this before but since I haven’t heard I do it again.
>
> Can you please update skinshortcuts to the repo ?
>
>
>
> There is an annoying bug in the current stable version which seem to
> effect latest Aeon nox skin so lot’s of users complaining.
>
> This issue has been addressed in current version.
>
>
>
> You can just pull the latest version from Git or use the tag I created.
>
>
>
>
>
> **addon* – script.skinshortcuts
> **version* – 0.6.5
> **url* - https://github.com/BigNoid/script.skinshortcuts/tree/0.6.5
> 
>
> **revision* – tag 0.6.5
> **xbmc version* –isengard + jarvis
>
>
>
>
>
> Thanks in advance for updating.
>
>
>
> Cheers, Marcel
>
>
>
>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-11-07 Thread ronie

On 02-11-15 12:25, Marcel van der Veldt wrote:


Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 0.6.5.

I created a Git tag for this release.

**addon* – script.skinshortcuts
**version* – 0.6.5
**url* - https://github.com/BigNoid/script.skinshortcuts/tree/0.6.5 



**revision* – tag 0.6.5
**xbmc version* –isengard+ jarvis

Thanks in advance for updating.

Cheers, Marcel



sorry for the delay, i've pulled 0.6.6

cheers,
ronie
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-11-07 Thread Marcel van der Veldt
Hi guys,

I know I’ve requested this before but since I haven’t heard I do it again.
Can you please update skinshortcuts to the repo ?

There is an annoying bug in the current stable version which seem to effect 
latest Aeon nox skin so lot’s of users complaining.
This issue has been addressed in current version.

You can just pull the latest version from Git or use the tag I created.


*addon – script.skinshortcuts
*version – 0.6.5
*url - https://github.com/BigNoid/script.skinshortcuts/tree/0.6.5 
*revision – tag 0.6.5
*xbmc version –isengard + jarvis


Thanks in advance for updating.

Cheers, Marcel


--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-11-02 Thread Marcel van der Veldt
Hi Ronie/Martijn,

Another update for the skinshortcuts script, version 0.6.5.
I created a Git tag for this release. 


*addon – script.skinshortcuts
*version – 0.6.5
*url - https://github.com/BigNoid/script.skinshortcuts/tree/0.6.5 
*revision – tag 0.6.5
*xbmc version –isengard + jarvis


Thanks in advance for updating.

Cheers, Marcel
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-22 Thread Rutger
Hi Marcel,

I only did the update for Isengard.

Rutger
Op 21 sep. 2015 23:42 schreef "Marcel van der Veldt" <
m.vanderve...@outlook.com>:

> Hi Rutger,
>
> That's okay. Do you need any help adjusting Aeon for the skinshortcuts
> changes or did yo already cover them but just not on Helix?
>
> Thanks!
>
> Met vriendelijke groet,
>
> Marcel van der Veldt
> Verzonden met mijn mobiele telefoon
> --
> Van: Rutger 
> Verzonden: ‎21-‎9-‎2015 23:23
> Aan: Marcel van der Veldt 
> CC: xbmc-addons 
> Onderwerp: Re: [Xbmc-addons] [Git pull] script.skinshortcuts
>
> Hi Marcel,
>
> I am going to revert the update for Helix repo as that breaks the submenus
> for Aeon Nox and its mods. I am sure there's no skin yet on offical Helix
> repo that needs any features added in latest version, so this seems like
> the best fix atm.
> This will bump the Helix version to 0.5.4 and Isengard to 0.6.0. I will
> sort this with a PR on skin shortcuts afterwards.
>
> Rutger
>
> On Sun, Sep 20, 2015 at 11:11 AM, Martijn Kaijser 
> wrote:
>
> added
>
> regards,
> Martijn Kaijser
> XBMC Foundation
>
> On 18 September 2015 at 18:26, Marcel van der Veldt <
> m.vanderve...@outlook.com> wrote:
>
> Hi Martijn,
>
>
>
> I had send you a request for skinshortcuts some time ago but since I
> haven’t heard back, another attempt J
>
>
>
> Can you update it on the repo please ?
>
>
>
>
>
> Thanks in advance!
>
>
>
> Regards,
>
>
>
> Marcel van der Veldt
>
>
>
>
>
>
>
> **addon* – script.skinshortcuts
> **version* – 0.5.3
> **url* - https://github.com/BigNoid/script.skinshortcuts.git
>
> **tag*- https://github.com/BigNoid/script.skinshortcuts/releases/tag/0.5.3
> **xbmc version* –helix + isengard
>
>
>
>
>
>
>
>
>
>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-21 Thread Marcel van der Veldt
Hi Rutger,

That's okay. Do you need any help adjusting Aeon for the skinshortcuts changes 
or did yo already cover them but just not on Helix?

Thanks!

Met vriendelijke groet,

Marcel van der Veldt
Verzonden met mijn mobiele telefoon

Van: Rutger<mailto:big.n...@kodi.tv>
Verzonden: ‎21-‎9-‎2015 23:23
Aan: Marcel van der Veldt<mailto:m.vanderve...@outlook.com>
CC: xbmc-addons<mailto:xbmc-addons@lists.sourceforge.net>
Onderwerp: Re: [Xbmc-addons] [Git pull] script.skinshortcuts

Hi Marcel,

I am going to revert the update for Helix repo as that breaks the submenus
for Aeon Nox and its mods. I am sure there's no skin yet on offical Helix
repo that needs any features added in latest version, so this seems like
the best fix atm.
This will bump the Helix version to 0.5.4 and Isengard to 0.6.0. I will
sort this with a PR on skin shortcuts afterwards.

Rutger

On Sun, Sep 20, 2015 at 11:11 AM, Martijn Kaijser  wrote:

> added
>
> regards,
> Martijn Kaijser
> XBMC Foundation
>
> On 18 September 2015 at 18:26, Marcel van der Veldt <
> m.vanderve...@outlook.com> wrote:
>
>> Hi Martijn,
>>
>>
>>
>> I had send you a request for skinshortcuts some time ago but since I
>> haven’t heard back, another attempt J
>>
>>
>>
>> Can you update it on the repo please ?
>>
>>
>>
>>
>>
>> Thanks in advance!
>>
>>
>>
>> Regards,
>>
>>
>>
>> Marcel van der Veldt
>>
>>
>>
>>
>>
>>
>>
>> **addon* – script.skinshortcuts
>> **version* – 0.5.3
>> **url* - https://github.com/BigNoid/script.skinshortcuts.git
>>
>> **tag*-
>> https://github.com/BigNoid/script.skinshortcuts/releases/tag/0.5.3
>> **xbmc version* –helix + isengard
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-21 Thread Rutger
Hi Marcel,

I am going to revert the update for Helix repo as that breaks the submenus
for Aeon Nox and its mods. I am sure there's no skin yet on offical Helix
repo that needs any features added in latest version, so this seems like
the best fix atm.
This will bump the Helix version to 0.5.4 and Isengard to 0.6.0. I will
sort this with a PR on skin shortcuts afterwards.

Rutger

On Sun, Sep 20, 2015 at 11:11 AM, Martijn Kaijser  wrote:

> added
>
> regards,
> Martijn Kaijser
> XBMC Foundation
>
> On 18 September 2015 at 18:26, Marcel van der Veldt <
> m.vanderve...@outlook.com> wrote:
>
>> Hi Martijn,
>>
>>
>>
>> I had send you a request for skinshortcuts some time ago but since I
>> haven’t heard back, another attempt J
>>
>>
>>
>> Can you update it on the repo please ?
>>
>>
>>
>>
>>
>> Thanks in advance!
>>
>>
>>
>> Regards,
>>
>>
>>
>> Marcel van der Veldt
>>
>>
>>
>>
>>
>>
>>
>> **addon* – script.skinshortcuts
>> **version* – 0.5.3
>> **url* - https://github.com/BigNoid/script.skinshortcuts.git
>>
>> **tag*-
>> https://github.com/BigNoid/script.skinshortcuts/releases/tag/0.5.3
>> **xbmc version* –helix + isengard
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-20 Thread Martijn Kaijser
added

regards,
Martijn Kaijser
XBMC Foundation

On 18 September 2015 at 18:26, Marcel van der Veldt <
m.vanderve...@outlook.com> wrote:

> Hi Martijn,
>
>
>
> I had send you a request for skinshortcuts some time ago but since I
> haven’t heard back, another attempt J
>
>
>
> Can you update it on the repo please ?
>
>
>
>
>
> Thanks in advance!
>
>
>
> Regards,
>
>
>
> Marcel van der Veldt
>
>
>
>
>
>
>
> **addon* – script.skinshortcuts
> **version* – 0.5.3
> **url* - https://github.com/BigNoid/script.skinshortcuts.git
>
> **tag*- https://github.com/BigNoid/script.skinshortcuts/releases/tag/0.5.3
> **xbmc version* –helix + isengard
>
>
>
>
>
>
>
>
>
>
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-18 Thread Marcel van der Veldt
Hi Martijn,
 
I had send you a request for skinshortcuts some time ago but since I haven’t 
heard back, another attempt ☺

Can you update it on the repo please ?

 
Thanks in advance!
 
Regards,
 
Marcel van der Veldt
 
 
 
*addon – script.skinshortcuts
*version – 0.5.3
*url - https://github.com/BigNoid/script.skinshortcuts.git
*tag- https://github.com/BigNoid/script.skinshortcuts/releases/tag/0.5.3
*xbmc version –helix + isengard





--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-10 Thread Martijn Kaijser
there's no tagged 0.5.3 version  and no git SHA specified

regards,
Martijn Kaijser
XBMC Foundation

On 5 September 2015 at 15:07, Marcel van der Veldt <
m.vanderve...@outlook.com> wrote:

> Hi Martijn,
>
>
>
> We have an update ready for the skinshortcuts script.
>
> Can you update it to the Kodi repo ?
>
>
>
> Thanks in advance!
>
>
>
> Regards,
>
>
>
> Marcel van der Veldt
>
>
>
>
>
>
>
> **addon* – script.skinshortcuts
> **version* – 0.5.3
> **url* - https://github.com/BigNoid/script.skinshortcuts.git
>
> **revision* - latest
> **xbmc version* –helix + isengard
>
>
> --
>
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-09-05 Thread Marcel van der Veldt
Hi Martijn,

We have an update ready for the skinshortcuts script.
Can you update it to the Kodi repo ?

Thanks in advance!

Regards,

Marcel van der Veldt



*addon – script.skinshortcuts
*version – 0.5.3
*url - https://github.com/BigNoid/script.skinshortcuts.git
*revision - latest
*xbmc version –helix + isengard
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git pull] script.skinshortcuts

2015-02-12 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
XBMC Foundation

On 11 February 2015 at 20:58, Big Noid  wrote:

> *addon -  script.skinshortcuts
> *version - 0.4.5
> *url - https://github.com/BigNoid/script.skinshortcuts
> *revision - 82c2db5cc359e15a13348b5d41434947d9558386
> *branch - master
> *xbmc version - helix, gotham
>
> Cheers,
>
> Rutger
>
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git pull] script.skinshortcuts

2015-02-11 Thread Big Noid
*addon -  script.skinshortcuts
*version - 0.4.5
*url - https://github.com/BigNoid/script.skinshortcuts
*revision - 82c2db5cc359e15a13348b5d41434947d9558386
*branch - master
*xbmc version - helix, gotham

Cheers,

Rutger
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-10-22 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
XBMC Foundation

On 22 October 2014 00:34, Andy Morton  wrote:

> New update for skin shortcuts script
>
>  *addon - script.skinshortcuts
>  *version - 0.4.2
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - bb7389c90fa32408bd3a6e425977acd66f41cc2a
>  *branch - Master
>  *xbmc version - Gotham
>
> With Thanks
>  Andy Morton
>
>
> --
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-10-21 Thread Andy Morton
New update for skin shortcuts script

 *addon - script.skinshortcuts
 *version - 0.4.2
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - bb7389c90fa32408bd3a6e425977acd66f41cc2a
 *branch - Master
 *xbmc version - Gotham

With Thanks
 Andy Morton--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-08-13 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
XBMC Foundation


On 12 August 2014 00:42, Andy Morton  wrote:

> Apologies, completely the wrong revision (probably a revision that doesn't
> even exist on that branch. The correct pull request:
>
>  *addon - script.skinshortcuts
>  *version - 0.4.0
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - 7ef441f603a34b23bc0d9c8fb04428368bca9417
>  *branch - Master
>  *xbmc version - Gotham
>
> With Thanks
>  Andy Morton
>
> > On 11 Aug 2014, at 22:52, Andy Morton  wrote:
> >
> > *addon - script.skinshortcuts
> > *version - 0.4.0
> > *url - https://github.com/unfledged/script.skinshortcuts.git
> > *revision - 91d8cc365548b346100df5957ba411488e051849
> > *branch - Master
> > *xbmc version - Gotham
> >
> > With Thanks
> > Andy Morton
> >
> >
> --
> > ___
> > Xbmc-addons mailing list
> > Xbmc-addons@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
> --
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-08-11 Thread Andy Morton
Apologies, completely the wrong revision (probably a revision that doesn't even 
exist on that branch. The correct pull request:

 *addon - script.skinshortcuts
 *version - 0.4.0
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - 7ef441f603a34b23bc0d9c8fb04428368bca9417
 *branch - Master
 *xbmc version - Gotham

With Thanks
 Andy Morton

> On 11 Aug 2014, at 22:52, Andy Morton  wrote:
> 
> *addon - script.skinshortcuts
> *version - 0.4.0
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - 91d8cc365548b346100df5957ba411488e051849
> *branch - Master
> *xbmc version - Gotham
> 
> With Thanks
> Andy Morton
> 
> --
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-08-11 Thread Andy Morton
 *addon - script.skinshortcuts
 *version - 0.4.0
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - 91d8cc365548b346100df5957ba411488e051849
 *branch - Master
 *xbmc version - Gotham

With Thanks
 Andy Morton

--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-06-27 Thread Tristan Fischer
Updated, thanks!

regards,
sphere

2014-06-25 22:59 GMT+02:00 Andy Morton :
> Please consider this revision for the repo. With skinners now using more 
> features of the script, a bug was discovered which severely limits script 
> function in certain situations (and I've taken the opportunity to include a 
> few skinners requests/minor fixes too). Thanks.
>
>  *addon - script.skinshortcuts
>  *version - 0.3.4
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - 91d8cc365548b346100df5957ba411488e051849
>  *branch - repofixes
>  *xbmc version - Gotham
>
> With Thanks
>  Andy Morton
> --
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-06-25 Thread Andy Morton
Please consider this revision for the repo. With skinners now using more 
features of the script, a bug was discovered which severely limits script 
function in certain situations (and I've taken the opportunity to include a few 
skinners requests/minor fixes too). Thanks.

 *addon - script.skinshortcuts
 *version - 0.3.4
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - 91d8cc365548b346100df5957ba411488e051849
 *branch - repofixes
 *xbmc version - Gotham

With Thanks
 Andy Morton
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-06-17 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
Team XBMC


On Sun, Jun 15, 2014 at 9:48 PM, Andy Morton  wrote:

> Sorry, Hitcher managed to find a bug after I sent the pull request, so can
> you please consider the following revision for inclusion in the repo
> instead of the original one. Thanks.
>
>  *addon - script.skinshortcuts
>  *version - 0.3.3
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - b65cf5e9c7496ddeff4c635f93ad93df59495bab
>  *branch - Master
>  *xbmc version - Gotham
>
> With Thanks
>  Andy Morton
>
> --
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts and script.module.unidecode

2014-06-17 Thread Martijn Kaijser
updated the module

regards,
Martijn Kaijser
Team XBMC


On Sun, Jun 15, 2014 at 1:30 PM, Andy Morton  wrote:

> Updates to two scripts for consideration for the repo.
>
> *addon - script.skinshortcuts
> *version - 0.3.3
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - 1ffbb55a0f783bbf5c5060744c3fe595952012d4
> *branch - Master
> *xbmc version - Gotham
>
> *addon - script.module.unidecode
> *version - 0.04.16
> *url - https://github.com/unfledged/script.module.unidecode.git
> *revision - 7313c7aedbd1b748cd4fc32cabd4ab362a7f6f50
> *branch - Master
> *xbmc version - Frodo
>
> With Thanks
> Andy Morton
>
>
> --
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-06-15 Thread Andy Morton
Sorry, Hitcher managed to find a bug after I sent the pull request, so can you 
please consider the following revision for inclusion in the repo instead of the 
original one. Thanks.

 *addon - script.skinshortcuts
 *version - 0.3.3
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - b65cf5e9c7496ddeff4c635f93ad93df59495bab
 *branch - Master
 *xbmc version - Gotham

With Thanks
 Andy Morton
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts and script.module.unidecode

2014-06-15 Thread Andy Morton
Updates to two scripts for consideration for the repo.

*addon - script.skinshortcuts
*version - 0.3.3
*url - https://github.com/unfledged/script.skinshortcuts.git
*revision - 1ffbb55a0f783bbf5c5060744c3fe595952012d4
*branch - Master
*xbmc version - Gotham

*addon - script.module.unidecode
*version - 0.04.16
*url - https://github.com/unfledged/script.module.unidecode.git
*revision - 7313c7aedbd1b748cd4fc32cabd4ab362a7f6f50
*branch - Master
*xbmc version - Frodo

With Thanks
Andy Morton

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-05-22 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
Team XBMC


On Thu, May 22, 2014 at 3:04 AM, Andy Morton  wrote:

> My genuine apologies for asking for an update so soon, but an insidious
> bug listing favourites was included in the last update which appears to be
> affecting a larger number of users than I originally believed. (and a
> couple of other minor bugs are fixed too)
>
>  *addon - script.skinshortcuts
>  *version - 0.3.1
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - cf9823a8817ce360a06dc16439281c18ce47d8cb
>  *branch - RepoFixes
>  *xbmc version - Gotham
>
> With Thanks
>  Andy Morton
>
> --
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-05-21 Thread Andy Morton
My genuine apologies for asking for an update so soon, but an insidious bug 
listing favourites was included in the last update which appears to be 
affecting a larger number of users than I originally believed. (and a couple of 
other minor bugs are fixed too)

 *addon - script.skinshortcuts
 *version - 0.3.1
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - cf9823a8817ce360a06dc16439281c18ce47d8cb
 *branch - RepoFixes
 *xbmc version - Gotham

With Thanks
 Andy Morton
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-05-12 Thread Tristan Fischer
Updated, thanks!

regards,
sphere


2014-05-10 21:21 GMT+02:00 Andy Morton :

>  *addon - script.skinshortcuts
>  *version - 0.3.0
>  *url - https://github.com/unfledged/script.skinshortcuts.git
>  *revision - c3df7fe4bae7b676e15401b088e74845b3ab4423
>  *branch - master
>  *xbmc version - Gotham
>
> Notable Changes:
>
> - Ability to browse a plugin from the management dialog
> - Ability to provide recommended shortcuts in management dialog
> - Ability to choose to play or display a playlist
> - Improved method of managing additional properties
> - Method to list menu and submenus in a single include
> - Ability to allow a user to select a shortcut, then pass this to the skin
> to manage
> - Fixes
>
> With Thanks
>  Andy Morton
>
> --
> Is your legacy SCM system holding you back? Join Perforce May 7 to find
> out:
> • 3 signs your SCM is hindering your productivity
> • Requirements for releasing software faster
> • Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-05-10 Thread Andy Morton
 *addon - script.skinshortcuts
 *version - 0.3.0
 *url - https://github.com/unfledged/script.skinshortcuts.git
 *revision - c3df7fe4bae7b676e15401b088e74845b3ab4423
 *branch - master
 *xbmc version - Gotham

Notable Changes:

- Ability to browse a plugin from the management dialog
- Ability to provide recommended shortcuts in management dialog
- Ability to choose to play or display a playlist
- Improved method of managing additional properties
- Method to list menu and submenus in a single include
- Ability to allow a user to select a shortcut, then pass this to the skin to 
manage
- Fixes

With Thanks
 Andy Morton
--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-03-24 Thread Tristan Fischer
Updated, thanks!

regards,
sphere


2014-03-24 10:49 GMT+01:00 Andy Morton :

> *addon - script.skinshortcuts
> *version - 0.2.4
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - aef40864e2f8decebc259df6931b8f1fb7bbbc8c
>
> *branch - master
> *xbmc version - Gotham
>
> Thanks sphere, xbmc.python version updated.
>
> With Thanks
>  Andy Morton
>
> On 24 Mar 2014, at 09:33, Tristan Fischer  wrote:
>
> Hi,
>
> xbmc.python needs to be 2.14.0 for gotham (since beta is available),
> please change this and resubmit your PR.
>
> regards,
> sphere
>
>
> 2014-03-23 0:59 GMT+01:00 Andy Morton :
>
>> *addon - script.skinshortcuts
>> *version - 0.2.4
>> *url - https://github.com/unfledged/script.skinshortcuts.git
>> *revision - 5c65986268f0e6f797696915335f37590156fc6c
>> *branch - master
>> *xbmc version - Gotham
>>
>> Notable changes
>>  - Fix a bug listing some favourites
>>  - Fix a bug listing individual groups with include's method
>>  - Update translations
>>
>> With Thanks
>>  Andy Morton
>>
>>
>> --
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/13534_NeoTech
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>
>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-03-24 Thread Andy Morton
*addon - script.skinshortcuts
*version - 0.2.4
*url - https://github.com/unfledged/script.skinshortcuts.git
*revision - aef40864e2f8decebc259df6931b8f1fb7bbbc8c
*branch - master
*xbmc version - Gotham

Thanks sphere, xbmc.python version updated.

With Thanks
 Andy Morton

> On 24 Mar 2014, at 09:33, Tristan Fischer  wrote:
> 
> Hi,
> 
> xbmc.python needs to be 2.14.0 for gotham (since beta is available), please 
> change this and resubmit your PR.
> 
> regards,
> sphere
> 
> 
> 2014-03-23 0:59 GMT+01:00 Andy Morton :
>> *addon - script.skinshortcuts
>> *version - 0.2.4
>> *url - https://github.com/unfledged/script.skinshortcuts.git
>> *revision - 5c65986268f0e6f797696915335f37590156fc6c
>> *branch - master
>> *xbmc version - Gotham
>> 
>> Notable changes
>>  - Fix a bug listing some favourites
>>  - Fix a bug listing individual groups with include's method
>>  - Update translations
>> 
>> With Thanks
>>  Andy Morton
>> 
>> --
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/13534_NeoTech
>> ___
>> Xbmc-addons mailing list
>> Xbmc-addons@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
> 
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts

2014-03-24 Thread Tristan Fischer
Hi,

xbmc.python needs to be 2.14.0 for gotham (since beta is available), please
change this and resubmit your PR.

regards,
sphere


2014-03-23 0:59 GMT+01:00 Andy Morton :

> *addon - script.skinshortcuts
> *version - 0.2.4
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - 5c65986268f0e6f797696915335f37590156fc6c
> *branch - master
> *xbmc version - Gotham
>
> Notable changes
>  - Fix a bug listing some favourites
>  - Fix a bug listing individual groups with include's method
>  - Update translations
>
> With Thanks
>  Andy Morton
>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Xbmc-addons] [Git Pull] script.skinshortcuts

2014-03-22 Thread Andy Morton
*addon - script.skinshortcuts
*version - 0.2.4
*url - https://github.com/unfledged/script.skinshortcuts.git
*revision - 5c65986268f0e6f797696915335f37590156fc6c
*branch - master
*xbmc version - Gotham

Notable changes
 - Fix a bug listing some favourites
 - Fix a bug listing individual groups with include's method
 - Update translations

With Thanks
 Andy Morton--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


Re: [Xbmc-addons] [Git Pull] script.skinshortcuts & script.module.unidecode

2014-03-02 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
Team XBMC


On Wed, Feb 26, 2014 at 9:40 PM, Andy Morton  wrote:

> (Apologies if this shows as a double-posting. I tried to send this earlier
> but it doesn't appear to have reached the mailing list)
>
> *addon - script.module.unidecode
> *version - 0.4.14
> *url - https://github.com/unfledged/script.module.unidecode.git
> *revision - 38d6d2e150c6a6ea9b82ecd57f23ac24a8de2a87
> *branch - master
> *xbmc version - Frodo
>
> This module is a new requirement for...
>
> *addon - script.skinshortcuts
> *version - 0.2.2
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - 5a1205ece422798adeb580e95ab6482779e40d83
> *branch - master
> *xbmc version - Gotham
>
> Notable changes
>
> - Alternative integration method using includes*
> - Better background and widget selection options, including using playlists
> - Stability improvements and bug fixes
>
> * The alternative method using includes writes a file into the skins
> directory. I know this isn't normally allowed, but it is an optional
> method with skinners made aware of this in the documentation. It also
> provides much better performance once the file is written.
>
> With Thanks
>
>  Andy Morton
>
>
> --
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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.skinshortcuts & script.module.unidecode

2014-02-26 Thread Andy Morton
(Apologies if this shows as a double-posting. I tried to send this earlier but 
it doesn't appear to have reached the mailing list)

*addon - script.module.unidecode
*version - 0.4.14
*url - https://github.com/unfledged/script.module.unidecode.git
*revision - 38d6d2e150c6a6ea9b82ecd57f23ac24a8de2a87
*branch - master
*xbmc version - Frodo

This module is a new requirement for...

*addon - script.skinshortcuts
*version - 0.2.2
*url - https://github.com/unfledged/script.skinshortcuts.git
*revision - 5a1205ece422798adeb580e95ab6482779e40d83
*branch - master
*xbmc version - Gotham

Notable changes

- Alternative integration method using includes*
- Better background and widget selection options, including using playlists
- Stability improvements and bug fixes

* The alternative method using includes writes a file into the skins 
directory. I know this isn't normally allowed, but it is an optional 
method with skinners made aware of this in the documentation. It also 
provides much better performance once the file is written.

With Thanks

 Andy Morton--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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] script.skinshortcuts

2014-02-05 Thread Martijn Kaijser
updated

regards,
Martijn Kaijser
Team XBMC


On Tue, Feb 4, 2014 at 9:13 PM,  wrote:

> *addon - script.skinshortcuts
> *version - 0.2.0
> *url - https://github.com/unfledged/script.skinshortcuts.git
> *revision - 3944392d42502dd3c7c954d5d565a03b17d3854c
> *branch - master
> *xbmc version - Gotham
>
>
> Notable changes:
> - Speed improvement
> - Manage widgets and backgrounds for menu items
> - Improved ut-f8 support
>
> With Thanks
>   Andy Morton
>
>
> --
> 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] [Git Pull] script.skinshortcuts

2014-02-04 Thread andy
*addon - script.skinshortcuts
*version - 0.2.0
*url - https://github.com/unfledged/script.skinshortcuts.git
*revision - 3944392d42502dd3c7c954d5d565a03b17d3854c
*branch - master
*xbmc version - Gotham


Notable changes:
- Speed improvement
- Manage widgets and backgrounds for menu items
- Improved ut-f8 support

With Thanks
  Andy Morton

--
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) script.skinshortcuts

2014-01-02 Thread Martijn Kaijser
added to repo

regards,
Martijn Kaijser
Team XBMC


On Sat, Dec 28, 2013 at 12:23 AM, Andy Morton  wrote:

> Sorry, my bad, got the '1' in the version in the wrong place!
>
> Version - 0.1.0
> URL - https://github.com/unfledged/script.skinshortcuts.git
> Revision - aee83d5ae71eb283c3364d597aac3dba54da8cff
> Branch - master
> XBMC version - Gotham
>
> With Thanks
>  Andy Morton
>
> > On 27 Dec 2013, at 23:11, Andy Morton  wrote:
> >
> > Initial release
> >
> > Version - 0.0.1
> > URL - https://github.com/unfledged/script.skinshortcuts.git
> > Revision - aee83d5ae71eb283c3364d597aac3dba54da8cff
> > Branch - master
> > XBMC version - Gotham
> >
> > With Thanks
> > Andy Morton
>
>
> --
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> ___
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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.skinshortcuts

2013-12-27 Thread Andy Morton
Initial release

Version - 0.0.1
URL - https://github.com/unfledged/script.skinshortcuts.git
Revision - aee83d5ae71eb283c3364d597aac3dba54da8cff
Branch - master
XBMC version - Gotham

With Thanks
 Andy Morton

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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) script.skinshortcuts

2013-12-27 Thread Andy Morton
Sorry, my bad, got the '1' in the version in the wrong place!

Version - 0.1.0
URL - https://github.com/unfledged/script.skinshortcuts.git
Revision - aee83d5ae71eb283c3364d597aac3dba54da8cff
Branch - master
XBMC version - Gotham

With Thanks
 Andy Morton

> On 27 Dec 2013, at 23:11, Andy Morton  wrote:
> 
> Initial release
> 
> Version - 0.0.1
> URL - https://github.com/unfledged/script.skinshortcuts.git
> Revision - aee83d5ae71eb283c3364d597aac3dba54da8cff
> Branch - master
> XBMC version - Gotham
> 
> With Thanks
> Andy Morton

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons