Paul Webster wrote: > I haven't ever changed code inside a Squeezebox Touch but I suspect that > one of the experts could find that bit and change it and then it would > be a few simple commands from command line to do the same on yours ... > my assumption being that the code that initialises that variable is in a > piece of LUA (perhaps) code that is easy to change and no compilation is > necessary.
On the assumption that the TinyLMS/TinySC that is inside the Touch is still a regular LMS that is run with command line options to turn off various features (e.g. no web interface) then ... if you enable SSH access to the Touch and then dig around the file system you might find Player/Playlist.pm If you change a line in "sub shuffleType" from return 'none'; to return 'album'; Then ... it might default to "Shuffle by Album" ... as a consequence you might not be able to set it back to "No Shuffle". There is danger in attempting such things ... so be prepared to have to reinstall the Touch software from scratch. Someone who has a Touch and experience with digging around inside it might have a better idea. Paul Webster http://dabdig.blogspot.com Author Radio France (FIP etc) plugin ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=110255 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
