Thank you Michael for pointing to the source where this is handled.

Here's a patch I've been using today that seems to be working fine.

You can update the lua file directly on the radio/touch and it will stay
patched until you do a factory reset or firmware update.



Code:
--------------------
    Index: SlimBrowserApplet.lua
  ===================================================================
  --- SlimBrowserApplet.lua       (revision 711)
  +++ SlimBrowserApplet.lua       (working copy)
  @@ -231,7 +231,7 @@
  
  
  -- don't save browse history for context menus or searches
  -       if lastBrowse and not isContextMenu and not 
string.match(commandString, 'search:') then
  +       if lastBrowse and not isContextMenu and not 
string.match(commandString, 'search:') and not string.match(commandString, 
'mode:randomalbums') then
  from = _getNewStartValue(_player:getLastBrowseIndex(commandString))
  else
  lastBrowse = { index = 1 }
  
--------------------


+-------------------------------------------------------------------+
|Filename: SlimBrowserRandomAlbums.patch.txt                        |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20022|
+-------------------------------------------------------------------+


Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=105226

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

Reply via email to