Re: [slim] MySqueezebox.com as connection point

2011-12-14 Thread bernt


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=68799

Question: Do you want it?

- Yes
- No


There is myPlex https://my.plexapp.com

Why can't we have the same for mySqeezeboz? Please!


-- 
bernt

'LastFM' (http://www.last.fm/user/ottovonkopp/)
SB3, SB BOOM - Vortexbox@HP SFF
iPod Touch\iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
View this thread: http://forums.slimdevices.com/showthread.php?t=68799

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


Re: [slim] IPv6 - is this going to cause problems of my SB devices ?

2011-12-14 Thread servies

swayzak;676457 Wrote: 
 Hi
 
 I've vaguely heard about this being introduced  that a lot of legacy
 devices won't be upgraded to use it.
 
 Will this affect home networks running Booms / Duets (either via LMS or
 MySB.com) ?
 
 Or is it backwards compatible with IPv4 enabled devices
 
 thanks
The real answer: maybe...

If your home network stays IPv4 and your router will do the
translations to IPv6 and mysqueezebox.com will keep an IPv4 address: no
problem at all, if mysqueezebox.com will only have an IPv6 address in
this scenario then that won't work any longer.
If your home network also switches to IPv6, then your squeezeboxes
won't work any longer.

IPv6 is not backwards compatible with IPv4, an IPv4 address can be
translated to an IPv6 address but most IPv6 addresses can't be
translated to IPv4.


-- 
servies

There are 10 kinds of people in the world - those who understand binary
and those who don't.

servies's Profile: http://forums.slimdevices.com/member.php?userid=9496
View this thread: http://forums.slimdevices.com/showthread.php?t=92260

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


Re: [slim] IPv6 - is this going to cause problems of my SB devices ?

2011-12-14 Thread toby10

I remember the same topic discussion from a while ago:
http://forums.slimdevices.com/showthread.php?t=53800highlight=ipv6

The general consensus seems to be don't get too worried about it,  
particularly when involving the more common home networking
environment.


-- 
toby10

toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=92260

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread vma

I bought SoundHound application and I was surprised to see what I miss
in Squeezecommander - lyrics, info about artist... There was no problem
to identify a song.


-- 
vma

vma's Profile: http://forums.slimdevices.com/member.php?userid=42129
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] still no pandora for my classics

2011-12-14 Thread toby10

Computer type  OS?  LMS version?  Network description?  Wired?  WiFi?
Are you in a Pandora authorized region?  Did it work before?
Will your SB3/Classics connect to MySqueezeBox.com online and stream
radio?


-- 
toby10

toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=92267

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread Soulkeeper

That's comparing apples and oranges. They're completely different apps,
made for completely different purposes. 

But it could be exciting to check out if it's possible, and what could
potentially be achieved by, implementing some kind of integration
between the two.


-- 
Soulkeeper

