Re: [slim] SqueezeRemote for nokia phones

2010-09-09 Thread Muele

This is great news. Lots of users out there with a Symbian
touch-device.
The other day I was actually looking for an app for my wive's phone,
but failed.

So I look forward to trying it.


-- 
Muele

BR Mogens

2 Radios (1 battery), 2 Controllers, 2 Receivers, 1 Squeezeplay. Served
by an old 800 mhz IBM T21 Thinkpad (Yes I know most phones have more
cpu-power these days, but it gets the job done).

Muele's Profile: http://forums.slimdevices.com/member.php?userid=21310
View this thread: http://forums.slimdevices.com/showthread.php?t=81848

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

Hi Pipin,

Thanks for the reply.
I can connect to my wifi modem router from my IPhone. The Iphone uses
this network to control the remote  mysqueezebox music server.
Its just the local server it cannot connect to.

Regards

Jim


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


[slim] lastfm - volume level problems

2010-09-09 Thread djtark

The start /standard volume of all lastfm -stations is
so much lower than others. its not so funny jumping with the
higher pushed volume level to a standard volume station.

any ideas how to adjust the stations standard volume level ?

problems occur on my SB Duet and alos on the SB Radio.


-- 
djtark

djtark's Profile: http://forums.slimdevices.com/member.php?userid=31254
View this thread: http://forums.slimdevices.com/showthread.php?t=81867

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread pippin

Is your WiFi probably on a different logical network than the rest of
your local network?
Some routers have a kind of Guest Network that allows access to the
internet but no access to the local network.

This sounds a lot like you don't have access to your local server,
which you obviously need.

Can you tell me a bit more about your network setup?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

Hi Pipin,

My setup is a Dlink modem and an Apple airport extreme for the wifi ( I
live in an old stone barn and needed the range of wireless 'N')

I have a Ubuntu Linux running the Squeezebox server using Netgear
homeplugs ( again due to stone walls and big area the Squeeze boxes are
connected using UTP cat5)

The IPhone accesses the internet using the DLink wifi as I could not
get it to connect to the Airport wifi!

Maybe the issue is with the 2 available wifi networks?

Thanks

Jim


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] Scans seem slow? web, SBC ui slow? how to make them faster! vote for this bug!

2010-09-09 Thread agonynine

andyg;570884 Wrote: 
 KISS is right.  I've just added an option to the Performance settings
 page called Database Memory Config.  Currently this only works for
 MySQL and uses Moonbase's config which is listed below.  I expect in
 the future we can also include some SQLite settings when this option is
 enabled, once we determine what the best settings are.
 
  
Code:

  
   
   # $Id$
   # 
   # Squeezebox Server specific MySQL Server config.
   # High-memory configuration by Moonbase
   # http://forums.slimdevices.com/showthread.php?t=60682
   
   [mysqld]
   innodb
   skip-locking
   long_query_time   = 2
   log_slow_queries
   
   # If you want to have user permissions - you need to setup a valid user, and
   # remove this line below.
   skip-grant-tables
   
   basedir   = [% basedir %]
   datadir   = [% datadir %]
   tmpdir= [% datadir %]
   language  = [% language %]
   port  = [% port %]
   socket= [% socket %]
   pid-file  = [% pidFile %]
   log-error = [% errorLog %]
   innodb_fast_shutdown  = 1
   max_connections   = 4
   thread_concurrency= 4
   log-warnings  = 0
   bind-address  = [% bindAddress %]
   default-character-set = utf8
   default-collation = utf8_general_ci
   key_buffer= 16M
   max_allowed_packet= 1M
   table_cache   = 64
   sort_buffer_size  = 512K
   net_buffer_length = 8K
   read_buffer_size  = 256K
   read_rnd_buffer_size  = 512K
   
   # InnoDB settings
   # You can set .._buffer_pool_size up to 50 - 80 %
   # of RAM but beware of setting memory usage too high
   innodb_buffer_pool_size = 32M
   innodb_additional_mem_pool_size = 2M
   # Set .._log_file_size to 25 % of buffer pool size
   innodb_log_file_size = 5M
   innodb_log_buffer_size = 8M
   innodb_flush_log_at_trx_commit = 1
   innodb_lock_wait_timeout = 50
   
   [client]
   socket= [% socket %]
   

  

