[slim] Re: music held on multiple HD

2005-11-25 Thread Patrick Dixon

 I'm not a linux expert, so how would I go about creating the link
 between the first and next partitions (FAT32)?Mount the new drive/partition 
 then, in the directory that SS expects
it's music in, make a simlink to that mountpoint.


-- 
Patrick Dixon

www.at-tunes.co.uk

Patrick Dixon's Profile: http://forums.slimdevices.com/member.php?userid=90
View this thread: http://forums.slimdevices.com/showthread.php?t=18505

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Transitions/Crossfade

2005-11-25 Thread Jeff52

I posted a request for crossfading enhancement here:
http://bugs.slimdevices.com/show_bug.cgi?id=2319

I agree with you this would be a nice feature. You may vote for it at
the above link.


-- 
Jeff52

Jeff52's Profile: http://forums.slimdevices.com/member.php?userid=103
View this thread: http://forums.slimdevices.com/showthread.php?t=18506

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] power off Squeezebox

2005-11-25 Thread spipo

Hi
Starting the morning, I'm no longer able to turn off my brand new
Squeezebox. Pressing the power button on the remote or clicking off
on the server doesen't help (nothing happens), it always stays on.
I restartet the server, restartet the Squeezebox , made the server to
forget the squeezebox, ... I also tried to turn it off using the CLI:
power 0. While this works with the other players connected to the same
server, when I type power ? I get a power %3F%3F for this player.

Is there a way to hard reset all settings on the Squeezebox  and the
server (for that specific player) or do you have any other ideas?
(For information: Player Firmware Version: 28, SlimServer Version:
6.2.1 - 5194 - Windows Server 2003 - EN - cp1252)

Thanks in advance, pipo


-- 
spipo

spipo's Profile: http://forums.slimdevices.com/member.php?userid=2474
View this thread: http://forums.slimdevices.com/showthread.php?t=18509

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Being returned to Now Playing

2005-11-25 Thread max . spicer

Yes, the name isn't very good at describing it's purpose!  Can anyone
think of something better?  I remember being completely confused by
this when I first got my squeezebox - it wasn't until someone described
it on these forums that I understood.

Max

dfk Wrote: 
 Ah, that's what Jump Back on Wake does!  Thanks for the tip.
 
 dfk


-- 
max.spicer

The wild things roared their terrible roars and gnashed their terrible
teeth
and rolled their terrible eyes and showed their terrible claws
but Max stepped into his private boat and waved good-bye

max.spicer's Profile: http://forums.slimdevices.com/member.php?userid=23
View this thread: http://forums.slimdevices.com/showthread.php?t=18501

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

Cooltopia.co.uk have them but the wont ship to Ireland.

The only Irish reseller (http://www.gadgetsonline.ie/) don't seem to be
bothered to have a website.

You see my point? Why cannot Slim stop faffing about with these bedroom
bandits and get their products with a proper retailer like Amazon?

Yes I could order it direct from SD but then I get hit with not only
the huge UPS postage costs but also 21% Vat upon arrival.

You know, Im feeling really quite pissed off!!!


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] power off Squeezebox

2005-11-25 Thread Mark Lanctot
To reset to factory defaults hold down the ADD key 
while unplugging and replugging the power.

You can also press 1 after power cycling, this 
rewrites one of the chips.

spipo wrote:
 Hi
 Starting the morning, I'm no longer able to turn off
my brand new
 Squeezebox. Pressing the power button on the remote
or clicking off
 on the server doesen't help (nothing happens), it
always stays on.
 I restartet the server, restartet the Squeezebox ,
made the server to
 forget the squeezebox, ... I also tried to turn it
off using the CLI:
 power 0. While this works with the other players
connected to the same
 server, when I type power ? I get a power %3F%3F
for this player.
 
 Is there a way to hard reset all settings on the
Squeezebox  and the
 server (for that specific player) or do you have any
other ideas?
 (For information: Player Firmware Version: 28,
SlimServer Version:
 6.2.1 - 5194 - Windows Server 2003 - EN - cp1252)
 
 Thanks in advance, pipo
 
 

-- 
___
 

  Mark Lanctot
___






__ 
Find your next car at http://autos.yahoo.ca
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: music held on multiple HD

2005-11-25 Thread firestorm

did a bit of digging and found this :

ln
A feature of linking files is available in Linux. It works by
redirecting a file to the actual file. It's referred to as a symbolic
link. Don't confuse this term with the linking of programs, which is
when binary programs are connected with libraries that they need to
load in order to run.

The most simple way that I've ever used ln to create symbolic links is
ln -s existing_file link. Evidently there's a hard link and a symbolic
link; I've been using a symbolic link all along. You can also use the
-f flag to force the command line to overwrite anything that might have
the symbolic link's file name already.

To remove a symbolic link, simply type rm symbolic_link. It won't
remove the file that it's linked to.


Patrick, symlinks are for linking libraries in make files for compiling
apparently.

Neil, I read LN as IN at first, but found it eventually.

Thanks guys!


-- 
firestorm

firestorm's Profile: http://forums.slimdevices.com/member.php?userid=2244
View this thread: http://forums.slimdevices.com/showthread.php?t=18505

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: music held on multiple HD

2005-11-25 Thread koen

the links for libraries are the same as the ones for directories.

a symbolic link is obtained by invoking 'ln -s ...'. 