-That is not dead which can eternal lie. And with strange aeons even
death may die.- — — — 'Bug 17797: Updating wiki.slimdevices.com'
(http://bugs.slimdevices.com/show_bug.cgi?id=17797)

Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


[slim] Rara - another pay to hear service

2011-12-14 Thread castalla

https://www.rara.com/help/en/faq.html


-- 
castalla

1 Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers - 2
duff ears - purfek!
1 Logitech Radio + remote - purfek!

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=92278

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


Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-12-14 Thread lauret

Maybe I have a fix for all the 48000/44100 Hz issues, instead of the
convert.conf:


Code:

int slimproto_helo(slimproto_t *p, char device_id, char revision, const 
char *macaddress, char isGraphics, char isReconnect) {  
/* Only when message is larger than 36 are capabilities supported, so 
msg should look like:
(   $deviceid, $revision, 
$mac[0], $mac[1], $mac[2], $mac[3], $mac[4], $mac[5], 
$uuid,
$wlan_channellist, $bytes_received_H, 
$bytes_received_L, $lang
) = unpack(CCH2H2H2H2H2H2H32nNNA2, $$data_ref); 
*/
unsigned char msg[SLIMPROTO_MSG_SIZE];
int channelList = 0;
memset(msg, 0, SLIMPROTO_MSG_SIZE);
  
packA4(msg, 0, HELO);
packN4(msg, 4, (36+19));
packC(msg, 8, device_id);
packC(msg, 9, revision);
memcpy(msg+10, macaddress, 6);
memcpy(msg+16, \x00\x00\x00\x00\x00\x00\x00\x00, 16);
if (isGraphics)
channelList |= 0x8000;
if (isReconnect)
channelList |= 0x4000;
packN2(msg, 32, channelList);
packN4(msg, 34, 0); // bytes_received_H
packN4(msg, 38, 0); // bytes_received_L
memcpy(msg+42, \x00\x00, 2);  // language
memcpy(msg+44, MaxSampleRate=44100, 19);

return slimproto_send(p, msg);
  }



I first added a language switch to the command line arguments, which
passed it on to slimproto_helo, but it didn't seemed to make a
difference, so I left it at \x00\x00

There is a problem though: Slim::Player::SqueezeSlave does not use the
capabilities supplied, but if you start squeezeslave with -e12
(Squeezeplay, so no display), it reads the capabilities and correctly
resamples to 44.1kHz. So for this to fully function, a server-side fix
is necessary.


-- 
lauret

lauret's Profile: http://forums.slimdevices.com/member.php?userid=17632
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

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


Re: [slim] [ANNOUNCE] Music-Playback now on ANDROID! SqueezePlayer released to the market ...

2011-12-14 Thread xiffy

What worked for me to get SqueezePlayer connecting to my slimserver on
the samsung galaxy nexus (android 4)

Start the SqueezePlayer application,
- Disable playback (important)
- Manaully enter the ip-address of the server
- Go back to the player screen,
- Enable playback on Squeezeplayer

You should now be able to listen to your squeezeserver form your brand
new galaxy nexus.
It seems (for me at least) that Squeezeplayer is unable to connect to
the server as long as Playback is enabled. Once the connection has been
established you can us the app normally.
hth


-- 
xiffy

xiffy's Profile: http://forums.slimdevices.com/member.php?userid=1043
View this thread: http://forums.slimdevices.com/showthread.php?t=87364

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread vma

Soulkeeper;676611 Wrote: 
 That's comparing apples and oranges. They're completely different apps,
 made for completely different purposes. 
 
 But it could be exciting to check out if it's possible, and what could
 potentially be achieved by, implementing some kind of integration
 between the two.

That is what I mean - it would be nice to have a wiki button on the
SqueezeCommander that enter the same kind information as SoundHound.


-- 
vma

vma's Profile: http://forums.slimdevices.com/member.php?userid=42129
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread aubuti

raaurora;676547 Wrote: 
 My Duet is almost 5 years old
That's a good trick, since the Duet was 'released in March 2008'
(http://wiki.slimdevices.com/index.php/Hardware_comparison). Even my
hardware beta Duets are only about 4 years old. Nevertheless, good to
hear that you haven't had any issues. Mine have also been generally
reliable.


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread finnbrodersen

must say that 90% of the problems I have had with my Duet setup, I
have been able to fix with a router re-boot.


-- 
finnbrodersen

Some version of SBServer running on a HP EX490 home server
SBReceiver -- NAD C162+C272 -- DALI IKON 6 (let's call it MidFi)

finnbrodersen's Profile: http://forums.slimdevices.com/member.php?userid=17360
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] N routers cause any problems with SB devices ?

2011-12-14 Thread HeavyB

The range of my wireless network was extended dramatically with the
installation of an Asus RT-N56CU router
(http://reviews.cnet.com/routers/asus-rt-n56u-dual/4505-3319_7-34200558-2.html?tag=mncol;rvwBody).
I can now enjoy a boom outside, 50 ft. away from the router, and through
several walls including exterior walls of cement block and brick.
Previously only a wired connection permitted me to use squeezeboxen
outdoors.


-- 
HeavyB

HeavyB's Profile: http://forums.slimdevices.com/member.php?userid=14935
View this thread: http://forums.slimdevices.com/showthread.php?t=92265

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread flattermann

vma;676630 Wrote: 
 That is what I mean - it would be nice to have a wiki button on the
 SqueezeCommander that enter the same kind information as SoundHound.

Lyrics and Artist/Album/Track info are already available through the
SongInfo plugin (if you are running a local SBS/LMS).

And Wiki/Google look up is on my TODO list. :-)

Gesendet von meinem Galaxy Nexus mit Tapatalk


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread FredFredrickson

My duet is solid, except for one receiver which is just at the edge of
my wireless area. Sometimes I have to reboot my router.


-- 
FredFredrickson

Get your news and stock updates right here: 'Squeezebox Updates'
(http://sb.cnhpa.com)!

FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-12-14 Thread philippe

Hi,

I am using SqueezeSlave-wasapi 1.1-253 with SqueezeBox Server 7.6.1-001
installed on a Synology DS209.

It works great with 16bit/44.1Khz flac file with bitperfect.

But If i play 24bit/88.2Khz flac files... the song plays at half
speed.

I try SqueezePlay on the same client PC ... 24bit/88.2Khz plays at the
rignt speed but with a poor audio quality ( Not as good as
16bit/44.1Khz with SqueezeSlave-wasapi or SqueezeSlave-asio )

I'd like to know if there is a way to play high resolution audio files
with squeezeslave wasapi or asio.

Philippe


-- 
philippe

SqueezeBox Server 7.6.1-001 / Synology DS209.

philippe's Profile: http://forums.slimdevices.com/member.php?userid=37022
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread maggior

w3wilkes;676567 Wrote: 
 From this thread I guess I'm one of the few Duet fans that think this is
 the ultimate SB. 

What I thought was awesome about the duet was the ability to expand the
system with headless players for little cost.  Especially now with iOS
and android apps to act as contolers, this is really cool.

It's sad that they discontinued that.


-- 
maggior

Rich
-
Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod
Touch, SqueezeCommander on Xoom.  SuSE 11.0 Server running
SqueezeBoxServer 7.5.5, MusicIP, and SqueezeSlave.  
Current library stats: 37,509 songs, 2,934 albums, 515 artists.
http://www.last.fm/user/maggior

maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


[slim] Haunted Squeezebox..?

2011-12-14 Thread FredFredrickson

Ok, here's a new one. My setup is: 2 receivers, 1 touch, and 1 radio.
The radio is always independent, but the receivers and touch are
usually synced.

Lately, at random times in the evening (some days, not all) (9 pm.. 10
pm.. sometimes as late as 1 am) I've been getting a mystery ghost alarm
on my Touch only... But it's strange:

1. None of the synced players play it. Only on the touch.

2. Squeezeserver does not report the touch playing anything at all
(playlist shows last list of songs.. not what's playing now).

3. Song that plays is not in my library. In fact, it's not even a song.
It's the first 20 seconds of a song in my library on repeat. But the
repeat is perfectly done so there is no gap in the audio, and it never
skips a beat. It will play for hours unless I turn off the alarm.

4. There is NO alarm set on squeezecenter.

5. While it's playing, mysqueezebox.com reports that none of the
players are connected to msb.com

6. It's spooky.

Any ideas? I am thoroughly freaked out at night.


-- 
FredFredrickson

Get your news and stock updates right here: 'Squeezebox Updates'
(http://sb.cnhpa.com)!

FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
View this thread: http://forums.slimdevices.com/showthread.php?t=92281

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread azinck3

maggior;676659 Wrote: 
 What I thought was awesome about the duet was the ability to expand the
 system with headless players for little cost.  Especially now with iOS
 and android apps to act as contolers, this is really cool.
 
 It's sad that they discontinued that.

Yes, that is definitely an appealing aspect of the Duet architecture. 
Unfortunately the receivers never got cheap enough.  Dollar for dollar
I'd always choose a used SB2 over a receiver.


-- 
azinck3

azinck3's Profile: http://forums.slimdevices.com/member.php?userid=3967
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread FredFredrickson

The receivers were at $150 when I bought my second. I wish I had grabbed
a few more.


-- 
FredFredrickson

Get your news and stock updates right here: 'Squeezebox Updates'
(http://sb.cnhpa.com)!

FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] Haunted Squeezebox..?

2011-12-14 Thread Mnyb

3. Is it a flac file ? 20s sound like the buffer size of 16/44.1 flac a
wild gues it's looping it's buffer .

Or can it be the fallback alarm mechanism ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad
(in storage SB3, reciever ,controller )

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=92281

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


Re: [slim] Haunted Squeezebox..?

2011-12-14 Thread FredFredrickson

If it's the fallback alarm mechanism, something replaced the audio file.
I don't have any flacs in my library .. all WMA or MP3!


-- 
FredFredrickson

Get your news and stock updates right here: 'Squeezebox Updates'
(http://sb.cnhpa.com)!

FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
View this thread: http://forums.slimdevices.com/showthread.php?t=92281

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


Re: [slim] Haunted Squeezebox..?

2011-12-14 Thread Mnyb

It is quite weird ? the usual tricks factory reset and reload the latest
firmware ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad
(in storage SB3, reciever ,controller )

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=92281

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread socistep

My journey started nearly 4 years ago so has been all Logitech for me, I
came to know about SB players in early 2008 and bought a Duet on a
holiday to the states in that summer (it was a lot cheaper!)

Duet - Initially I had problems, mainly due to not having a dedicated
server and losing connection when I switched library on and off, but
that cleared up and it became steady, I however ended up not using the
receiver when the Touch came out as the sound quality was so much
better. I still use the controller.

Touch - I have 2 of these and think they are fantastic, sound excellent
as well

Boom - Bought not long after the Duet when it was launched, still a fan
but prefer the newer screens

Radio - Does a very good job in my kitchen.

Overall I'm very pleased with the devices I've purchased under
logitech, however like most share concerns that there doesn't currently
seem to be anything in the pipeline and the team had been cut which
brought some problems and a lack of profile, hopefully that will
cahnge.

Can't deny that the devices have changed how I listen to music and
nearly 50k scrobbles to lastFM since 2008 proves that!


-- 
socistep

socistep's Profile: http://forums.slimdevices.com/member.php?userid=18860
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


[slim] When did mySQL stop being used?

2011-12-14 Thread cliveb

I gather that at some time in the recent past Squeezebox Server / LMS
switched from using mySQL to some other DBMS (SQLite?)

Can anyone tell me at what release this switchover happened? (And what
is the new DBMS that is being used?)


-- 
cliveb

Transporter - ATC SCM100A

cliveb's Profile: http://forums.slimdevices.com/member.php?userid=348
View this thread: http://forums.slimdevices.com/showthread.php?t=92283

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread socistep

elziko;676170 Wrote: 
 Can I ask how the tablet version is going? Do you have an ETA or any
 beta versions to test? I have an Asus Transformer.
 
 Thanks!

I'm getting an Asus transformer prime next year, I'm sure Christian is
working on a tablet version and its a potential big market for him,
fingers crossed he is!


-- 
socistep

socistep's Profile: http://forums.slimdevices.com/member.php?userid=18860
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread maggior

azinck3;676662 Wrote: 
 Yes, that is definitely an appealing aspect of the Duet architecture. 
 Unfortunately the receivers never got cheap enough.  Dollar for dollar
 I'd always choose a used SB2 over a receiver.

My frame of reference at the time was $300 for an SB3, so the $150 for
a receiver was quite a deal!  As the prices started to come down, it
wasn't as big of a deal.


-- 
maggior

Rich
-
Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod
Touch, SqueezeCommander on Xoom.  SuSE 11.0 Server running
SqueezeBoxServer 7.5.5, MusicIP, and SqueezeSlave.  
Current library stats: 37,509 songs, 2,934 albums, 515 artists.
http://www.last.fm/user/maggior

maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] Vortexbox questions

2011-12-14 Thread agillis

donny619;675643 Wrote: 
 Thanks fellas. I've downloaded your iso (1.1, because I your forums
 indicate some issues with hi-rez?) and am installing it on a Virtual
 Machine to see if I can get the hookups I like.
 
 If it's a go, I'll build the system out, use VB and write up a review
 in case someone is looking to use VB the way I am =)

This was a problem with LMS 7.7.0 but has been resolved. You can now
play up to 24/384 through the LMS interface to a VortexBox Player.


-- 
agillis

rip, tag, get cover art… All you do is insert the CD!
http://vortexbox.org

agillis
Lead Developer VortexBox

agillis's Profile: http://forums.slimdevices.com/member.php?userid=21140
View this thread: http://forums.slimdevices.com/showthread.php?t=91992

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


Re: [slim] When did mySQL stop being used?

2011-12-14 Thread virgiliomi

MySQL was replaced for SQLite at 7.6.0.


-- 
virgiliomi

home:
sb boom, duet, and radio
lms 7.7.1 on a readynas ultra 2 plus

virgiliomi's Profile: http://forums.slimdevices.com/member.php?userid=33715
View this thread: http://forums.slimdevices.com/showthread.php?t=92283

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


Re: [slim] When did mySQL stop being used?

2011-12-14 Thread Mnyb

Short answer 7.5.6


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad
(in storage SB3, reciever ,controller )

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=92283

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


Re: [slim] When did mySQL stop being used?

2011-12-14 Thread slate

And yes we are back on SQLite


-- 
slate

Main: Receiver (Audiocom) - Beresford Caiman+ (Gatorized) - Carver
A-500x - BW 704
Office: Receiver - Luxman L-210 - Stax SR84 Pro
- Beresford Caiman (Gatorized) - Superlux HD668B
Server: Zotac IONITX-A, 4 GB, 1 TB WD EADS, Win7 w. 7.6 (SQLite w. High
Mem)
Tied together by D-Link DIR-655 + DGS-1008D

slate's Profile: http://forums.slimdevices.com/member.php?userid=30502
View this thread: http://forums.slimdevices.com/showthread.php?t=92283

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread Jeff Flowerday

Jeff Flowerday;676315 Wrote: 
 Ice Cream Sandwich:
 
 Since I've switched to a Galaxy Nexus I've noticed downloads hanging
 and the queue disappearing.  Not sure how to reproduce it exactly but
 it seems related to using other network apps while downloading.
 
 Not sure if you have ICS available to you yet, but I thought I'd bring
 it up anyway.

I'm wondering if the issue was modem related.  Got the OTA update to
KL1 modem and things have been pretty stable since.

Which leads me to ask how does squeezecommander recover from dropped
connections and or switching radios in a middle of a download session?


-- 
Jeff Flowerday

Jeff Flowerday's Profile: http://forums.slimdevices.com/member.php?userid=15883
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread kscolfer

I hope this is the correct place to enter this request.  I cannot get my
Squeeze Commander (SC) to connect to Logitech Media Server (LMS).  It
does not autofind my player.  I cannot seem to add LMS as an additional
server.  This is a second installation of SC on a new Droid X.  First
Droid bit the dust and SC worked fine on it.  Same SD card on both
phones.  Is there perhaps some leftover information on the SD card that
is preventing SC on this new phone from connecting to LMS?  I'm out of
ideas.  Thanks for any help!


-- 
kscolfer

kscolfer's Profile: http://forums.slimdevices.com/member.php?userid=52089
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] When did mySQL stop being used?

2011-12-14 Thread cliveb

Mnyb;676692 Wrote: 
 Short answer 7.5.6
Now that's interesting, because...

I downloaded the DEB package for 7.6.1 and installed it on a test
machine where I'm trying various things out. This machine is running
Mythbuntu 11.10. After I installed 7.6.1, SBS kept dying and restarting
every 5 seconds. After some searching in these forums, it seemed like an
uninstall/reinstall might help, and so I removed the SBS package. At
this point, mySQL stopped working, and the MythTV backend wouldn't
start. It seems as if removing SBS did something to mySQL.

Question: if during installation SBS discovers a mySQL database, does
it install itself into that rather than SQLite? And does removing SBS
then try to tidy up its use of mySQL (with potentially damaging
consequences)?


-- 
cliveb

Transporter - ATC SCM100A

cliveb's Profile: http://forums.slimdevices.com/member.php?userid=348
View this thread: http://forums.slimdevices.com/showthread.php?t=92283

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


Re: [slim] still no pandora for my classics

2011-12-14 Thread citabria327

toby10;676585 Wrote: 
 Computer type  OS?  LMS version?  Network description?  Wired?  WiFi?
 Are you in a Pandora authorized region?  Did it work before?
 Will your SB3/Classics connect to MySqueezeBox.com online and stream
 radio?


i have a pc..windows 7, i think..it's 3 mos old...LMS? i will find out
when i get home..what is LMS? network description? not sure what you
need here...classics are wireless...it worked fine before...classics
wont connect to my sb..it goes into boot-mode...thanks! mike


-- 
citabria327

citabria327's Profile: http://forums.slimdevices.com/member.php?userid=39378
View this thread: http://forums.slimdevices.com/showthread.php?t=92267

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


Re: [slim] still no pandora for my classics

2011-12-14 Thread toby10

LMS = Logitech Media Server (used to be called SqueezeCenter or
SqueezeBox Server).  Which version of the server are you running?
You seem to indicate SqueezeCenter and that is quite old, possibly too
old to work with MySB.com online, dunno.

If you are connecting the SB3 directly to MySB.com online which causes
entering a boot-mode, it may be the firmware is too out dated for
MySB.com.  Dunno, just an idea.


-- 
toby10

toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=92267

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


Re: [slim] Just 5 years and a bit less than 2 month Logitech has acquired Slim Devices

2011-12-14 Thread AndreE

it turned to be very interesting discussion. observing initial concerns
and current stage I would agree with one of posts above that Logitech
does great job pushing product around the globe. position and market
share could be bigger if we would not have some challenges with the
software at the beginning of Duet era. it was a pain to get new concept
and combine it with many external services. Logitech did a great job and
was definitely one of pioneers in this arena.
this software related hurtles hindered product and delayed real launch.
I do not know figures, but might guess that they are not so high for
duet, but should be much better for Radio and Touch. I personally love
touch - it is just great. Even my 5 years old son could handle it. and
I would be happy to replace all duets by Touches - just difficult to
trigger extra expenses to replace something what works now without any
issue.

Sonos, actually, did a great job and it is well presented in many shops
around. and what was very surprising, sales people on the floor could
explain how it works, could advice configuration and recommend
different alternatives. Analyzing this i believe it helped Sonos to
capture its market share. Logitech could trigger similar approach, what
just could be a bit difficult because most of Logitech products usually
just self explanatory and lay on the shelf waiting to be picked up.

maggior;676659 Wrote: 
 What I thought was awesome about the duet was the ability to expand the
 system with headless players for little cost.  Especially now with iOS
 and android apps to act as contolers, this is really cool.
 
and indeed - it is one of the key reasons why i have twice more Duet
stations than controllers.
Really like this product. The only one drop of bitter was software
release where connectivity between controller and receiver was an
issues. I must admit it was resolver relatively quickly, but still it
was a pain for the family for some weeks, right at the beginning,
shortly after setup completion. 

what do you think, how future for this product line looks like, how it
will evolve?


-- 
AndreE

==
Duet: 2 Controllers + 4 Receivers and 1 Touch
Intel Atom 330 Linux Server 
wired Ethernet to 1Gb Switch -- Router -- DSL -- net...
and happy Family !

AndreE's Profile: http://forums.slimdevices.com/member.php?userid=30476
View this thread: http://forums.slimdevices.com/showthread.php?t=92232

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


Re: [slim] Treble distortion

2011-12-14 Thread CEBJr

Well, I've done nearly everything except the Pandora/non-Pandora track
comparison.  I replaced some bad wire, replaced the old SB with a
Touch, replaced the Toslink cable with RCA cables, and switched the
speaker impedance setting on the receiver to 4 ohms (the VA speakers
are 4 ohms).  Now I know some people don't like the 4-ohm idea, but the
receiver was switching to protection mode at modest volumes.  Now it
doesn't.

The high frequency performance is improved, but I still get occasional
distortion.  The issue is likely with Pandora's bit rate, I'm
concluding.

Thank you very much for your time, everyone who has helped me.  The
results are evident.

One more thing - I met a man locally who builds speakers.  They are
bookshelf speakers, and just beautiful.  The sound is clean,
transparent, and crystalline (he also powers them with Parasound Halo
monoblocks).  He told me that he spent over a year on the crossovers,
which is why they're $3,500 a pair.  My receiver has settings for
speaker crossovers and I have no idea what I should do about that. 
Does anyone?


-- 
CEBJr

CEBJr's Profile: http://forums.slimdevices.com/member.php?userid=52059
View this thread: http://forums.slimdevices.com/showthread.php?t=92130

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


Re: [slim] [ANNOUNCE] Music-Playback now on ANDROID! SqueezePlayer released to the market ...

2011-12-14 Thread drunkahol

bluegaspode;675914 Wrote: 
 In the first combo, where you chose to manually enter an address: it
 will always show all automatically discovered servers. 
 

OK - I understand now. I dont see any automatic discovery servers on my
Nexus. Appears discovery usnt working on ICS. Works on the Xoom  HTC
Desire though. To anyone struggling with the Nexus, enter the server
manually, then stop  start playback via the main button.

bluegaspode;675914 Wrote: 
 Um - this would be part of the Controller Apps. You did install at least
 the Logitech App (or the preferred SqueezeCommander?)
 Both show the album artwork of the current playing song.
 

I do, indeed, have both and SqueezeCommander is definitely preferred.
But what I'm talking about here is running SqueezePlayer on my Xoom
while it's in its dock. Sure i can see the artwork on SqueezeCommander
on my phone, but it would be cool to show the album art on the Xoom at
that point too. It's on display in it's doc - let it show the album art
too? Similar (I'm guessing here) to a Squeezebox Touch.
Would also be a killer for an Android tablet or device linked to a TV
to display a photo slideshow or some visualisations based on the music
playing. Like Goom and others?

Cheers

Duncan


-- 
drunkahol

drunkahol's Profile: http://forums.slimdevices.com/member.php?userid=17854
View this thread: http://forums.slimdevices.com/showthread.php?t=87364

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


[slim] I'm just curious???

2011-12-14 Thread Ikabob

If you look down at the members present on this general Community:Forum
webpage, you will notice this statement:  

Most users ever online was 1,433, 2009-02-25 at 13:15.

Why were there so many at the forum on that particular date? Does
anyone know?
Just curious.


-- 
Ikabob

Ikabob

Check out BUG:  Bug 17805  A VOID:Need an SB BOOM
Squeezebox Touch w/SBS; SAE Amplifier;Marantz Pre-amp;ESS Heil
Speakers(main listening speakers plus various additional speakers). 
Multiple players: SqueezeBooms,SqueezeRadios; SB3;
Services:Slacker;Sky.com; MOG;
Sirius.com;
Ipeng remote controller.

Ikabob's Profile: http://forums.slimdevices.com/member.php?userid=32088
View this thread: http://forums.slimdevices.com/showthread.php?t=92294

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


Re: [slim] [ANNOUNCE] Music-Playback now on ANDROID! SqueezePlayer released to the market ...

2011-12-14 Thread bluegaspode

drunkahol;676824 Wrote: 
 But what I'm talking about here is running SqueezePlayer on my Xoom
 while it's in its dock. Sure i can see the artwork on SqueezeCommander
 on my phone, but it would be cool to show the album art on the Xoom at
 that point too.

But you'd just need to start SqueezeCommander on the Xoom as well?
When your Xoom is in the Dock (i.e. powered), SqueezePlayer will never
quit (like it would, when it only operates with battery power). So
you'd actually don't have to care for it at all, it's just on and ready
to play any stream any time.

Just leave SqueezeCommander in the foreground on the Xoom all the time:
it will show you the current playing song (even when you remote control
it with your phone) so is exactly what you want: a selfmade Touch.


-- 
bluegaspode

Did you know: *'SqueezePlayer' (www.squeezeplayer.com)* will stream all
your music to your Android device. Take your music everywhere!
Remote Control + Streaming to your iPad? *'Squeezebox + iPad =
SqueezePad ' (www.squeezepad.com)*
Want to see a Weather Forecast on your Radio/Touch/Controller ? = why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? = why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=87364

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


Re: [slim] Support for Moodagent

2011-12-14 Thread Lyster

With Moodagent and Squeezebox, would there be a need for a product like
Spicefly's Sugarcube?


-- 
Lyster

Lyster's Profile: http://forums.slimdevices.com/member.php?userid=17183
View this thread: http://forums.slimdevices.com/showthread.php?t=85983

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


[slim] Pogoplug Series 4/DLNA and Squeezeboxes

2011-12-14 Thread jnathanson

I was very intrigued to read about the new Pogoplug series 4, a DLNA
device. Are Squeezebox devices such as the Touch and Radio compatible
with DLNA? Will I be able to use the Pogoplug series 4 as a server that
is usable by Squeezeebox devices?


-- 
jnathanson

jnathanson's Profile: http://forums.slimdevices.com/member.php?userid=41837
View this thread: http://forums.slimdevices.com/showthread.php?t=92300

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread flattermann

Jeff Flowerday;676716 Wrote: 
 I'm wondering if the issue was modem related.  Got the OTA update to KL1
 modem and things have been pretty stable since.
 
 Which leads me to ask how does squeezecommander recover from dropped
 connections and or switching radios in a middle of a download session?

Recovery for downloads is pretty bad at the moment, i.e. almost non
existent.

It's on my TODO list, but I haven't found the time yet...


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-12-14 Thread flattermann

vma;676630 Wrote: 
 That is what I mean - it would be nice to have a wiki button on the
 SqueezeCommander that enter the same kind information as SoundHound.

Actually, it suddenly reached the top of my TODO list. :-)

I'm working on that feature at the moment.

http://www.squeezecommander.com/trac/ticket/229

I've added Wikipedia, Google and LastFM search already.

Feel free to request more target sites in the ticket.
I'm open for suggestions. :-)


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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


Re: [slim] I'm just curious???

2011-12-14 Thread MrC

Hmmm, dunno.  SB Radio was announced in Sep. '09, so that's not it.  Or
it could have been from this announcement:

http://www.businesswire.com/news/google/20090217005592/en

Or perhaps it was heavy spambot day.


-- 
MrC

MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=92294

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


Re: [slim] I'm just curious???

2011-12-14 Thread Ikabob

Mr.C., thanks for the guessthat could be it.


-- 
Ikabob

Ikabob

Check out BUG:  Bug 17805  A VOID:Need an SB BOOM
Squeezebox Touch w/SBS; SAE Amplifier;Marantz Pre-amp;ESS Heil
Speakers(main listening speakers plus various additional speakers). 
Multiple players: SqueezeBooms,SqueezeRadios; SB3;
Services:Slacker;Sky.com; MOG;
Sirius.com;
Ipeng remote controller.

Ikabob's Profile: http://forums.slimdevices.com/member.php?userid=32088
View this thread: http://forums.slimdevices.com/showthread.php?t=92294

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


Re: [slim] I'm just curious???

2011-12-14 Thread Mnyb

When did 7.4 arrive it was a major redesign of the whole UI ( in
anticipation of Touch ).
Or was it when Touch leaked out :)


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad
(in storage SB3, reciever ,controller )

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=92294

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


[slim] Where to post suggestions to Logitech ?

2011-12-14 Thread finnbrodersen

Hi

Which channel is best to use, if I want to influence Logitech to make a
Boom v2 squeezebox ?

thanks


-- 
finnbrodersen

Some version of SBServer running on a HP EX490 home server
SBReceiver -- NAD C162+C272 -- DALI IKON 6 (let's call it MidFi)

finnbrodersen's Profile: http://forums.slimdevices.com/member.php?userid=17360
View this thread: http://forums.slimdevices.com/showthread.php?t=92305

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


Re: [slim] Where to post suggestions to Logitech ?

2011-12-14 Thread pippin

Paper mail or fax, I'd say, or tell it to a consultant


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

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

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


Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-12-14 Thread lauret

philippe;676658 Wrote: 
 I'd like to know if there is a way to play high resolution audio files
 with squeezeslave wasapi or asio.

Squeezeslave only supports 44.1kHz / 16-bits. 

You can find an appropriate custom-convert.conf file which lets the
server transcode all material to 44.1/16 here:
https://code.google.com/p/squeezeslave/source/browse/#svn%2Fsqueezeslave%2Ftrunk%2Fsqueezeslave%2Fconfig
(use custom-convert.conf.441).


-- 
lauret

lauret's Profile: http://forums.slimdevices.com/member.php?userid=17632
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

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