Re: [slim] Fork it!

2012-09-27 Thread erland

dasmueller wrote: 
 
 My concern w the whole Squeezebox system going forward is that by
 attempting to appeal to more of a mass market that Logitech is shooting
 itself in the foot.  
 
Logitech needs to do mass market, that's their strength, as a company
they don't have the experience and knowledge to handle a smaller niche
market and make it profitable. Another company might be able to do it
but not Logitech, they have clearly showed that during the last 5 years,
Logitech needs the volumes because the worldwide distribution is one of
their biggest strengths.



erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=96572

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


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

2012-09-27 Thread sbp

ralphy wrote: 
 Search these forums, it's been discussed many times in the past.
 
 Clue: squeezeslave only supports 44100Hz sample rate.

Sorry I have read about that, but I thought that something else was the
problem (maybe some special danish letters etc) I didn't know how to
actually check the sample rate of the stream.

But after your guidance I made a custom-convert.conf file which I placed
in the plugin directory, and now the streams are playing fine. The
content of the custom-convert.conf is:

# Capabilities
# I - can transcode from stdin
# F - can transcode from a named file
# R - can transcode from a remote URL (URL types unspecified)
# 
# O - can seek to a byte offset in the source stream
# T - can seek to a start time offset
# U - can seek to start time offset and finish at end time offset
#
# D - can downsample 
# B - can limit bitrate
#
# Substitution strings for variable capabilities
# %f - file path (local files)
# %F - full URL (remote streams)
#
# %o - stream start byte offset
# 
# %S - stream samples start offset
# %s - stream seconds start offset
# %t - stream time (m:ss) start offset
# %U - stream samples end offset
# %u - stream seconds end offset
# %v - stream time (m:ss) end offset
# %w - stream seconds duration

#
# %b - limit bitrate: b/s
# %B - limit bitrate: kb/s
# %d - samplerate: samples/s
# %D - samplerate: ksamples/s

# For one player with this MAC address.
# mp3 flc * 00:00:00:00:00:01

# All squeezeslave players.
mp3 flc squeezeslave *
# FRT:{START=-ss %s}U:{DURATION=-endpos %w}
[mplayer.sh] -really-quiet -vc null -vo null $START$ $DURATION$
-cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 -

flc flc squeezeslave *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0
-b 16 -r 44.1k -



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=93607

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread sbp

Thank you very much.

It is working fine on windows 7.

I have noticed that you recently have build many different versions of
SqueezePlay, so I was wondering if you are planning to make an ARM build
as well?

The reason for my asking is, that I have bought a Raspberry board, and I
will try to use it as a dedicated player using SqueezePlay. I have
better success with synchronizing if I use SqueezPlay as compared with
SquuezeSlave, because the latter needs to transcode some of my radio
streams to 44100, which is not needed if I use SqueezePlay.
This experience is on windows and Debian computers, I haven't tried on
the Raspberry board yet  (mainly because I have been unable to run fin a
SqueezPlay that can be used on this board)



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=96573

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


Re: [slim] mysqueezebox.com service outage - Sept. 24/25

2012-09-27 Thread Monzaboy

Mine came back for a day but is down again.



Monzaboy's Profile: http://forums.slimdevices.com/member.php?userid=57333
View this thread: http://forums.slimdevices.com/showthread.php?t=96515

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread ralphy

sbp wrote: 
 
 I have noticed that you recently have build many different versions of
 SqueezePlay, so I was wondering if you are planning to make an ARM build
 as well?
 

No, I have no plans at the moment.  Mainly because I don't do cross
compiling, it's always been problematic for me and I don't own an RPI. 
My main reason to creating these builds was to make SqueezePlay run on
my Solaris SPARC Sun Ray devices.  There is a build of SqueezePlay for
RPI but apparently there are still issues with the hardware SDL
implementation.  The Linux ALSA version does not need any of my
modifications as it uses alsa-lib to query the hardware for the max
sample rate and you can easily change the default ALSA device using
.asoundrc or modifying the usersettings files created by squeezeplay.



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

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


Re: [slim] [ANNOUNCE] SqueezePlay for Solaris and OpenIndiana

2012-09-27 Thread ralphy

ralphy wrote: 
 I'm currently testing a Windows squeezeplay build in which I've added
 ASIO and WASAPI support in addition to Direct Sound.  It also has the
 ability to set the maximum sample rate and choose the sound card.  I'll
 start a new thread for that when it's ready.

