I've only verified this with analog outs (actually, just the headphone
jack), but for those of you who want your Touch to always play at 100%,
try this:

    
- In Home > Settings > Advanced > Remote login, enable SSH
- SSH in as root, password 1234
- Back up the file you're about to edit:
    
Code:
--------------------
        cp -p /usr/share/jive/jive/audio/Playback.lua 
/usr/share/jive/jive/audio/Playback.lua.bak
--------------------
    
- Edit /usr/share/jive/jive/audio/Playback.lua with 'vi', replacing
  the line
    
Code:
--------------------
                decode:audioGain(data.gainL, data.gainR)
--------------------
    
  which you should find around line #819 with
    
Code:
--------------------
                decode:audioGain(65536, 65536)
--------------------
    
- Reboot your Touch (use the 'reboot' command)
- For good measure, use Home > Settings > Advanced > Remote login and
  disable SSH
  

After you've done this, Touch will behave like a Squeezebox Classic
with its volume control disabled -- you'll see onscreen volume
indication, the IR remote will make that volume indication change, as
will other mechanisms like the touchscreen and web UI. But the audio
output will be locked at full volume.

Please let me know if this really does seem to work for those of you
using your Touch regular analog outs and digital outputs. If so, I'll
make a nice patch for Erland's Patch Installer applet so this is easier
to apply.


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to