This is slightly different from Moonbase's final my.tt recommendations,
where he used key_buffer_size instead of key_buffer etc


Code:


  # Some tweaks by Moonbase, recommended for systems with 1GB+ RAM
  
  # key_buffer: cache index blocks for MyISAM, temp disc tables for InnoDB
  key_buffer_size   = 16M
  # sort_buffer_size: improve ORDER BY and GROUP BY
  sort_buffer_size  = 2M
  # join_buffer_size: improve full JOINs (non-indexed)
  join_buffer_size  = 2M
  # read_buffer_size: don't adjust too high, just for full scans
  read_buffer_size  = 512K
  # read_rnd_buffer_size: really improve ORDER BY
  read_rnd_buffer_size  = 2M
  



Is there any reason for this?


-- 
agonynine

agonynine's Profile: http://forums.slimdevices.com/member.php?userid=39887
View this thread: http://forums.slimdevices.com/showthread.php?t=70371

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


Re: [slim] Squeezeslave stops playing after changing tracks

2010-09-09 Thread ralphy

That's great!  Happy to help.


-- 
ralphy

Ralphy

*4*-Classics, *1*-Boom, *11*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donationsbusiness=LL5P6365KQEXNlc=CAitem_name=Squeezeslavecurrency_code=USDbn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=81686

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


Re: [slim] Squeezeplay - run in backgound?

2010-09-09 Thread ralphy

Use -S if you want to share your sound device with other applications,
including Windows sounds etc.  If you don't specify -S squeezeslave
obtains exclusive access to the device so you only hear the audio from
squeezeslave.


-- 
ralphy

Ralphy

*4*-Classics, *1*-Boom, *11*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donationsbusiness=LL5P6365KQEXNlc=CAitem_name=Squeezeslavecurrency_code=USDbn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=81424

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

I just connected the netgear homeplugs to the dlink modem router instead
of the Airport. I was hoping that with my Iphone using the same network,
as you suggested, it may rectify the issue.
Now I have the same list of unconnected players on IPeng with the
message your player was not found on the play controller area.
H?


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

Im adding a few replies to my own thread but hope it will help
others...

I now can connect using Safari to my squeezebox servers web interface
and after power cycling? ( Switching them off then on again)the players
they are all found in IPeng.
As a friend said to me some time ago  Any idiot can make somthing
complicatedhe was right.

Thanks for your help with this.


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread pippin

First of all: I would try to find out why you can't connect the iPhone
to the Airport. That should solve the issue IMHO and Apple should help
on that.

What I still don't understand is how the DLink and the Airport work
together/are connected.

The _players_ don't have to be on the same network as iPeng (they have
to be on the same network as the server, though), but iPeng needs to be
on the same network as the server.
What you are seeing now is that iPeng can see your players but your
players (and iPeng) can't see your server.

So here are a few alternatives:
1. Move everything to the DLink (probably not an option for you)
2. Try to disable routing on the AirPort, especially disable any DHCP
server capability and only use the DHCP server in the DLink. That way
you make sure all your devices are on the same subnet - if it works.
You might also have to convince the AirPort to route UDP broadcasts to
the main network.
3. If your server has more than one network port you could try to
connect it to both the AirPort and the DLink. That way, both iPeng and
your Squeezeboxen (if they are on the DLink's network) will see the
server. Again: if you get it to work.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] Squeezebox playlists no good for albums

2010-09-09 Thread rodt

Thanks for all the good suggestions.  No offence intended to anyone, but
I think that Squeezebox is designed for geeks and iTunes is designed for
real people.  I am a geek, and for a long time I thought I was happy
scrolling through 1000 albums on my Squeezebox looking for something
that I was in the mood for.  And I thought that Squeezebox was great. 
I bought one of the original SLIMP3's and I have been using
Squeezeboxes ever since.

