[slim] Re: sleep function with SlimServer 6.5.0

2006-09-25 Thread edc1
The bug report I setup has an update on it now. It changes the following line in Slim/Buttons/Common.pm: my @sleepChoices = $remaining ? (0, $remaining, 15,30,45,60,90) : (0,15,30,45,60,90); to read: my @sleepChoices = $remaining ? sort(0, $remaining, 15,30,45,60,90) : (0,15,30,45,60,90); so

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-25 Thread WSLam
There is also a new Sleep button on the Transporter remote. =) -- WSLam WSLam 'SB3' (http://www.slimdeviceas.com/) | 'Unidisk 1.1' (http://www.knekt.com/spec_sound/product_display.cfm?ProductID=179activeNavBar=productsactiveSubNavBar=Source) - 'EMM Labs DCC2 SE'

Re: [slim] Re: sleep function with SlimServer 6.5.0

2006-09-25 Thread kdf
Quoting edc1 [EMAIL PROTECTED]: Rather than downloading a nightly build of Slim Server I thought I'd be able to put this change into Slim/Buttons/Common.pm on my Slim Server installation and then I'd have the fix. I tried restarting the Slim Server but it doesn't seem to make any difference.

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-25 Thread edc1
Ahhh. Fantastic. That's what I was missing. Thanks for your help. -- edc1 edc1's Profile: http://forums.slimdevices.com/member.php?userid=7626 View this thread: http://forums.slimdevices.com/showthread.php?t=27805

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-24 Thread edc1
Thanks Ben. I've done that: http://bugs.slimdevices.com/show_bug.cgi?id=4205 I played around a bit more last night and found that if I pause the currently playing song. Then hit sleep. I get the old SlimServer 6.3.1 behavior. Sleep in 15, 30, 45, 60, 90 then Sleep canceled. So the problem

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-24 Thread Jerryacg
edc1;139090 Wrote: Thanks Ben. I've done that: http://bugs.slimdevices.com/show_bug.cgi?id=4205 I played around a bit more last night and found that if I pause the currently playing song. Then hit sleep. I get the old SlimServer 6.3.1 behavior. Sleep in 15, 30, 45, 60, 90 then Sleep

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-24 Thread edc1
I was talking about the sleep button on the Squeezebox remote control. You can set the sleep time-out through the UI though. I'm using the Fishbone skin. When a track is playing you get the sleep option in the top right corner of the UI. You get: Sleep / Settings / Undock in the top right

[slim] Re: sleep function with SlimServer 6.5.0

2006-09-23 Thread edc1
sleep works as you describe for a song that's shorter than 15 minutes. end of song, 15 minutes, 30, 45, 60, 90 then sleep canceled. If I start playing a track that is say 22 minutes long I get. sleep in 22 minutes, 30, 45, 60, 90 then sleep canceled. With a track of 65 minutes I get sleep in 65

Re: [slim] Re: sleep function with SlimServer 6.5.0

2006-09-23 Thread Ben Sandee
On 9/23/06, edc1 [EMAIL PROTECTED] wrote: sleep works as you describe for a song that's shorter than 15 minutes.end of song, 15 minutes, 30, 45, 60, 90 then sleep canceled. If I start playing a track that is say 22 minutes long I get. sleep in 22 minutes,30, 45, 60, 90 then sleep canceled. With a