Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Mnyb
The ir device simple repeats to slowly ? Can that be changed . Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3 sub. Bedroom/Office:

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
DJanGo wrote: hmm... To write code you irst must know what you want:mad: How do you reenable a disabled wlan over a wlan connection from your Phone? Than ask the dealer (not the tirekicker just someone how knows about your alarmthingy) where you buy your car:p You're not being

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
bpa wrote: The user has an IR control. This is why I said an LMS solution (e.g. an applet) is needed to re-enabled as a new menu option which can be chosen using the IR remote needs to be created which will reenable the WLAN. As I see it - the volume change and WLAN change are both

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
Mnyb wrote: The ir device simple repeats to slowly ? Can that be changed . Not according to the man who sells the kit it can't. Imagewerx's Profile: http://forums.slimdevices.com/member.php?userid=62479 View this thread:

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Mnyb
I don't read this kind of code very well but I do think a starting place actually is the server code , not the player code . The perls scripts *.pm are actually humanly readable ( I guess that's one if the niceties of script language the source is the code and vice versa ) . Unless you run LMS in

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread DJanGo
Imagewerx wrote: You're not being very helpful are you? I bought my car privately and I am the alarm fitter at the garage I work at,I can fit a whole new alarm if I need to but as I've already said,I'd like to find a software way of doing this first where the SBT itself switches the WLAN off

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread bpa
Imagewerx wrote: Again this must be a very simple line of code that sets how fast the volume control changes by? The code you want is in the file Squeezebox2.pm - the Touch player is actually a Squeezeplay.pm type player but there is commonality through subclassing.

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
DJanGo wrote: Hmm... If you think its easy (without knowing how to code ) and you think i am not helpful to write down it isnt that easy and i would choose another way - may thats correct. Again you have a workaround (home device in a car) and use another 3rd party ir thingy and

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
Mnyb wrote: I don't read this kind of code very well but I do think a starting place actually is the server code , not the player code . The perls scripts *.pm are actually humanly readable ( I guess that's one if the niceties of script language the source is the code and vice versa ) .

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
bpa wrote: The code you want is in the file Squeezebox2.pm - the Touch player is actually a Squeezeplay.pm type player but there is commonality through subclassing. Ok thanks for that but how do I get and use this code please?

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread bpa
Imagewerx wrote: Ok thanks for that but how do I get and use this code please? If you are using LMS in the SBT - then you login to the SBT using ssh and then edit the file using vi. I don't know the file structure within SBT but I'd use find to locate the file.

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Mnyb
bpa wrote: If you are using LMS in the SBT - then you login to the SBT using ssh and then edit the file using vi. I don't know the file structure within SBT but I'd use find to locate the file. You have to activate remote login in the settings . Touch is a bit quirky . You have to Code:

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread jimbobvfr400
What does the original remote do? If that handles repeating in a more satisfactory manner then it could simply be the code you have learned for volume isn't exactly right. Does the IR device have the capability to have codes downloaded to it or is it strictly learning only? Sent from my Nexus 7

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread bpa
jimbobvfr400 wrote: What does the original remote do? If that handles repeating in a more satisfactory manner then it could simply be the code you have learned for volume isn't exactly right. Don't know about Touch but for Boom the IR signal were processed by a microcontroller which IIRC

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
Mnyb wrote: You have to activate remote login in the settings . Touch is a bit quirky . You have to Code: CD / Before doing . Code: find -name Squeezebox2.pm There are

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
jimbobvfr400 wrote: What does the original remote do? If that handles repeating in a more satisfactory manner then it could simply be the code you have learned for volume isn't exactly right. Does the IR device have the capability to have codes downloaded to it or is it strictly learning

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread Imagewerx
bpa wrote: It's the Player version - I suggest not touching the code but altering the volume map which has a volume level for each increment (vol control has about 100 increments in all) but make sure the volume level never exceeds the maximum level. The volume map means at low volume an

Re: [SlimDevices: Touch] Changing volume control increments.

2014-06-26 Thread bpa
Imagewerx wrote: By this do you mean I can only change from linear as it is now to logarithmic? I wouldn't mind keeping it linear,but changing it to say 0-30 for full volume rather than 0-100 if that's possible. No - I said the table is not linear and perception of loudness is not linear.