My wife always refused to use the Squeezebox and I could never
understand why.  But then she introduced me to the wonderful world of
iTunes and Macs and I discovered what she has been trying to tell me
for years:  The engineers in Apple design their gadgets to work in a
way that is not only intuitive, but in a way that makes it easy for
real people to use.

Of course, I can brute-force squeezebox to allow me to do things like
allocate sub-gendres, or I can stoically scroll through my 1000 or
10,000 albums and say that I am happy.  But life can be better than
that.  With iTunes, I can create playlists of albums by simply clicking
and dragging on my computer, and I can easly change my playlists as my
moods change and as I buy and rip more CDs.  iTunes is designed for
real people and it makes life so easy.

I have been a fan of Squeezeboxes for many years, but I am starting to
realize that other products are moving faster than Squeezebox.  If
Apple develops a player like a squeezebox device that works with
iTunes, squeezebox will be history.


-- 
rodt

rodt's Profile: http://forums.slimdevices.com/member.php?userid=3732
View this thread: http://forums.slimdevices.com/showthread.php?t=81778

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


Re: [slim] Squeezebox playlists no good for albums

2010-09-09 Thread andynormancx

I never find myself scrolling through huge lists of albums. But then I
have mostly non-classical music and when I want to play an album I
typically know which artist I want to play. So I almost always navigate
via Artist, rather than dropping straight into Albums.

I guess that doesn't work so well if you are into classical music.


-- 
andynormancx

Yes, it will. Yes, all of them. Yes, SoftSqueeze as well. What ?
I SAID ALL OF THEM !

andynormancx's Profile: http://forums.slimdevices.com/member.php?userid=17417
View this thread: http://forums.slimdevices.com/showthread.php?t=81778

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


Re: [slim] Scans seem slow? web, SBC ui slow? how to make them faster! vote for this bug!

2010-09-09 Thread andyg

I've updated my-highmem.tt with these newer values.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=70371

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


Re: [slim] Squeezebox playlists no good for albums

2010-09-09 Thread garym

rodt;575451 Wrote: 
 With iTunes, I can create playlists of albums by simply clicking and
 dragging on my computer, and I can easly change my playlists as my
 moods change and as I buy and rip more CDs.  iTunes is designed for
 real people and it makes life so easy.

No offense taken. But for the benefit of other readers of this thread,
all the above is also easy to do with SqueezeBoxes as well. When I rip
new CDs, they get automatically added to my smart playlists I've
created with SqueezeboxServer and a couple of plugins. Very simple and
powerful.

p.s. I was fond of itunes too when I used only it. I've been able to
easily replicate all the functions I used in itunes with SbS. YMMV.


-- 
garym

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=81778

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

So here are a few alternatives:
1. Move everything to the DLink (probably not an option for you)

This is basically what I did and now I have the Airport for laptops etc
and my Iphone and Netgear homeplug network use the Dlink.

All good.

As an aside I have had to enter the mysqueezecenter user information
into each player ( I have 6 in total) each time I tried to change
something.
As its customisable and free why would the setup require a user and
password on each player?
If it was to access added value?? paid for services that would make
sense but to stream Internet radio it seems a bit of a waste of peoples
time.
Just a thought and my 3 pence worth.

Thanks again.
Regards
Jim


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread goody

Is BridgeCo the foundation for 'Made for AirPlay' Apple accessories?
http://www.engadget.com/2010/09/09/is-bridgeco-the-foundation-for-made-for-airplay-apple-accessor/

Hands up if you've ever heard of BridgeCo. No? Us neither, but that's
about to change following a CNBC report detailing the company's
relationship with Apple. BridgeCo is in the business of embedding its
network media processor and software stack into its partners' audio
equipment to enable wireless streaming. Now, according to a CNBC
interview with BridgeCo CEO Gene Sheridan, Apple decided sometime last
year to make BridgeCo an AirPlay launch partner. As such, any vendor
that embeds BridgeCo's newest tech will be able to accept streaming
audio (and its metadata) from an iTunes library or handheld iOS 4.2
device -- there's no mention of video or picture streaming although
AirPlay supports both. According to CNBC, audio gear should start
arriving with the BridgeCo software in time for the holidays allowing
iTunes users to mix and match their favorite equipment with a common
software. What that means isn't exactly clear, though BridgeCo does
offer the ability to link systems into a distributed home audio network
that includes a party mode where all speakers are synced to play from
a common source. Importantly, according to Sheridan, this is the first
time that Apple has opened up its iTunes software to a third party,
giving it a glimpse at the source code.


