[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread cjk32
cjk32 Wrote: I'll try and do some research tommorow. Very quick test. Coudl you try the following and see if it succeeds. use strict; use GD; my $image = GD::Image-new(100, 100,1); $image-filledRectangle(0,0,100,100,0xff); $image-filledRectangle(30,30,70,70,0xff); open (MYOUTFILE,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread 0xdeadbeef
Seems to work: http://lemmini.de/test.jpg -- 0xdeadbeef 0xdeadbeef's Profile: http://forums.slimdevices.com/member.php?userid=2287 View this thread: http://forums.slimdevices.com/showthread.php?t=23206

Re: [SlimDevices: Beta] Re: Pandora Beta Test On SqueezeNetwork

2006-04-24 Thread Andy Grundman
On Apr 24, 2006, at 3:46 PM, WernerT wrote: [As a search for 'pandora' and 'bookmark' only returned this thread, I'll post here - w] I might have looked over it, but I cannot see the 'bookmark this song' in the pandora SqueezeNetwork webinterface. Is there a reason for this? The reason

[SlimDevices: Beta] Re: 6.2.2. (24_04) Rescan problem

2006-04-24 Thread Andyoz
More info on this issue over here: http://forums.slimdevices.com/showthread.php?t=23285 -- Andyoz Andyoz's Profile: http://forums.slimdevices.com/member.php?userid=4864 View this thread:

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread 0xdeadbeef
Hm, I used the following code: use strict; use Data::Dumper; print Dumper([EMAIL PROTECTED]); unshift @INC, '/usr/local/slimserver/CPAN/arch/5.8.7/i486-linux-gnu-thread-multi'; unshift @INC, '/usr/local/slimserver/CPAN/arch/5.8.7/i486-linux-gnu-thread-multi/auto'; unshift @INC,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread slimpy
I've been following the ping pong between you two and did the same tests 0xdeadbeef did. I had exactly the same results but with different versions of gd (2.0.22-65.9) and perl-GD (2.12-37). What puzzled me when doing the last test was that there are two directory trees under

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread kdf
Quoting 0xdeadbeef [EMAIL PROTECTED]: Also it seems suspicious that the folders Locale and YAML are missing... slimserver includes various modules in arch/5.8. This may work fine for some linux systems, but not all. Those with problems have to run the Bin/build-perl-modules.pl script,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread slimpy
kdf Wrote: Quoting 0xdeadbeef 0xdeadbeef.26sf7n1145913902 (AT) no-mx (DOT) forums.slimdevices.com: Also it seems suspicious that the folders Locale and YAML are missing... slimserver includes various modules in arch/5.8. This may work fine for some linux systems, but not all.

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread kdf
Quoting slimpy [EMAIL PROTECTED]: So it seems. Although GD was present in the 5.8 path it was ignored altogether but works fine when copied to the 5.8.* path. Locale was another directory that was missing in the 5.8.* path but I have no idea if it got picked up from the 5.8 path. What kind of

[SlimDevices: Beta] Removing Common Album Titles - simplifying album creation logic.

2006-04-24 Thread Dan Sully
All - I've created a patch (against 6.2.2) that removes the common albums prefs, and simplifes the creation of new albums for the general case. Please see my patch and comment attached to bug 2976: http://bugs.slimdevices.com/show_bug.cgi?id=2976 Feedback most welcome. It's hard to get this