A dynamic library could be called 'libxyz.so' for instance, but it
would be a symbolic link to libxyz.so.1.4 which is the actual library.
When a newer version of the library is installed (libxyz.so.1.5 for
instance) the symbolic link gets moved to the newer library. That way
the old library is still available and a simple change of link can undo
an upgrade. This is much better than actually replacing the old library
with the new one and then finding out the new one is buggy.

Now for symbolic linking of directories it could go as follows:

music folder = /music

disk 1 is mounted on /mnt/disk1
disk 2 is mounted on /mnt/disk2

then it's just a question of linking both to a directory in /music

ln -s /mnt/disk1 /music/disk1
ln -s /mnt/disk2 /music/disk2

if you then do an 'ls -l' in /music you will see

disk1 - /mnt/disk1
disk2 - /mnt/disk2

confirming your newly created links


Hope this helps,

Koen.


-- 
koen

koen's Profile: http://forums.slimdevices.com/member.php?userid=2417
View this thread: http://forums.slimdevices.com/showthread.php?t=18505

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: power off Squeezebox

2005-11-25 Thread spipo

Thanks!
I did what you sugested:
- reset to factory (hold down the ADD key)
- rewriting one of the chips (the 1 key - programming xilinx)

and then:
- Forget player in SlimServer
- manual firmware update
- soft reset

BUT: still the same, it's not possibe to power of my SB. All other
players work perfectly, just the one...

Thanks for your help!


Mark Lanctot Wrote: 
 To reset to factory defaults hold down the ADD key 
 while unplugging and replugging the power.
 
 You can also press 1 after power cycling, this 
 rewrites one of the chips.
 ___


-- 
spipo

spipo's Profile: http://forums.slimdevices.com/member.php?userid=2474
View this thread: http://forums.slimdevices.com/showthread.php?t=18509

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Internet Radio help

2005-11-25 Thread audiofi

Can anyone help with a small problem I have:

I can get the Squeezebox (2) to connect to the computer and play back
MP3's and I can get onto Squeezenetwork, but I can't get any other
radio stations to play.

I have installed AlienBBC and that can't find any programs.

The server connects to the internet fine and I can ping www.bbc.co.uk
through it.

I have tried the mplayer test and that also worked fine.

Any ideas?

System information:
Slimserver 6.2.1 running on Win NT, both wired to the router.


-- 
audiofi

audiofi's Profile: http://forums.slimdevices.com/member.php?userid=726
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Being returned to Now Playing

2005-11-25 Thread Fifer

'Now playing - hold menu place'?


-- 
Fifer

Fifer's Profile: http://forums.slimdevices.com/member.php?userid=639
View this thread: http://forums.slimdevices.com/showthread.php?t=18501

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


RE: [slim] Re: Being returned to Now Playing

2005-11-25 Thread Craig, James (IT)
Maybe it's the other one that needs renaming?
I'd imagine everyone expects a screensaver to return to the original
position when woken up.

James


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] WPA Passphrase - Allowable Characters?

2005-11-25 Thread bmillsap

Sorry if this has been addressed, but WPA is too short to use as a
search term.  Is there a way to put non-alphanumeric characters into
the SB3 for the WPA passphrase?


-- 
bmillsap

bmillsap's Profile: http://forums.slimdevices.com/member.php?userid=2475
View this thread: http://forums.slimdevices.com/showthread.php?t=18511

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Display composer in Now Playing

2005-11-25 Thread luga00

I have seen all the various options for how the current track is
displayed in the Squeezebox 'Now Playing' display. I'm wondering if
it's possible to show the composer in this window rather than the
artist.
This would work particularly well with my classical collection.
regards
luga


-- 
luga00

luga00's Profile: http://forums.slimdevices.com/member.php?userid=1938
View this thread: http://forums.slimdevices.com/showthread.php?t=18512

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread gingerneil

ebay ?? You'll save more than £50 too !


-- 
gingerneil

gingerneil's Profile: http://forums.slimdevices.com/member.php?userid=1396
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread ultra238a

We do ship to Ireland, delivery is £10.

You need to call us though to place the order as we don't process Irish
orders online. Call us on 0871 871 9747

Thanks

Paul
Progressives Consumer Electronics Ltd


-- 
ultra238a

ultra238a's Profile: http://forums.slimdevices.com/member.php?userid=626
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


RE: [slim] Re: Slim Devices at Amazon

2005-11-25 Thread Stuart Cooper
We ship to Ireland - although Rep of Ireland costs the same as mainland
Europe with DHL (approx £35) - Northern Ireland is our standard free
delivery on Squeezebox. If you'd like to buy one from us, and you're in RoI,
you can order online and choose the EU Delivery option. 

Would you really prefer to deal with the faceless Amazon, rather than a
company that knows the product and can help you with technical and pre-sales
queries? You won't see them generating interest and championing the product
in the UK or anywhere else. I've had the Squeezebox on CH5's Gadget Show and
reviewed in a number of magazines; I also made the first contact with Radio
IO and Radio Paradise, although initially neither were particularly
interested - now RadioIO is a part of the interface!

With regard to eBay, we've had more than one call from customers who've
purchased an SB2 from eBay only to discover it was an SB1 on arrival. Doh!

Stuart.
www.multitask-computing.co.uk