Windows version now available.  See 'this post'
(http://forums.slimdevices.com/showthread.php?96573-SqueezePlay-for-Windows-with-ASIO-DirectSound-WASAPI-and-WDMKS-device-support).



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

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


[slim] Recommendation for subwoofer with crossover (with outputs for two speakers)

2012-09-27 Thread ModelCitizen

I am still scratching my head over my garage/workshop HiFi.

I am using a Logitech Receiver and (as recommended on the forum) have
ordered a Muse M50 EX TPA3123 T-Amp Mini Audio Digital Stereo Amplifier
(50W Watt RMS x 2) to drive my 4ohm Sony car speakers which I've boxed
and screwed the end garage wall. Although the speakers sound good enough
for a garage (with my last now defunct amp anyway) there's not enough
bass.. and I have a fondness for electronic music with bass (but not
exclusively).

I've been looking around to find some inexpensive modern speakers with
decent sized woofers (and bass reflex?) that would sound OK screwed
against the wall, but on a limited budget (it is only a garage!) I've
hit a blank.

My next thought was to get a single subwoofer, one with a crossover so I
could route both speakers outputs from the amp through it and it would
pass the filtered signal to the two wall speakers. However, the world of
subwoofers is one that baffles me.

Does anyone have any experience of subwoofers with integrated crossovers
that would work well on a 50w rms amp in the set up I describe? The
lower priced the better!

Thanks for any help.



ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
View this thread: http://forums.slimdevices.com/showthread.php?t=96585

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


[slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Alamei

My SB3 has recently been crashing (going to pure black screen, not
responding to any commands) somewhat frequently, even when it's just
sitting in screensaver mode, running SuperDateTime. If I unplug the
power and plug it back in, I can force a reboot, after which it runs
normally for about 10-12 hours before crashing again. I've been reading
about other people having issues with SqueezeBox Classics crashing and
restarting while playing music, but didn't see anything on the forums
about it crashing and shutting down outright while displaying a
screensaver (though I may just not be using the correct search terms).

Has anyone else experienced a similar issue, and, if so, did you find a
resolution outside of just replacing the Squeezebox? I don't really want
to buy a new SqueezeBox at this time, with Logitech discontinuing
support for them.



Alamei's Profile: http://forums.slimdevices.com/member.php?userid=57436
View this thread: http://forums.slimdevices.com/showthread.php?t=96586

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread bobkoure

Is this Squeeze-play- or Squeeze-slave-?
Just wondering, as the screen cap shows squeezeslave (which I've been
happily using with ASIO for quite some while now TYVM)



bobkoure's Profile: http://forums.slimdevices.com/member.php?userid=14646
View this thread: http://forums.slimdevices.com/showthread.php?t=96573

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread bwaldron

bobkoure wrote: 
 Is this Squeeze-play- or Squeeze-slave-?
 Just wondering, as the screen cap shows squeezeslave (which I've been
 happily using with ASIO for quite some while now TYVM)

It is SqueezePlay. The post clearly explains why the SqueezeSlave cap is
there.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=96573

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


[slim] Radio streaming not working

2012-09-27 Thread albertcraig

Hello,

Currently (27-09-2012, 12:25 pm) I am unable to stream any Internet
radio streams on any of my three devices (Touch, Radio and Boom)
regardless of whether thay are connected to my LMS
(Logitech Media Server Version: 7.7.2) or mySqueezebox.com .  

Is anyone else having this problem? I find it hard to believe that the
problem is at my end.

Any suggestions?

Thanks



albertcraig's Profile: http://forums.slimdevices.com/member.php?userid=30469
View this thread: http://forums.slimdevices.com/showthread.php?t=96587

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread toby10

Best guess for the most common two culprits:

1.  PSU:  failing or lose connection, jiggle the input on SB3 see if it
induces reboot
2.  WiFi card:  open SB3, remove WiFi card, run it on wired only for
test, might just need WiFi card re-seated properly



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

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread epoch1970

Does it crash if it plays instead of being off? Does it crash on wifi
and Ethernet the same way? Are you using DHCP, and if so can you change
the lease time and see if the symptom occurs at a different frequency?
(Same questions about the server)

An SB is not made to crash ;) usually when I see a crash, the server has
crashed. I have seen a few network related freezes requiring hard
reboot, and I have seen once my Boom freeze after receiving an IR
command. I have seen a few electronic devices wedge when a refrigerator
starts (plugging the device somewhere else or changing PSU resolves
this)

If power, network and server failure causes are ruled out, then what
you're seeing could be the effect of age (capacitors?)

HTH



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

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


Re: [slim] Radio streaming not working

2012-09-27 Thread toby10

Working fine here in US east.  Tried router reboot?  Where are you
located?



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

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


Re: [slim] Radio streaming not working

2012-09-27 Thread albertcraig

Based in Stoneham, Quebec, Canada.  Working from home this morning and
the net is working great.

Rebooting the router and LMS server fixed it. Strange.

Thanks for the help.
Bert



albertcraig's Profile: http://forums.slimdevices.com/member.php?userid=30469
View this thread: http://forums.slimdevices.com/showthread.php?t=96587

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


Re: [slim] FYI - New Rhapsody Cloud Sync

2012-09-27 Thread wnshall

MeSue wrote: 
 I got a thing in my email about Rhapsody's new Cloud Sync app that
 matches your local music with your Rhapsody library. Sounded good to me
 so I installed and kicked it off before going to bed. Then I browsed my
 Rhapsody library on Squeezebox and here it is all cluttered up with my
 local music. Ummm... Not really what I was expecting. So, fellow
 Rhapsody users, consider yourself warned. I'll have to investigate
 tomorrow to see if it's easily undo-able.

Can you elaborate on what you mean by ... all mixed up with my local
music.?  My expectation is that once Rhapsody has synced your local
music collection, My Library on Rhapsody would display
Albums/Artists/Tracks from both your local music library and your
previously existing Rhapsody library all together, probably with no
visual indication of the difference.  Is that what happens?  Does it
browse differently when going through LMS vs. browsing through
Rhapsody's web interface?

My biggest hesitation in doing this is that Rhapsody's really minimal,
under-featured browsing capabilities would make browsing my moderately
large collection unbearable.  Having been spoiled by the library
browsing tools in LMS (especially w/ some 3rd party plugins) it's quite
hard to have to work with the under-powered systems most other systems,
like Rhapsody, have.  I also wonder what Rhapsody does with all your tag
information -- almost certainly ignores it completely.  That means that
the Genre tag for your local music will get set to whatever genre
Rhapsody has for that file.  I find Rhapsody's genres to be next to
useless, and it means all that hard work tagging my music goes to
waste.

Any comments you have on your experience would be appreciated.



wnshall's Profile: http://forums.slimdevices.com/member.php?userid=5886
View this thread: http://forums.slimdevices.com/showthread.php?t=92937

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread ralphy

It is SQUEEZEPLAY.

The squeezeslave screen shot is used to list the devices available to
configure SqueezePlay.



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

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Alamei

Thanks for the responses. I'll check how tight the power connection is
next time I try, but I'm not sure if I have the right screwdriver to
take apart the SB3 to check the wireless card.

I'm not using DHCP, but I am currently using wireless. I'll try
switching over to a wired connection to see if that works any better.



Alamei's Profile: http://forums.slimdevices.com/member.php?userid=57436
View this thread: http://forums.slimdevices.com/showthread.php?t=96586

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread epoch1970

These are torx screws. Size T6 ?



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

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


Re: [slim] Fork it!

2012-09-27 Thread guidof

agillis wrote: 
 We already have a fork that we are running as part of the VortexBox
 distro and we already have a player that can replace Logitech hardware.
 Now that all the logitech code is on Git Hub it should be really easy to
 do a proper fork if we want.

I'm a satisfied but naively ungeek user of the VortexBox Appliance. I
appreciate your statement (and Andrew's on the VB Forum) and I hope that
you will continue to support those of us who use both SBs and VB.

However I am perplexed by your assertion that you already have a player
that can replace Logitech hardware. Is VB Player not a software player
that makes it possible to use LMS to produce audio at the output of a VB
sound card? How do you see that this can replace e.g. a SBTouch?

Regards,

Guido F.



guidof's Profile: http://forums.slimdevices.com/member.php?userid=40448
View this thread: http://forums.slimdevices.com/showthread.php?t=96572

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


Re: [slim] Fork it!

2012-09-27 Thread garym

guidof wrote: 
 I'm a satisfied but naively ungeek user of the VortexBox Appliance. I
 appreciate your statement (and Andrew's on the VB Forum) and I hope that
 you will continue to support those of us who use both SBs and VB.
 
 However I am perplexed by your assertion that you already have a player
 that can replace Logitech hardware. Is VB Player not a software player
 that makes it possible to use LMS to produce audio at the output of a VB
 sound card? If so, how do you see that this can replace e.g. a SBTouch?
 
 Regards,
 
 Guido F.

I'm 99% sure he means the VB Player. And you are correct, although a
very nice software player, it does not take the place of a TOUCH (that
can sit in a different room from the VB server/computer and be connected
via WIFI or ethernet back to the server).



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

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


Re: [slim] Fork it!

2012-09-27 Thread guidof

garym wrote: 
 I'm 99% sure he means the VB Player. And you are correct, although a
 very nice software player, it does not take the place of a TOUCH (that
 can sit in a different room from the VB server/computer and be connected
 via WIFI or ethernet back to the server).

I was sort of hoping that he may foresee the possibility of a device
that can use the VB player and replace my SBTouches when they eventually
wear out. I'd be interested in his thinking . . .

Guido F.



guidof's Profile: http://forums.slimdevices.com/member.php?userid=40448
View this thread: http://forums.slimdevices.com/showthread.php?t=96572

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


Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2012-09-27 Thread bobkoure

SqueezePLAY it is. Sorry for my confusion.



bobkoure's Profile: http://forums.slimdevices.com/member.php?userid=14646
View this thread: http://forums.slimdevices.com/showthread.php?t=96573

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Alamei

UPDATE: As of this evening, the Squeezebox won't power on at all. I've
tried unplugging it and plugging it back in, and I've jiggled the cord
around in a variety of ways to see if it helped, but no such luck. No
matter what I do, nothing will come up on screen; it appears to be
completely dead. My remaining question is: should I still try opening it
up to check on the wireless card? This seems more like a PSU/capacitor
issue, so unless someone else has experienced something similar and
found that removing the wireless card helps, I don't think I want to go
out and by a torx screwdriver set.

I really wish they were still making the SB3s; I love the simple,
minimalist design and the low-light screen. Can someone with a Touch
chime in on whether they think it'd be worth picking one up, even with
Logitech discontinuing support?



Alamei's Profile: http://forums.slimdevices.com/member.php?userid=57436
View this thread: http://forums.slimdevices.com/showthread.php?t=96586

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread azinck3

Alamei wrote: 
 I really wish they were still making the SB3s; I love the simple,
 minimalist design and the low-light screen. Can someone with a Touch
 chime in on whether they think it'd be worth picking one up, even with
 Logitech discontinuing support?

I love the SB3, too.  Just buy one on Ebay or craigslist; they're not
hard to come by.



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

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


[slim] Squeezeboxes up for grabs

2012-09-27 Thread realcodeguy

I thought I'd offer these here before posting them on eBay.  I have 3
Booms all about one/two years old.  I also have one Duet and one Touch.
I have the original boxes for all devices except the Touch (I'll keep
looking for it).  Please send me a PM if you are interested.



realcodeguy's Profile: http://forums.slimdevices.com/member.php?userid=41870
View this thread: http://forums.slimdevices.com/showthread.php?t=96592

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Mnyb

A sure sign of it's demise , if there is no light from the toslink
connector :-/



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

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Alamei

Mnyb wrote: 
 A sure sign of it's demise , if there is no light from the toslink
 connector :-/

Good call, mate; I didn't even think to check that. It appears the poor
thing's dead after all. I've considered picking up a used one, but I'm
always super skeptical of sellers on ebay, and I didn't see any listed
locally on craigslist. Since I'll eventually have to find a replacement
brand (now that Logitech has discontinued them), I'm thinking I may as
well just start the search now.



Alamei's Profile: http://forums.slimdevices.com/member.php?userid=57436
View this thread: http://forums.slimdevices.com/showthread.php?t=96586

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


Re: [slim] Squeezebox Classic Crashing (Blank Screen)

2012-09-27 Thread Mnyb

Alamei wrote: 
 Good call, mate; I didn't even think to check that. It appears the poor
 thing's dead after all. I've considered picking up a used one, but I'm
 always super skeptical of sellers on ebay, and I didn't see any listed
 locally on craigslist. Since I'll eventually have to find a replacement
 brand (now that Logitech has discontinued them), I'm thinking I may as
 well just start the search now.

Have you measured the 5v from the power supply ? you don't have more
squeezeboxes ? the Touchs PSU can power the SB3 too ?



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

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