-- 
goody

goody's Profile: http://forums.slimdevices.com/member.php?userid=22405
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] Squeezebox playlists no good for albums

2010-09-09 Thread rodt

Many thanks for the encouragement.  I won't sell my Touch just yet.  I
will do some more searching on these pages to figure out how to
replicate the features of iTunes on my Squeezebox system.  

But herein lies the problem.  It is not obvious to me how to do this,
and I can see myself spending some hours figuring it out and then
trying to convince my wife to jump in and follow me.  But on iTunes it
is a piece of cake.


-- 
rodt

rodt's Profile: http://forums.slimdevices.com/member.php?userid=3732
View this thread: http://forums.slimdevices.com/showthread.php?t=81778

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


Re: [slim] Basic Squeezbox Facts.....?

2010-09-09 Thread TheLastMan

loosetooth;574051 Wrote: 
 Okay I am sure that the regulars get absolutely sick of people like
 me... I am a newbie to the world of Squeezebox.  I have wanted one for
 ages.
 
 The dream was always to get some NAS turn my CDs into Lossless files
 and then connect (via wireless) my Squeezebox to the NAS and
 way-hey!
 
 Well the first step was always to buy the NAS and turn the CDs into
 Lossless files.  I can then carboot the CDs and save for a Squeezebox. 
 So I have.  The best value NAS that I could get was a 4tb BlackArmor NAS
 220.
 
 Specifications:
 
 I wanted to link to the specs but I am not allowed... 
 
 
 
 Now having got the NAS I have begun to think about the Squeezebox
 end and it is now that I discover about the Squeezebox Server. 
 Thinking logically perhaps I should have realised that cars do not run
 on fairy dust and Squeezebox will need some software to order and
 access massive memory files on NAS.
 
 SBS can run on Windows Home Server and Netgear's ReadyNAS... but not
 the Seagate.
 
 Can I make it run (without having a puter turned on)?
 
 How?
 
 What is it going to cost, perhaps I should sell my shiny new NAS and
 buy Netgear NAS (expensive)?
 
 HELP
 
 PLASE!
Back to your original query...

Wow! Do you really need 4TB? If not, and you can sell your shiny new
NAS at not too much of a loss (presumably you have the original
packaging) you could buy the Synology DS109 for about £160 (street
price) and a 2TB drive for £90, total £250. 

Synology provide a free SBS installation file which is just a couple of
clicks to install and works fine in my setup. 

A readynas Duo with 2x2TB disks (if you DIY) will cost you around
£315+PP (Dabs) but I would dispute the need for a two drive unit in a
domestic environment. No need to go RAID as long as you have a backup
strategy, so no need for a 2 disk machine (unless you need the full
4TB).

If you do need 4TB then the advice to go the SheevaPlug route is sound.


-- 
TheLastMan

Matt

*SqueezeBoxes:* SB Duet (Controller + two receivers)
*Server:* Synology Diskstation 107+ NAS (with firmware 2.3-1157)
running Squeezebox Server 7.5.0 on Synology Package Manager
*Network:* Netgear DG834GT ADSL modem/router, 2 x Buffalo WHR-HP-G54 as
access points
*Livingroom:* Receiver into Naim 42/110 amp, BW CM2 speakers
*Kitchen:* Receiver into Denon DM37 mini-system, BW 686 speakers
*Study:* Linn LP12, Naim 72/Hi-cap/Headline. LPs ripped usingBehringer
UCA202 USB into Windows XP PC