P.S. Will ask my missus if she thinks I'm a bedroom bandit - am expecting
laughter sadly. :-(

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Orb
Sent: 25 November 2005 13:23
To: discuss@lists.slimdevices.com
Subject: [slim] Re: Slim Devices at Amazon


Cooltopia.co.uk have them but the wont ship to Ireland.

The only Irish reseller (http://www.gadgetsonline.ie/) don't seem to be
bothered to have a website.

You see my point? Why cannot Slim stop faffing about with these bedroom
bandits and get their products with a proper retailer like Amazon?

Yes I could order it direct from SD but then I get hit with not only the
huge UPS postage costs but also 21% Vat upon arrival.

You know, Im feeling really quite pissed off!!!


--
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss





___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


RE: [slim] Re: Slim Devices at Amazon

2005-11-25 Thread Stuart Cooper
See Orb - we’re fighting over you now! LOL

Stu. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ultra238a
Sent: 25 November 2005 16:01
To: discuss@lists.slimdevices.com
Subject: [slim] Re: Slim Devices at Amazon


We do ship to Ireland, delivery is £10.

You need to call us though to place the order as we don't process Irish
orders online. Call us on 0871 871 9747

Thanks

Paul
Progressives Consumer Electronics Ltd


--
ultra238a

ultra238a's Profile: http://forums.slimdevices.com/member.php?userid=626
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss





___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: SB3/6.1.1 and DTS issues

2005-11-25 Thread smst

machinehead Wrote: 
 I did try one of my DTS CD's, ripped to FLAC, but can't get it working
 on my Squeezebox 1.  Not entirely sure why, there shouldn't be any
 bit-mangling, but I can't find any reference to DTS working on anything
 less than a SB2.
SB1 doesn't pass the bits through quite correctly -- I asked the other
day and was told, IIRC, that the sign of each 16-bit word is inverted
(or something along those lines).

In theory one could modify the underlying WAV to compensate for this...


-- 
smst

smst's Profile: http://forums.slimdevices.com/member.php?userid=752
View this thread: http://forums.slimdevices.com/showthread.php?t=18438

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

gingerneil Wrote: 
 ebay ?? You'll save more than £50 too !

I've been watching ebay and I have concluded that 2nd hand SB's often
sell for more than new ones!!! Some guy bid £156 the other day for a
SB2. It didn't even include the £10 PP. Mad, quite mad.


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

ultra238a Wrote: 
 We do ship to Ireland, delivery is £10.
 
 You need to call us though to place the order as we don't process Irish
 orders online. Call us on 0871 871 9747
 
 Thanks
 
 Paul
 Progressives Consumer Electronics Ltd

Paul, do you have a website?
Do you have SB2 wired in stock?
How much is it?
Where are you based?
£10 delivery!!! I am warming to you :)


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] WPA Passphrase - Allowable Characters?

2005-11-25 Thread Mark Lanctot
You mean like punctuation, special characters and 
such?  Use the 1 key.

bmillsap wrote:
 Sorry if this has been addressed, but WPA is too
short to use as a
 search term.  Is there a way to put non-alphanumeric
characters into
 the SB3 for the WPA passphrase?
 
 

-- 
___
 

  Mark Lanctot
___






__ 
Find your next car at http://autos.yahoo.ca
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

Stuart Cooper Wrote: 
 We ship to Ireland - although Rep of Ireland costs the same as mainland
 Europe with DHL (approx £35) - Northern Ireland is our standard free
 delivery on Squeezebox. If you'd like to buy one from us, and you're in
 RoI,
 you can order online and choose the EU Delivery option. 
 
 Would you really prefer to deal with the faceless Amazon, rather than
 a
 company that knows the product and can help you with technical and
 pre-sales
 queries? You won't see them generating interest and championing the
 product
 in the UK or anywhere else. I've had the Squeezebox on CH5's Gadget
 Show and
 reviewed in a number of magazines; I also made the first contact with
 Radio
 IO and Radio Paradise, although initially neither were particularly
 interested - now RadioIO is a part of the interface!
 
 With regard to eBay, we've had more than one call from customers
 who've
 purchased an SB2 from eBay only to discover it was an SB1 on arrival.
 Doh!
 
 Stuart.
 www.multitask-computing.co.uk
 
 P.S. Will ask my missus if she thinks I'm a bedroom bandit - am
 expecting
 laughter sadly. :-(
 
 -Original Message-
 From: discuss-bounces (AT) lists (DOT) slimdevices.com
 [mailto:discuss-bounces (AT) lists (DOT) slimdevices.com] On Behalf Of
 Orb
 Sent: 25 November 2005 13:23
 To: discuss (AT) lists (DOT) slimdevices.com
 Subject: [slim] Re: Slim Devices at Amazon
 
 
 Cooltopia.co.uk have them but the wont ship to Ireland.
 
 The only Irish reseller (http://www.gadgetsonline.ie/) don't seem to
 be
 bothered to have a website.
 
 You see my point? Why cannot Slim stop faffing about with these
 bedroom
 bandits and get their products with a proper retailer like Amazon?
 
 Yes I could order it direct from SD but then I get hit with not only
 the
 huge UPS postage costs but also 21% Vat upon arrival.
 
 You know, Im feeling really quite pissed off!!!
 
 
 --
 Orb
 
 Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
 View this thread: http://forums.slimdevices.com/showthread.php?t=18469

Stuart,

1. I went to your website and got excited when I found SB2 wired
listed. I clicked on it and got NO LONGER AVAILABLE - NOW REPLACED BY
NEW SQUEEZEBOX.
If its no longer available why bloody list it???

Not a good start.

2. How on earth can you charge £35 to send it less than 150 miles south
of the Northern Ireland UK Border?

3. I would prefer to deal with the faceless Amazon as you put it
because I can go to their website, order it, have it turn up within 48
hours without any fuss. I mean, I've been looking to buy (Credit card
waiting) for the best part of a month now. How bloody difficult should
it be to buy the product?

I'm not having a personal dig at you Stu and forgive me if my tone
comes across that way. I am just very VERY frustrated.


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: power off Squeezebox

2005-11-25 Thread radish

You're sure you haven't changed the screensaver settings? With off
brightness on full and off screensaver on Now Playing I ended up with a
SB2 which didn't look like it was turned off.


-- 
radish

radish's Profile: http://forums.slimdevices.com/member.php?userid=77
View this thread: http://forums.slimdevices.com/showthread.php?t=18509

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


RE: [slim] Re: Slim Devices at Amazon

2005-11-25 Thread Stuart Cooper
I understand your frustration... :o) 

