Why re enable this again?
Linux devs asked me to kill this script because it cause more trouble than
good.
Or the code you removed fixed that?

Martijn

On Tue, Jan 8, 2013 at 10:01 AM, Zeljko Ametovic <
[email protected]> wrote:

> The branch, frodo has been updated
>        via  a36a0ed592e050e81c589691d5a526df3eb95acd (commit)
>       from  debf839c0356c04027f166b7175d635fc15516fe (commit)
>
> - Log -----------------------------------------------------------------
>
> http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=a36a0ed592e050e81c589691d5a526df3eb95acd
>
> commit a36a0ed592e050e81c589691d5a526df3eb95acd
> Author: amet <[email protected]>
> Date:   Tue Jan 8 12:59:04 2013 +0400
>
>     [script.xbmc.audio.mixer] -v2.0.2
>
>     do not save volumes, rely on system facilities
>
> diff --git a/script.xbmc.audio.mixer/addon.xml
> b/script.xbmc.audio.mixer/addon.xml
> index 34249e6..fc5355a 100644
> --- a/script.xbmc.audio.mixer/addon.xml
> +++ b/script.xbmc.audio.mixer/addon.xml
> @@ -1,10 +1,10 @@
>  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
>  <addon id="script.xbmc.audio.mixer"
>         name="XBMC Audio Mixer"
> -       version="2.0.1"
> +       version="2.0.2"
>         provider-name="Team XBMC">
>    <requires>
> -    <import addon="xbmc.python" version="2.0"/>
> +    <import addon="xbmc.python" version="2.0.0"/>
>    </requires>
>    <extension point="xbmc.python.script"
>               library="default.py" />
> @@ -12,6 +12,5 @@
>      <platform>osx linux</platform>
>      <summary lang="en">XBMC Audio Mixer</summary>
>      <description lang="en"></description>
> -    <broken>deprecated</broken>
>    </extension>
>  </addon>
> diff --git a/script.xbmc.audio.mixer/resources/lib/alsaMixerCore.py
> b/script.xbmc.audio.mixer/resources/lib/alsaMixerCore.py
> index 614b8bf..e0c94f9 100644
> --- a/script.xbmc.audio.mixer/resources/lib/alsaMixerCore.py
> +++ b/script.xbmc.audio.mixer/resources/lib/alsaMixerCore.py
> @@ -165,10 +165,6 @@ class alsaMixerCore:
>
>                 return channels[:(len(channels) - 1)].split("|")
>
> -       def saveVolumes(self):
> -               stdErr, stdOut, retValue = self.__runSilent("alsactl store
> -f ~/.asoundrc")
> -               return retValue
> -
>         def __printDebugLine(self, aLine):
>                 if self.gDebugMode>0:
>                         print aLine
> diff --git a/script.xbmc.audio.mixer/resources/lib/gui.py
> b/script.xbmc.audio.mixer/resources/lib/gui.py
> index f51d790..8351f83 100644
> --- a/script.xbmc.audio.mixer/resources/lib/gui.py
> +++ b/script.xbmc.audio.mixer/resources/lib/gui.py
> @@ -195,7 +195,6 @@ class GUI( xbmcgui.WindowXMLDialog ):
>            if ( self.controlId >= 1000 ):
>                self.slider_onfocus(0)
>                self.controlId = 0
> -          self.alsaCore.saveVolumes()
>            self.exit_script()
>
>
> diff --git a/script.xbmc.audio.mixer/resources/lib/osascriptCore.py
> b/script.xbmc.audio.mixer/resources/lib/osascriptCore.py
> index 458ab05..63a48dc 100644
> --- a/script.xbmc.audio.mixer/resources/lib/osascriptCore.py
> +++ b/script.xbmc.audio.mixer/resources/lib/osascriptCore.py
> @@ -123,11 +123,6 @@ class alsaMixerCore:
>
>          return channels[:(len(channels) - 1)].split("|")
>
> -
> -
> -    def saveVolumes(self):
> -        pass
> -
>      def __printDebugLine(self, aLine):
>          if self.gDebugMode>0:
>              print aLine
>
> -----------------------------------------------------------------------
>
> Summary of changes:
>  script.xbmc.audio.mixer/addon.xml                  |    5 ++---
>  .../resources/lib/alsaMixerCore.py                 |    4 ----
>  script.xbmc.audio.mixer/resources/lib/gui.py       |    1 -
>  .../resources/lib/osascriptCore.py                 |    5 -----
>  4 files changed, 2 insertions(+), 13 deletions(-)
>
>
> hooks/post-receive
> --
> Scripts
>
>
> ------------------------------------------------------------------------------
> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
> and more. Get SQL Server skills now (including 2012) with LearnDevNow -
> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only - learn more at:
> http://p.sf.net/sfu/learnmore_122512
> _______________________________________________
> Xbmc-addons mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to