TheLastMan's Profile: http://forums.slimdevices.com/member.php?userid=16021
View this thread: http://forums.slimdevices.com/showthread.php?t=81713

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


Re: [slim] SqueezeRemote for nokia phones

2010-09-09 Thread Skinny

I seem to need a password to access the files. Where can I get it? Can't
wait to try it out!

-Skinny


-- 
Skinny

This sentence says less than a list of audio equipment.

Skinny's Profile: http://forums.slimdevices.com/member.php?userid=21538
View this thread: http://forums.slimdevices.com/showthread.php?t=81848

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


Re: [slim] Basic Squeezbox Facts.....?

2010-09-09 Thread JonWill

JerryS;575319 Wrote: 
 I think I agree with that view.  My intention was to donate my CDs to a
 charity shop after I had ripped them.  Thinking about this further
 however, if someone buys them in the charity shop at a discounted rate,
 they will not be buying them from the record company, and therefore the
 artists will not be receiving their royalty payments.  So, I am giving
 someone else's money to charity without their permission.  Interesting
 dilemna isn't it?

It is an odd proposition.  I wholeheartedy am against copyright theft -
I work in publishing and IP is at the heart of our business - I struggle
to stop my 13 yearold daughter downloading films, or watching US
programmes before they are released here ...

However my fine upstanding model citizen mother, when I explained the
concept of my Squeezeboxes to her, and showed her my CDs all neatly
stacjed in a cupboard out of the reach of children (see here for why :)
http://forums.slimdevices.com/attachment.php?attachmentid=10278d=1279029857)
immediately suggested that I give them to a charity shop, and throught
my explanation of the reasoning why not was rubbish ...

At some point our copyright laws and/ or music distribution needs to
catch up with current usage.  I buy physical CDs (often second hand) as
it is the most efficient way to get high bit rate music... but I don't
necessarily want to buy things that I rip once then need to archive,
which itself is legally dubious ...


-- 
JonWill

Main system: SB Classic, Musical Fidlity A1, Mission 733i speakers 
SB Classic into old JVC microsystem (next thing on list to upgrade!)
SB Boom, Logitech Z4 subwoofer
SB Radio
SB Server 7.5.1 (SSODS4) running on a Synology DS210J NAS
iPeng on iPhone 3GS

JonWill's Profile: http://forums.slimdevices.com/member.php?userid=20259
View this thread: http://forums.slimdevices.com/showthread.php?t=81713

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread JonWill

robroe;573699 Wrote: 
 Something like this, but open source/pluggable and able to push to
 squeezeboxen would be ideal for me. 

Ha! Apple doing something open source, and supporting third party
hardware that replicates functionality that it supplies on other
devices?  Very, very unlikely ...

Apple seem to be outdoing the wintel monolpoly of the 90s/00s on that
score.


-- 
JonWill

Main system: SB Classic, Musical Fidlity A1, Mission 733i speakers 
SB Classic into old JVC microsystem (next thing on list to upgrade!)
SB Boom, Logitech Z4 subwoofer
SB Radio
SB Server 7.5.1 (SSODS4) running on a Synology DS210J NAS
iPeng on iPhone 3GS

JonWill's Profile: http://forums.slimdevices.com/member.php?userid=20259
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread pippin

jimascroft;575458 Wrote: 
 
 As an aside I have had to enter the mysqueezecenter user information
 into each player ( I have 6 in total) each time I tried to change
 something.
 As its customisable and free why would the setup require a user and
 password on each player?
 If it was to access added value?? paid for services that would make
 sense but to stream Internet radio it seems a bit of a waste of peoples
 time.
 Just a thought and my 3 pence worth.
 

That's because that way you can use your Squeezeboxen without a server.
You can use MySB instead. And MySB needs to know what account to add
them to or
a) everybody could control them
b) or you could not.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


[slim] Help! My Transporter's broken!

2010-09-09 Thread flattop100

First off, if this should be in a different forum - please move.

Here's the skinny. I have a Transporter, and it won't play back music.
It will connect to the network, then connect to the server, and then I
can browse the music library, but when I select something to play, it
just stops. Looks like it's gonna play, but no sound comes out, and the
music doesn't advance. There's no visualization either.