The old SB2 is still listed as so many external links point to it, so rather
than present folk with a page not found screen when they've been directed
there, it's simply left there for the transition period, to provide a
pointer to the new version. The SB2 has not been available to any of us in
the UK since the new SB3 was released.

The high shipping cost to RoI is indeed ridiculous - I've had that
conversation with DHL, but it's their tariff - I'm just having to pass it
on. They also charge the same for Jersey and Guernsey - and they have UK
postcodes! I've shipped to customers' friends or relatives in Norhern
Ireland before now, so that they can pick them up from there.

Many, many of my customers will tell you that they have ordered one day and
had a Slimp3, SB1 or SB2 in their hands the next morning. By and large,
that's the norm - except when new models are released and we all have to
wait. C'mon guys - someone attest to that for me...  :o) 

Stu.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Orb
Sent: 25 November 2005 16:33
To: discuss@lists.slimdevices.com
Subject: [slim] Re: Slim Devices at Amazon


Stuart Cooper Wrote: 
 We ship to Ireland - although Rep of Ireland costs the same as 
 mainland Europe with DHL (approx £35) - Northern Ireland is our 
 standard free delivery on Squeezebox. If you'd like to buy one from 
 us, and you're in RoI, you can order online and choose the EU Delivery 
 option.
 
 Would you really prefer to deal with the faceless Amazon, rather than 
 a company that knows the product and can help you with technical and 
 pre-sales queries? You won't see them generating interest and 
 championing the product in the UK or anywhere else. I've had the 
 Squeezebox on CH5's Gadget Show and reviewed in a number of magazines; 
 I also made the first contact with Radio IO and Radio Paradise, 
 although initially neither were particularly interested - now RadioIO 
 is a part of the interface!
 
 With regard to eBay, we've had more than one call from customers 
 who've purchased an SB2 from eBay only to discover it was an SB1 on 
 arrival.
 Doh!
 
 Stuart.
 www.multitask-computing.co.uk
 
 P.S. Will ask my missus if she thinks I'm a bedroom bandit - am 
 expecting laughter sadly. :-(
 
 -Original Message-
 From: discuss-bounces (AT) lists (DOT) slimdevices.com 
 [mailto:discuss-bounces (AT) lists (DOT) slimdevices.com] On Behalf Of 
 Orb
 Sent: 25 November 2005 13:23
 To: discuss (AT) lists (DOT) slimdevices.com
 Subject: [slim] Re: Slim Devices at Amazon
 
 
 Cooltopia.co.uk have them but the wont ship to Ireland.
 
 The only Irish reseller (http://www.gadgetsonline.ie/) don't seem to 
 be bothered to have a website.
 
 You see my point? Why cannot Slim stop faffing about with these 
 bedroom bandits and get their products with a proper retailer like 
 Amazon?
 
 Yes I could order it direct from SD but then I get hit with not only 
 the huge UPS postage costs but also 21% Vat upon arrival.
 
 You know, Im feeling really quite pissed off!!!
 
 
 --
 Orb
 --
 -- Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
 View this thread: http://forums.slimdevices.com/showthread.php?t=18469

Stuart,

1. I went to your website and got excited when I found SB2 wired listed. I
clicked on it and got NO LONGER AVAILABLE - NOW REPLACED BY NEW
SQUEEZEBOX.
If its no longer available why bloody list it???

Not a good start.

2. How on earth can you charge £35 to send it less than 150 miles south of
the Northern Ireland UK Border?

3. I would prefer to deal with the faceless Amazon as you put it because I
can go to their website, order it, have it turn up within 48 hours without
any fuss. I mean, I've been looking to buy (Credit card
waiting) for the best part of a month now. How bloody difficult should it be
to buy the product?

I'm not having a personal dig at you Stu and forgive me if my tone comes
across that way. I am just very VERY frustrated.


--
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss





___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

I just got some speakers delivered from the UK today via DHL. Postage
cost £20 and these speakers are a lot heavier and larger than a SB2 so
I don't know what to think. Yer man Paul is saying £10.
I don't mind paying say £15 for postage.


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Fifer

It's possible that if your speakers came from a large organisation
(particularly one with an international presence), they will have
negotiated more favourable Irish shipping rates than a smaller
specialist outfit can. It's also possible that the vendor is
subsidising the shipping but bumping the cost of the product. Paul
probably doesn't use DHL bit it may be that Stuart gets a good UK
shipping deal from DHL where most of his customers are.


-- 
Fifer

Fifer's Profile: http://forums.slimdevices.com/member.php?userid=639
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Music scan under 6.2.1 problems

2005-11-25 Thread alanj

Hi,
I've just noticed a problem with the New Music scan function since
upgrading to 6.2.1 

I have a daily scan scheduled to look for new and changed music, so
after adding a few new albums I expected to be able to play these the
next day. However they did not appear in the Slim server list.

So I ran a manual New and Changed music scan. Still no new albums
found.

I then ran a Clean library rescan.
This resulted in my total albums found dropping from 601 to 582. Yet I
still have 601 album directories in my music folder. ( I rip each album
to its own directory )
Oh and still no sign of the new albums.

I then deleted the cache directory and rescanned. Same result, I only
have 582 albums found now and not the newest ones.

Any ideas as to what is going on and how I can PD this?

Oh I'm on Windows Home XP+Sp2

Cheers
Alan


-- 
alanj

alanj's Profile: http://forums.slimdevices.com/member.php?userid=2017
View this thread: http://forums.slimdevices.com/showthread.php?t=18516

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slimserver 6.2.2

2005-11-25 Thread JMACLAN

Well, I`ve tried lots of things to get to the root of the problem with
6.2.2, and have given up meantime.
Unfortunately whereas previously if I reverted to the older version of
slimserver (6.02) all of my SB`s would play all required files, now my
3 SB1`s will still not play flac files!
The firmware is the current version 40, so I suspect if I could roll
back the version to the earlier one, this might restore things .
So, is there a way to source the previous firmware version and roll
back the current version.Otherwise I`m up the creek without a paddle!


-- 
JMACLAN

JMACLAN's Profile: http://forums.slimdevices.com/member.php?userid=195
View this thread: http://forums.slimdevices.com/showthread.php?t=18376

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Re: Slimserver 6.2.2

2005-11-25 Thread Richie
 The firmware is the current version 40, so I suspect if I could roll
 back the version to the earlier one, this might restore things .
 So, is there a way to source the previous firmware version and roll
 back the current version.Otherwise I`m up the creek without a paddle!

My SB1-G plays my flac files fine, obviously converted to wav on the
server. Also using 6.2.2 and firmware 40  (and WinXP SP2) so I'd try
uninstalling and reinstalling first. Firmware 40 has been around for a
while now, I'm sure there'd be a lot more people complaining if it
were the cause of your problems.

Richard
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Internet Radio help

2005-11-25 Thread Oss

Are you using AlienBBC V1.0?  If you have a firewall you need to ensure
socketwrapper can access the internet in addition to the slim.exe and
mplayer.  Does the AlienBBC appear in the Radio section of the server
(localhost:9000)


-- 
Oss

Oss's Profile: http://forums.slimdevices.com/member.php?userid=2403
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Internet Radio help

2005-11-25 Thread audiofi

Hi,

Yes, AlienBBC 1.0 and it does appear in the menu's etc.

I've had a look around and it seems that Squeezenetwork works fine, but
if accessing any via the PC, radio, podcasts or RSS feeds, none of them
work.

It seems it can't find the internet if connecting through slimserver,
but the computer can access the internet fine.

The firewall is setup to allow everything out and block everything in
if that helps.

This one has me stumped I'm afraid, I'm probably missing a setting
somewhere.

Thanks

Andrew


-- 
audiofi

audiofi's Profile: http://forums.slimdevices.com/member.php?userid=726
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Re: SB3/6.1.1 and DTS issues

2005-11-25 Thread machinehead

smst 
[EMAIL PROTECTED] 
wrote in message news:[EMAIL PROTECTED]

 machinehead Wrote:
 I did try one of my DTS CD's, ripped to FLAC, but can't get it working
 on my Squeezebox 1.  Not entirely sure why, there shouldn't be any
 bit-mangling, but I can't find any reference to DTS working on anything
 less than a SB2.
 SB1 doesn't pass the bits through quite correctly -- I asked the other
 day and was told, IIRC, that the sign of each 16-bit word is inverted
 (or something along those lines).

 In theory one could modify the underlying WAV to compensate for this...

Now that you mention that, I think I remember reading that a looonng time 
ago.  Thanks, that would have driven me nuts.

Ed
[EMAIL PROTECTED]



___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

Speakers came from an individual from ebay.


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Fifer

Then Stuart maybe needs to talk to DHL to find out why an individual can
negotiate better shipping terms to Ireland for heavy items than a
company (all be it a small one) shipping small stuff.


-- 
Fifer

Fifer's Profile: http://forums.slimdevices.com/member.php?userid=639
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread audiofi

Chances are the individual used someone like parcel2go who are the cut
price end of DHL (and usually cut-service as well), or one of the
companies who have huge accounts with the couriers, negotiate prices
down and then offer the service to customers at a lower price
(pharos-international for example).


-- 
audiofi

audiofi's Profile: http://forums.slimdevices.com/member.php?userid=726
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Very Slightly OT - Qnap

2005-11-25 Thread funkstar

Any more news on the Qnap ts-101 or ts-401 yet?

i would *really* like to get a SB3 (or two) but can't until i get
storage and server sorted out which i'm hoping to do with one of these
(probably the 101).

thanks


-- 
funkstar

funkstar's Profile: http://forums.slimdevices.com/member.php?userid=2335
View this thread: http://forums.slimdevices.com/showthread.php?t=18517

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Internet Radio help

2005-11-25 Thread audiofi

I've tried running it with the --d_plugin and get the following error:

cannot connect to http daemon to get playlist at
/PerlApp/Slim/Utils/Scan.pm line 434

Any ideas based on that?

Andrew


-- 
audiofi

audiofi's Profile: http://forums.slimdevices.com/member.php?userid=726
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: 125 Mbps router

2005-11-25 Thread xidium

seanadams Wrote: 
 Anything over 56Mbps is non-standard, and only works when all your
 hardware is from the same supplier. Even then, I've never heard of
 anyone actually getting more than 56Mbps throughput in the real world.
 
 Right now we are looking into an issue where Squeezebox does not
 connect to these turbo networks - for the time being you may need to
 disable the turbo feature.

Has the issue of making SB2 connect to high transfer rate wireless
routers been addressed yet?


-- 
xidium

xidium's Profile: http://forums.slimdevices.com/member.php?userid=1878
View this thread: http://forums.slimdevices.com/showthread.php?t=18103

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

Hi,

I have had a SB2 for a few weeks now and are really enjoying it. A
question from a friend popped up today.

Is it possible to see which songs that have been played on my SB2
during a given period?

Why? may you ask. What do I listen most ? I let my friends loose on
my music collections. What did they choose?

Tom


-- 
tomsi42

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Can I setup slimserver to log all files served?

2005-11-25 Thread Jack Coates


 Hi,

 I have had a SB2 for a few weeks now and are really enjoying it. A
 question from a friend popped up today.

 Is it possible to see which songs that have been played on my SB2
 during a given period?

 Why? may you ask. What do I listen most ? I let my friends loose on
 my music collections. What did they choose?

 Tom

http://last.fm -- has a slimserver plugin.
-- 
Jack At Monkeynoodle.Org:  It's A Scientific Venture...
Believe what you're told; there'd be chaos if everyone thought for
themselves. -- Top Dog hotdog stand, Berkeley, CA
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread N�stor

tomsi42 Wrote: 
 Hi,
 
 I have had a SB2 for a few weeks now and are really enjoying it. A
 question from a friend popped up today.
 
 Is it possible to see which songs that have been played on my SB2
 during a given period?
 
 Why? may you ask. What do I listen most ? I let my friends loose on
 my music collections. What did they choose?
 
 Tom

Hi, 

check www.lastfm.com , and then check the Slimscrobbler plugin. It may
be all you need (altough not as detailed as you may want)


-- 
Néstor

Whole album Flac files -- Squeezebox (3) -- direct to Outlaw 7100 amp
using Slimserver Preamp Vol Control -- Monitor Audio S6i

Néstor's Profile: http://forums.slimdevices.com/member.php?userid=60
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Playlist issues

2005-11-25 Thread dbls

I've been fiddling with saving/saved playlists, and I have the following
observations:

1.  When I click the Save link on the playlist, I am presented with a
browse window for the playlist.  This makes no sense to me; why would
I want to add tracks that are already in the playlist?  It would make
much more sense to be presented the edit window for the playlist. 
For example, if the tracks were generated by Random play, (I like to
save the random lists so I won't forget good ideas for building lists
later), you might want to delete some odd tracks that don't fit, or
rearrange the tracks.

2.  When I save a track under an existing name, the page is redisplayed
with the note about the name being taken and the Confirm Overwrite
checkbox, and the Save button has been replaced by a Rename button.
I think it would be better to have the Confirm Overwrite checkbox
available on the initial page.  (An I don't get Rename, since I'm not
renaming anything; Replace would be more accurate.  Of course, this is
moot if the Confirm overwrite checkbox is available initially.)

3.  Finally, a bug (I believe).  If I load a saved playlist, navigate
to the last song, then begin adding songs with random play (or any
other means of adding, I suppose), I cannot save the altered playlist. 
If I click Save, the original, unaltered playlist appears in the browse
window.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=18521

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slimserver 6.2.2

2005-11-25 Thread JMACLAN

Thanks Richard,

Actually I`ve installed/ reinstalled until I`m blue in the face, and
still I have this problem!
I agree with you that it is a peculiar case, and I confess I can`t
understand it.
Kevin at Support mentioned it could be a firewall issue, but he
hasn`t got back to me yet...so I`m at the mercy of those more skilled
than myself(who hasn`t got a background in computing).

John


-- 
JMACLAN

JMACLAN's Profile: http://forums.slimdevices.com/member.php?userid=195
View this thread: http://forums.slimdevices.com/showthread.php?t=18376

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

Thank's for the link to lastfm. From what I see from their website, I
don't think it is what I am looking for.

1. The data I want to collect is for personal use.
2. I am not interested in what lastfm is offerning.
3. I am also suspicious of website who want to collect data for me. Do
they have other motives ?

Tom


-- 
tomsi42

SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to
this ;)

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Internet Radio help

2005-11-25 Thread audiofi

Just to add, I have just tried a full re-install without AlienBBC and it
still refuses to play internet radio.

Is this a Squeezebox problem, or a Windows NT issue?


-- 
audiofi

audiofi's Profile: http://forums.slimdevices.com/member.php?userid=726
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Internet Radio help

2005-11-25 Thread Daniel Cohen

On 25/11/05 at 07:25 -0800, audiofi wrote

I have installed AlienBBC and that can't find any programs.


If you mean that it can't find programs, there has to be an error in 
your installation of AlienBBC.


If the programs show up in the AlienBBC menu but won't play, try 
increasing the timeout for radio. Sorry I can't recall exactly where 
that option is in the Web interface.

--
Daniel Cohen
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread ceejay

Well, lastFM would probably quite like to sell you some music, but you
don't have to buy it!  I use it (via James' excellent plugin) a lot,
they do a good job of serving up music I (usually) want to listen to.

However, back to the question... I would guess that the audioscrobbler
plugin, which captures the data to send off to lastFM, wouldn't take
very much hacking to send the data to some local file instead... in
fact I think its already set up to cache data in a log file when the
link to lastFM is down, so it might be really easy.

Ceejay


-- 
ceejay

ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Internet Radio help

2005-11-25 Thread bpa

The following was the fix in another thread for the cannot connect to
http daemon problem.

Try setting a longer timeout for radio stations: server settings -
network - radio station timeout


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=18510

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread Jack Coates


 Thank's for the link to lastfm. From what I see from their website, I
 don't think it is what I am looking for.

 1. The data I want to collect is for personal use.
 2. I am not interested in what lastfm is offerning.
 3. I am also suspicious of website who want to collect data for me. Do
 they have other motives ?

 Tom


No, of course not. They also give out free ponies every weekend.

-- 
Jack At Monkeynoodle.Org:  It's A Scientific Venture...
Believe what you're told; there'd be chaos if everyone thought for
themselves. -- Top Dog hotdog stand, Berkeley, CA
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

stinkingpig Wrote: 
 
  Thank's for the link to lastfm. From what I see from their website,
 I
  don't think it is what I am looking for.
 
  1. The data I want to collect is for personal use.
  2. I am not interested in what lastfm is offerning.
  3. I am also suspicious of website who want to collect data for me.
 Do
  they have other motives ?
 
  Tom
 
 
 No, of course not. They also give out free ponies every weekend.
 
 -- 
 Jack At Monkeynoodle.Org:  It's A Scientific Venture...
 Believe what you're told; there'd be chaos if everyone thought for
 themselves. -- Top Dog hotdog stand, Berkeley, CA

Too bad. I'm so heavy, I'd kill the pony...


-- 
tomsi42

SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to
this ;)

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Can I setup slimserver to log all files served?

2005-11-25 Thread Pat Farrell
On Fri, 2005-11-25 at 12:55 -0800, tomsi42 wrote:
 Is it possible to see which songs that have been played on my SB2
 during a given period?

I may be imagining it, but I am sure that on the old
server (circa 5.4) that there was a report on
popularity of songs. Easily accessible from the 
main server page. I can't find it on the page
with my 6.2.1 server.

If the data is available in the slimserver's database, it
should be trivial to use perl to crank out a simple report.
I haven't checked the schema to see if the data is there.
If it isn't, sounds like a good and easy enhancement to
the database.

-- 
Pat
http://www.pfarrell.com/music/slimserver/slimsoftware.html


___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

pfarrell Wrote: 
 On Fri, 2005-11-25 at 12:55 -0800, tomsi42 wrote:
  Is it possible to see which songs that have been played on my SB2
  during a given period?
 
 I may be imagining it, but I am sure that on the old
 server (circa 5.4) that there was a report on
 popularity of songs. Easily accessible from the 
 main server page. I can't find it on the page
 with my 6.2.1 server.
 
 If the data is available in the slimserver's database, it
 should be trivial to use perl to crank out a simple report.
 I haven't checked the schema to see if the data is there.
 If it isn't, sounds like a good and easy enhancement to
 the database.
 
 -- 
 Pat
 http://www.pfarrell.com/music/slimserver/slimsoftware.html

Now, that was my thought as well. But I couldn't find any information
in the docs or faq's. It shouldn't be difficult to put something
together, though...


-- 
tomsi42

SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to
this ;)

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread sbjaerum

pfarrell Wrote: 
 On Fri, 2005-11-25 at 12:55 -0800, tomsi42 wrote:
  Is it possible to see which songs that have been played on my SB2
  during a given period?
 
 I may be imagining it, but I am sure that on the old
 server (circa 5.4) that there was a report on
 popularity of songs. Easily accessible from the 
 main server page. I can't find it on the page
 with my 6.2.1 server.
 
 If the data is available in the slimserver's database, it
 should be trivial to use perl to crank out a simple report.
 I haven't checked the schema to see if the data is there.
 If it isn't, sounds like a good and easy enhancement to
 the database.
 
 -- 
 Pat
 http://www.pfarrell.com/music/slimserver/slimsoftware.html

http://localhost:9000/hitlist.html
Don't know why it's not linked.

Steinar


-- 
sbjaerum

sbjaerum's Profile: http://forums.slimdevices.com/member.php?userid=237
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread ceejay

One reason for hitlist not being linked may be that the data appears to
be nonsense.

Played info certainly could find a place in the database, but there are
two limitations I can see:

(1) the current database just allows for a track played count, it has
nowhere to record when the track was played, nor (which I think would
be handy) which player it was played on

(2) there are still far too many reasons to be wiping the cache... the
database isn't a safe place to keep data that isn't easily recreatable
(eg from tags).

On the other hand, amending the scrobbler plugin (which has lots of
lovely intelligence to handle pause and stop and minimum play time) to
dump a full played record in a log file could be the basis of some
neat offline analysis.  

Ceejay


-- 
ceejay

ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

Thanks for the feedback. 

If I can clear the hitlist, I can at least find out what my friends 
plays at the party tomorrow. That will solve the problem that started
the discussion.

In a few weeks time I hope that I will have time look at the lastfm
plugin and modify it to me needs (If I am allowed to do that...)


-- 
tomsi42

SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to
this ;)

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: 125 Mbps router

2005-11-25 Thread jhwilliams

geoffb Wrote: 
 
 Not as hard as you think:
 NZ=Fish and chips
 Aus=Feesh and cheeps
 Geoff

I think you mean:
NZ=Fush and chups


-- 
jhwilliams

jhwilliams's Profile: http://forums.slimdevices.com/member.php?userid=1876
View this thread: http://forums.slimdevices.com/showthread.php?t=18103

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slimserver 6.2.2

2005-11-25 Thread radish

Can you list exactly what you have enabled/disabled in the file types
list in server settings?


-- 
radish

radish's Profile: http://forums.slimdevices.com/member.php?userid=77
View this thread: http://forums.slimdevices.com/showthread.php?t=18376

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42

tomsi42 Wrote: 
 Thanks for the feedback. 
 
 If I can clear the hitlist, I can at least find out what my friends 
 plays at the party tomorrow. That will solve the problem that started
 the discussion.
 
 In a few weeks time I hope that I will have time look at the lastfm
 plugin and modify it to me needs (If I am allowed to do that...)

I found out how to clear the hitlist. Go to server - Rescan library
and select Clear library and rescan everything.

This will solve this weekend's challenge, but I doub't it is useful for
anyone else ;)


-- 
tomsi42

SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to
this ;)

tomsi42's Profile: http://forums.slimdevices.com/member.php?userid=2477
View this thread: http://forums.slimdevices.com/showthread.php?t=18520

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Slim Devices at Amazon

2005-11-25 Thread Orb

Next day delivery is wonderful but when I moved from the UK to Ireland I
gave up those kind of luxuries for a much overall better way of life.

For £10/15 delivery I be prepared to wait 5 to 7 days for the parcel to
arrive. I'm still no closer to getting a SB2 though.
Now if SD got in with Amazon I'd have had it weeks ago.


-- 
Orb

Orb's Profile: http://forums.slimdevices.com/member.php?userid=111
View this thread: http://forums.slimdevices.com/showthread.php?t=18469

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Best NAS Network Attached Storage for SqueezeBox 3?

2005-11-25 Thread ness_andrew

Hey there everyone. I am about to purchase a SqueezeBox 3 soonish and
i'm wondering whats the best external network attached storage device
to get for it? I live in Australia.
I don't wish to have my computer turned on at all and i'm looking for
something small, quiet, and not too expensive.
I am not thinking of buying a cheap computer.
I have heard that the Gigabit Buffalo Linkstation is the best?
I would probably have to buy this from Amazon as i've had a look on the
net and these seem to buy hard to buy in Australia.
I don't know much about these drives. Are these drives fast enough to
play music? Do they ever lag? Are they a pain in ass, or are they the
perfect thing to buy?
I have heard the linksys NSLU2 device is very slow, so this may be out
of the question.
Are there any other alternatives?
What will be the best way to attach this? Can you attach it straight to
the squeezebox, or is better to attach it to a router so I can copy new
songs onto it better?


-- 
ness_andrew

ness_andrew's Profile: http://forums.slimdevices.com/member.php?userid=2479
View this thread: http://forums.slimdevices.com/showthread.php?t=18527

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: 125 Mbps router

2005-11-25 Thread seanadams

xidium Wrote: 
 Has the issue of making SB2 connect to high transfer rate wireless
 routers been addressed yet?

No news at the moment but we are actively working on this as well as
fixing AES support.


-- 
seanadams

seanadams's Profile: http://forums.slimdevices.com/member.php?userid=3
View this thread: http://forums.slimdevices.com/showthread.php?t=18103

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] How does Slimserver actually use iTunes?

2005-11-25 Thread davehg

Lots of folks claim that running Foobar on windows sounds better than
iTunes. I use iTunes only to burn (to WAV or apple lossless), and use
slim server to play files.

So, I know Slimserver grabs track information and playlists from
iTunes, but does it actually use any plackback components of iTunes?


-- 
davehg

davehg's Profile: http://forums.slimdevices.com/member.php?userid=2269
View this thread: http://forums.slimdevices.com/showthread.php?t=18528

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Best NAS Network Attached Storage for SqueezeBox 3?

2005-11-25 Thread ness_andrew

I also heard that the Qnap TS-101 is good also. Anyone used this?


-- 
ness_andrew

ness_andrew's Profile: http://forums.slimdevices.com/member.php?userid=2479
View this thread: http://forums.slimdevices.com/showthread.php?t=18527

___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss