Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-12-26 Thread rickwookie
Just updated to v0.82.2 and I see that there's now a direct Settings link when viewing the plugins list using the LMS web interface (Yay!). Unfortunately this Settings link seems to be to plugins/Extensions/settings/ARRAY(0x2de1d40) as opposed to plugins/ShairTunes2W/settings/basic.html (Boo!)

Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-08-06 Thread rickwookie
philippe_44 wrote: > Well, it will still be a hit and miss as, again, the LMS players play > ... whenever they play. So it might swing +/- 300ms or more, but you > will not have any certainty, LMS time cannot be controlled by an > external source with the existing API. As long as one of the

Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-08-02 Thread rickwookie
Ok, I understand what you're explaining regarding how the timing mechanism works, so why not allow a fixed value to by set somewhere in the plugin for the delay to be used. Therefore, as in your example : philippe_44 wrote: > What iOS will do then is say ok, I'll delay the video by 1 minute (for

Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-07-30 Thread rickwookie
philippe_44 wrote: > The short non technical answer is no, you can't control LMS timing from > an external source But surely it's the iOS device timing that's out. When playing to my AVR, the video get's delayed enough to match the Airplay audio delay and keeps the A/V in sync. When playing to

Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-07-29 Thread rickwookie
I love this plugin, being able to play anything from my iDevices straight to my squeezeboxen. Is there a way to tweak the setup though so that the iDevice gets the correct audio delay info so that it will correctly delay video? If I airplay YouTube on my iPhone or iPad to my Yamaha AVR

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2017-03-04 Thread rickwookie
Ok I've fixed my eject issue too now by appending sys.dev.cdrom.lock=0 to the end of /etc/sysctl.conf rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread:

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2017-03-04 Thread rickwookie
bpa wrote: > The error says cannot access the CDrom device. > > When LMS runs it runs under a different userid. Has that userid got > permission to access to the /dev/cdrom device (e.g. what are the > permission for /dev/cdrom ? is the LMS userid a member of relevant > group) ? > > Is lMS

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2017-03-04 Thread rickwookie
bpa wrote: > The "ln" (lowercase letter L lowercase Letter N) command can be used to > make hard or soft links - read the man page. > > Alternative is edit the custom-convert.conf file in the CDpolugin > directory and change "[cdda2wav]" to "[icedax]". You would need to do > this edit each

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2017-03-03 Thread rickwookie
epoch1970 wrote: > FYI, to get cdda2wav on debian, install icedax (and perhaps make a soft > link from /usr/bin/icedax to /usr/bin/cdda2wav; in my case > /usr/bon/cdda2wav is not there, I had to add the link myself) > On Arch it looks like "cdrkit" contains cdda2wav. How to you make the

Re: [SlimDevices: Plugins] iPeng support thread

2016-10-23 Thread rickwookie
pippin wrote: > The lyrics screen will also use lyrics from the tags and actually prefer > them over the results the plugin delivers (which it unfortunately no > longer seems to do) Any clue as to why the lyrics plugin has stopped working? It was ok until quite recently. Is there a support

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-25 Thread rickwookie
Super-noob github question. How the hell do you put a binary file in a github repo? Seems to me (through all of my 5 mins of research) that you can only add binary files to 'Releases'. rickwookie's Profile:

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
ok I dug around and found that Utils.pm seems responsible for determining the helper binary filename, based on the value of $Config{'archname'}, and I see that $Config{'archname'} is dumped to the debug output in sub initPlugin at line 89 of Plugin.pm, so I checked and my string is

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
Squeezemenicely wrote: Running LMS on Wandboard via SOA This is what I get, when Trying to use the repository: Falsches Repository http://raw.github.com/disaster123/shairport2_plugin/master/public.xml - Redirection limit exceeded Maybe this? mherger wrote: So if somebody complains

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
epoch1970 wrote: As a stopgap measure you can try linking the old helper to the one that the plugin tries to use (logging at debug level will show the name of the executable the plugin uses.) Same as 'I did'

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
Done a bit more digging and found 'this post' (http://stackoverflow.com/questions/21094114/how-do-i-detect-the-os-name-in-perl-to-a-particular-version) suggesting that archname is not the way to detect the running system as Config only contains the details from the system where Perl was built,

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
Excuse my ignorance, but I notice that the zip file that gets downloaded for your plugin https://raw.github.com/disaster123/shairport2_plugin/master/ShairTunes2.zip; as referenced in https://raw.githubusercontent.com/disaster123/shairport2_plugin/master/public.xml;, doesn't contain the src

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread rickwookie
Wow, I recompiled it and the binary is now 638k. The old one's only 42k. What's that all about? rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread:

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread rickwookie
disaster123 wrote: You're on ARM. I don't have an ARM binary ready. Can you compile one? I still have he one I compiled from StuartUSA's version in /usr/local/bin Is that the issue? Do I need to move it somewhere else?

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread rickwookie
Please excuse the impatience but I went ahead and installed 7.8.1 (assumed less risk) and tried the plugin. The four players get announced, and I don't seem to be getting the player disconnects that I was before with StuartUSA'a version. However trying to airplay (I'm trying from Amazon music on

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread rickwookie
Ok so I REALLY want to try this. I had StuartUSA's version working but it gave all sorts of problems with players constantly dropping off the server, problems all fixed by disabling the plugin again (go figure). Anyway, I'm running 7.7.6 so I'd need to upgrade to try this, so looking at the

Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread rickwookie
disaster123 wrote: It's included in v0.2 - please test. Binary is from adamcohenrose github repo. Don't have Mac OS X. Ha! Adam Cohen Rose. Small word. rickwookie's Profile:

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2011-09-08 Thread rickwookie
please give me hand? Kindly Jörgen Try Code: sudo ethtool eth0 -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http

Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2011-04-25 Thread rickwookie
a user might want to save to file under a different name for all sorts of reasons. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2011-03-07 Thread rickwookie
the bbc do. Looking at the info here (http://www.ukradioplayer.info/technical) it seems that they will give out the flash console code to anyone hosting a radio stream that wants to join them. I would imagine that that code would reveal enough to implement a player plugin. -- rickwookie

Re: [SlimDevices: Plugins] iPeng support thread

2010-08-04 Thread rickwookie
is still playing at about 20% for example. If I flick the now playing screen to right to reveal the multiple player statuses, the smaller volume controls there work fine, it's just the larger contol at the bottom that is problematic. -- rickwookie

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-07 Thread rickwookie
Thanks guys. I'll try those options when I get home. Odd though, I never had an update for any version of the server screw itself up. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-07 Thread rickwookie
: $ sudo chkconfig squeezeboxserver off sudo: chkconfig: command not found :-( -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-07 Thread rickwookie
Did a: Code: $ /etc/init.d/squeezeboxserver stop $ sudo dpkg -i squeezeboxserver_7.4.2~29536_all.deb All working now! :-) I'll now try to move the SvrPowerControl folder back and see if it all works... -- rickwookie

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-07 Thread rickwookie
Still won't shutdown after idle period. :-( -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-06 Thread rickwookie
-06 14:09:31 Squeezebox Server died. Restarting. 2009-12-06 14:09:36 Squeezebox Server died. Restarting. 2009-12-06 14:09:41 Squeezebox Server died. Restarting. This last message repeats continuously in the log up to the current date/time. Any ideas? -- rickwookie

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-12-06 Thread rickwookie
the problem? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 ___ plugins

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-23 Thread rickwookie
if it's new or just got its date from when i downloaded it. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2009-10-10 Thread rickwookie
format. If the server's 'Artwork' setting could be read and offered as an additional option, and if there could be a last option to manually enter the filename, this would be great since a user might want to save to file under a different name for all sorts of reasons. -- rickwookie

Re: [SlimDevices: Plugins] 7.4: Alarm will not play iPlayer streams

2009-10-07 Thread rickwookie
opened for this? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=68354

Re: [SlimDevices: Plugins] AlienBBC, iPlayer Listen Again...

2009-09-17 Thread rickwookie
would I choose this over the AAC streams an is it the same quality? Still a bit confused. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] AlienBBC, iPlayer Listen Again...

2009-09-15 Thread rickwookie
??? Then there's the previously mentioned page: http://iplayerhelp.external.bbc.co.uk/help/playing_programmes/local_radio_real_media/ Or are we saying the RealAudio support will continue? I'm so confused! -- rickwookie rickwookie's

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-13 Thread rickwookie
it implemented. Keep up the good work! :-) -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=66330

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-09 Thread rickwookie
that the user could define two time periods with two different idle time-outs. Day and night prefs if you like. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http

[SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-04 Thread rickwookie
to 1249369500 (2009-08-04 07:05:00) but I can't see why. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Squeezeslave, ReplayGain and Bitrate Limiting

2009-05-28 Thread rickwookie
version allow me to play anthing else while Squeezeslave is running and if it will, where to I get the latest OSS version? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-05-18 Thread rickwookie
I'd be happy to test any builds you have for Linux. I've already applied the previous patch BTW. I thought I should know how to do it and it didn't take much googling to find out how. -- rickwookie rickwookie's Profile

Re: [SlimDevices: Plugins] SoftSqueeze headless with squeezecenter problems

2009-05-07 Thread rickwookie
. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=63052 ___ plugins mailing list

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-27 Thread rickwookie
. Anyway, there you go. Could I get RG working then if I apply the patch for 7.3 that came with the binary? If so, how do I apply it? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-27 Thread rickwookie
ralphy;418612 Wrote: Could you hold off installing the patch until I've had a chance to look at the advancing issue? Since I have no idea how to apply the patch, I think I could hold off for a while. ;-) -- rickwookie

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-26 Thread rickwookie
This happens with every track I play, flac (most of my files are flac) and mp3. I can play a whole album and have to hit NEXT at the end of every track, not just the first one. -- rickwookie rickwookie's Profile: http

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-26 Thread rickwookie
: $ uname -r 2.6.28-11-server -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=62654

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-26 Thread rickwookie
track. What's the best way to try to debug this? Is there something that SqueezeCenter can log, or should I use the debug version of SqueezeSlave that I noticed in squeezeslave-0.8-25-lnx24-i686 and get some debug output from that (not that I would know how)? -- rickwookie

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-26 Thread rickwookie
supposed to request the next track or notify SqueezeCenter that it's output all the data or does SqueezeCenter just continue sending the next track after the current track has been fully received and buffered? -- rickwookie

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-25 Thread rickwookie
makefile.linux24 and makefile.linux26 in the source. How would one determine which signals model matches ones glibc? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread

Re: [SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-25 Thread rickwookie
that's not an option for me. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=62654

Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2009-04-24 Thread rickwookie
softsqueeze - Lost contact with Slim Server Frames decoded 135245 [SlimTCP-1] WARN softsqueeze - Lost contact with Slim Server So it's probably nothing new introduced in 3.9. -- rickwookie

[SlimDevices: Plugins] Squeezeslave stopping at end of track

2009-04-23 Thread rickwookie
I'm using Squeezeslave 0.8-33 on my Ubuntu server and at the end of each track (flac) in the playlist it stops and I have to hit next to get it to play the next track. Any ideas? -- rickwookie rickwookie's Profile: http

Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2009-04-23 Thread rickwookie
/plugins/softsqueeze/html/SoftSqueeze.jar It works for the first track start, then it seems to ignore all button presses in the SqueezeCenter web UI and I have to kill the java process to make it stop. -- rickwookie

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-04-20 Thread rickwookie
aubuti;416774 Wrote: the ...to SN options aren't working for me with 20090419. Confirmed for me too. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-04-19 Thread rickwookie
::IdleWatchdog (121) Bad IdleWatchdog Action: shutdown2SN [09-04-19 08:36:27.0039] Plugins::SrvrPowerCtrl::Watchdog::IdleWatchdog (121) Bad IdleWatchdog Action: shutdown2SN -- rickwookie rickwookie's Profile

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-04-19 Thread rickwookie
wait after SqueezeCenter startup before the players are pulled back from SqueezeNetwork. Surely SqueezeCenter can't do the action (or get the plugin to do the action) until it is up and running and ready to have players attached. -- rickwookie

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-04-19 Thread rickwookie
4 seconds from SC startup until it's got the list of players from SN. It's an AMD Athlon(tm) XP 2500+ with 512 MB or RAM, so it's not a rocket. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-04-18 Thread rickwookie
after idle time' is 'Shutdown to SqueezeNetwork' -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-17 Thread rickwookie
plugin helper script for linux. # # This script will set the system's RTC to wake the system up in advance of a programmed SqueezeCenter alarm. # # It attempts to accommodate hardware clocks set either to UTC or local time. (Thnx to rickwookie.) # # # Copy this script to /usr/bin

Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2009-04-16 Thread rickwookie
Installed using the Extension Downloader. No errors at all, all working excellent. Terrible synchronisation though. ;-) -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-15 Thread rickwookie
gharris999;415221 Wrote: rickwookie: would you be willing to test this? I just replaced my /usr/bin/scwakeup.sh with your posted script, then from the Squeezebox 3 menu I did a 'Shutdown to SqueezeNetwork'. Strangely though, when I then WOL'd my server to check /vat/log/squeezecenter

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-15 Thread rickwookie
rickwookie;415592 Wrote: I just replaced my /usr/bin/scwakeup.sh with your posted script, then from the Squeezebox 3 menu I did a 'Shutdown to SqueezeNetwork'. Strangely though, when I then WOL'd my server to check /var/log/squeezecenter/srvrpowerctrl.log, the last entry is: Code

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-15 Thread rickwookie
But it obviously hasn't then written anything to the log file, so looking at the script I can't see what it has done. -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-15 Thread rickwookie
/scwakeup.sh: 50: [[: not found /usr/bin/scwakeup.sh: 52: Bad substitution -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-15 Thread rickwookie
. (Thnx to rickwookie.) # # # Copy this script to /usr/bin/scwakeup.sh: cp ./scwakeup.sh /usr/bin/scwakeup.sh # # Give root only permissions: chown root:root /usr/bin/scwakeup.sh # # Make it executable: chmod a+x /usr/bin/scwakeup.sh # # Test it: sudo /usr/bin/scwakeup.sh

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-12 Thread rickwookie
to apply a fix for this before the realese of the plugin. For now as a workaround I've increased my idle time-out to 65 mins. I may modify my /etc/default/rcS to set UTC=yes, but I haven't had problems anywhere else with its current setting of UTC=no. -- rickwookie

Re: [SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-12 Thread rickwookie
cdmackay;414808 Wrote: gharris999 wrote: rickwookie;414780 Wrote: ..so is there a way that I can make my Linux install never change the BIOS clock on daylight saving changes, but instead just ofset the OS time? Yes, but it depends on which distro you are using. You might ask

Re: [SlimDevices: Plugins] squeezeslave running in background?

2009-04-11 Thread rickwookie
? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=58696 ___ plugins mailing list

[SlimDevices: Plugins] SrvrPowerCtrl wakeup time

2009-04-11 Thread rickwookie
? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=62339 ___ plugins mailing list plugins

[SlimDevices: Plugins] Extension installation path

2009-03-03 Thread rickwookie
When a 3rd party plugin is installed using the Extension Downloader, where is it installed (I'm using Ubuntu Server)? I have both AlienBBC and WaveInput installed and can't find them in /usr/share/squeezecenter/Plugins where I would expect. -- rickwookie

Re: [SlimDevices: Plugins] Extension installation path

2009-03-03 Thread rickwookie
Would it be: /var/lib/squeezecenter/cache/InstalledPlugins/Plugins/ ? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Alien BBC and 7.3 22996

2008-09-05 Thread rickwookie
mention if this is the case? -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=51883

Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-05 Thread rickwookie
using the little toggle circle thingy (don't know the officical name) to make it clear what the current state is. When the plugin is first installed it currently defaults to a reset volume of 100% once enabled. Something like 25% might be a more sensible default. -- rickwookie

[SlimDevices: Plugins] Re: Using Moose from networked PC

2006-10-27 Thread rickwookie
to be different anyway?) -- rickwookie rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=27306