The crux of the problem: the Transporter is reporting 49 volts (instead
of 110-120.) I've swapped power cords, tried different outlets, etc, and
still get only 49 volts. I'm nervous about opening up the unit, but I
think I'm at that point.

My questions are:

-Is anyone familiar with this problem (49 volts, music won't play
back)?
-Is there a way to return the unit for repair (considering it's
discontinued)?
-What should my next course of action be?

Any help or suggestions will be GREATLY appreciated! I bought this
thing when I was single and foolish, and will be disappointed if it's
turned into a boat anchor.


-- 
flattop100

flattop100's Profile: http://forums.slimdevices.com/member.php?userid=7760
View this thread: http://forums.slimdevices.com/showthread.php?t=81874

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


Re: [slim] Help! My Transporter's broken!

2010-09-09 Thread SteveEast

Try a Xilix reset as shown here:

http://wiki.slimdevices.com/index.php/Transporter_xilix_reset

If it can connect to the server and browse then I would have thought
the 49v was a red herring.

Steve.


-- 
SteveEast

Home: 3*SB3 (1 dead), 1*Touch, 1*Boom, 4*Radio running 7.5.1 on Acer
Aspire easyStore H340 WHS.
Cabin: 1*Touch running 7.5.0 on itself.

SteveEast's Profile: http://forums.slimdevices.com/member.php?userid=4193
View this thread: http://forums.slimdevices.com/showthread.php?t=81874

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


Re: [slim] Windows 7 standby/hibernate

2010-09-09 Thread rgro

Hi...

One caveat upfront is that I'm using a Duet system, not an SB3, but
seems like the basics oughta' be the same.  I've been playing around
with this functionality, too, the past few days.  First of all, this
phrase from the Wiki is VERY important to understand:

There is no way to tell Squeezebox to which computer it should send a
WoL magic packet. Instead, Squeezebox remembers the MAC address of the
last SqueezeCenter host it was connected to and sends the WoL magic
packet to this address. The MAC address is learned automatically and
cannot be changed manually.

Second, the way to enable your Win 7 to sleep and have it still respond
to the WOL magic packet is as follows:

As Teus de Jong laid out, go to the Device Manager/Network
Adapter/Advanced Settings/and make sure you have the Magic Packet
configuration enabled for Wake Up.  The terminology will vary a bit
depending on which NIC card you have.

Then go the the Power Mangement tab.

Check the box that says Allow the computer to turn off this device to
save power.  

Then, check the boxes that say allow this device to wake up computer
AND  only allow magic packet to wake up computer.  

VERY IMPORTANT:   Then UNCHECK the box that says allow the computer to
turn off this device to save power. Click OK.  If you don't do this,
SBS will not allow your computer to go to sleepas you've seen,
it'll wake up immediately after the sleep command is given.

If all goes well, your computer should be able to go to sleep.
AND---per the Wiki---if the last thing your SB was connected to was,
indeed, your WIN 7 computer, your SB device should be able to wake it
up with Magic Packet/WOL command.  Keep in mind that it does take a
little time for your PC to wake completely up, so you may want to wait
30 seconds or so before you actually try to execute any SB activities
from it.  If you try to do something immediately after sending the
Magic Packet, your SB may still show that it's not seeing your
computer.

Hope this helps.


-- 
rgro

Rick

System information

Duet SBC running 7.5.1 r9009, an SBR running firmware V 65.  Controller
and receiver configured in all-wireless set-up using Netgear WNDR 3700.

Running Squeeze Server 7.5.1 r30836  on Windows 7 64 bit/ HP Pavillion
w/Intel i7 processor

Marantz PM8003 integrated amp, Cambridge Audio DacMagic, Vienna
Acoustics Mozart Grand speakers, REL Acoustics R305 sub-bass, PS Audio
Quintet.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=81704

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread sirozha

Here's a write-up on AirPlay and BridgeCo: 
http://blogs.computerworld.com/16918/interview_apples_airplay_is_a_big_big_business


-- 
sirozha

sirozha's Profile: http://forums.slimdevices.com/member.php?userid=2986
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] IPeng server connection issue

2010-09-09 Thread jimascroft

Hi Pippin,

Thanks again for the reply. I see so the user needs a unique ID to get
a remote server instance to control.
Perhaps then it could be stored in the player and reset if necessary
like a modem/router...
I just think that there has to be a better way than typing in the same
information via a remote in my case( 6 players 3 inputs) 18 times over
the last few days!

Regards

Jim


-- 
jimascroft

jimascroft's Profile: http://forums.slimdevices.com/member.php?userid=10406
View this thread: http://forums.slimdevices.com/showthread.php?t=81846

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


[slim] Sirius issue with more than one unit synced

2010-09-09 Thread SFNMutt

I have a Squeezebox radio that plays Sirius fine.  

I installed Squeezeplay on the computer I have the squeezebox server on
and it plays Sirius fine.

I can sync the Squeezebox  Squeezeplay and have them play pandora or
local music just fine. (except an annoying lag)

When I switch to Sirius, both radios go silent  I get the error
message unable to play filetype.  Same thing if I have Sirius running
on 1 of them  then turn on the other radio.  I assume it's because
Sirius see's me as 2 people using the same account.  Is there a work
around / fix for this?

I've searched the forum  haven't found the answer or someone w/ the
same issue.  if it's here, i promise I tried looking. :)


on a side note, is there a way to adjust the sync so i can get these 2
players perfectly synced? 


thanks in advance.


-- 
SFNMutt

SFNMutt's Profile: http://forums.slimdevices.com/member.php?userid=40401
View this thread: http://forums.slimdevices.com/showthread.php?t=81877

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


[slim] Volume synced to MAX!

2010-09-09 Thread Skinny

This is what happened yesterday: I was listening to some music through
the Duet. It's digitally connected to the stereo, so volume is locked
at 100%. My better half was working on the PC in the next room and
wanted to get some music in there as well. So I synced the Radio in
there to the Receiver. What I didn't take into consideration was that I
had earlier set the volume to sync on the Radio, for syncing it with the
Boom. So, the Radio started playing at max volume in the middle of a
song. She got so scared followed by mad that she wanted to kill me at
that instant (well, she wasn't happy..). She thought I'd done it on
purpose, trying to be funny.

Needless to say, that was not a good SqueezeBox experience. I don't
want it to happen again, ever, to anyone!

I propose that some logic is implemented that in some smart way
prevents volume sync to a player that has it set locked at 100%, at
least for the Radio and Boom.

Other than that, we keep enjoying the music. The good SB experiences by
far outnumber that bad one. I promised her to keep volume sync off for
now. And she did calm down eventually :)

-Skinny


-- 
Skinny

This sentence says less than a list of audio equipment.

Skinny's Profile: http://forums.slimdevices.com/member.php?userid=21538
View this thread: http://forums.slimdevices.com/showthread.php?t=81878

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread goody

Here is a little more.  Seems Denon is going to push out a firmware
update to at least one its receivers to enable airplay. (AVR-4311CI)

http://www.engadget.com/2010/09/09/denons-avr-4311ci-to-gain-airplay-compatibility-this-fall-th/


-- 
goody

goody's Profile: http://forums.slimdevices.com/member.php?userid=22405
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread sebp

Am I all alone thinking AirPlay is nothing more some than some kind of
improved (i.e. with its own user interface and some ability to share
files it has access to) Airport Express module embedded in A/V
receivers?
Frankly, as long as multiple AirPlay devices aren't able to
-properly- stream  the same file synchronously, and - even more - as
long as one AirPlay server (like one iTiunes instance) isn't able
to serve -several- clients independently, I can't see where Apple's
threatening Logitech's or Sonos' markets...


-- 
sebp

Transporter, SB Classic, SB Receiver, SB Boom, SB Radio, SB Touch, 2 SB
Controllers
Will soon need a bigger home - 'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread epoch1970

sebp;575545 Wrote: 
 Am I all alone thinking AirPlay is nothing more some than some kind of
 improved (i.e. with its own user interface and some ability to share
 files it has access to) Airport Express module embedded in A/V
 receivers?
 Frankly, as long as multiple AirPlay devices aren't able to
 -properly- stream  the same file synchronously, and - even more - as
 long as one AirPlay server (like one iTiunes instance) isn't able
 to serve -several- clients independently, I can't see where Apple's
 threatening Logitech's or Sonos' markets...

Yes AirPlay is derived from the older AirTunes. There was room for
improvement, I guess we can suppose that if Denon et al. decide to pay
the tax and integrate the adhoc chip, either the protocol is much
better than before (it can do video, so things have changed), or this
is cheaper than a physical iPod dock.
Besides, Logi hasn't been sooo much into audio features lately, more
into color screens and facebook applets...
Methinks this Airtunes thing is an issue.


-- 
epoch1970

Daily dose delivered by: 2 SB Classic (fw 130), 1 SB Boom (fw 50) •
SqueezeCenter 7.3.4 (Debian 5.0) with plugins: ContextMenu,
SaverSwitcher by Peter Watkins • Server Power Control by Gordon Harris
•  WeatherTime by Martin Rehfeld • IRBlaster by Gwendesign (Felix) •
FindArt, CDplayer by bpa • BBC iPlayer, SwitchPlayer by Triode •
PowerSave by Jason Holtzapple • TrackStat by Erland Isaksson.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] Installation question??

2010-09-09 Thread zozo4

I’ve managed to get Vortexbox onto a bootable usb drive. Booted to my
new mini PC and it gets to trying to load the drivers for the Ethernet
controller and I can’t seem to get any further.
I’ve added the installation disc drivers folder to the USB stick and
selected the files but it still says “please select file which is your
driver disk image”
Do I need to load drivers for the new motherboard first?
Any ideas?


-- 
zozo4

zozo4's Profile: http://forums.slimdevices.com/member.php?userid=39445
View this thread: http://forums.slimdevices.com/showthread.php?t=81683

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


[slim] Six-String contest for Four Year Strong

2010-09-09 Thread jrbassman712

Hey if you guys like Four Year Strong, they're having a contest on the
free Six-String iPhone/iTouch application where you can win free Four
Year Strong stuff. Unfortunately the contest ends tomorrow (Sept 10th),
but it's still worth checking out. 

Here's an article about it:
http://puregrainaudio.com/news/six-string-and-four-year-strong-partner-for-a-free-game-track-and-giveaway

If you need to get the free app, you can download it on 'iTunes'
(http://bit.ly/bLJxVA)


-- 
jrbassman712

jrbassman712's Profile: http://forums.slimdevices.com/member.php?userid=21142
View this thread: http://forums.slimdevices.com/showthread.php?t=81888

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


Re: [slim] Apple's Airplay coming soon...

2010-09-09 Thread froth

I think this might people excited about wireless streaming and it could
be actually good for Logitech given the lower price than Sonos.  People
who finally get it as to what good streaming is about may go looking
for a better solution.  Also, I do not think Airplay will initally
support FLAC if at all so for some like me it would not be an option.


-- 
froth

froth's Profile: http://forums.slimdevices.com/member.php?userid=11878
View this thread: http://forums.slimdevices.com/showthread.php?t=81670

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


Re: [slim] SqueezeRemote for nokia phones

2010-09-09 Thread arris

That sounds really exciting indeed! I've been thinking myself for a
while to start a project like this, and I've done some reading on Qt
and JSON lately, but I'm still not quite up to the task yet. Is your
project based on Qt exclusively or do you use Symbian-specific
functionality as well? I thought a purely C++/Qt-based remote control
software would be a great idea because it could essentially work on all
platforms that are supported by Qt (of which there are a lot). 
I'd love to take a look at your code, just let us know how we can
access it.


-- 
arris

arris's Profile: http://forums.slimdevices.com/member.php?userid=37909
View this thread: http://forums.slimdevices.com/showthread.php?t=81848

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