[slim] Use a MAC as Receiver, Possible?

2010-12-21 Thread Gregouille

Hello,
I would like to know if anyone has tried to remote a MAC with
Squeezecontroller in order to use the MAC as a Squeezebox Receiver ?

Is it possible or just a dream ?

The point is to be able to use an internal sound card (such as
Lynxstudio or RME HDSP) with high  resolution rate (24bits/192khz)


-- 
Gregouille

Gregouille's Profile: http://forums.slimdevices.com/member.php?userid=37442
View this thread: http://forums.slimdevices.com/showthread.php?t=84040

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


Re: [slim] Use a MAC as Receiver, Possible?

2010-12-21 Thread copperstate

Have you tried Squeezeplay (which emulates a stand alone Squeezebox)? I
am mostly using it as a remote for my Squeezeboxes (much faster than
the web ui btw). It is also able to act as regular SB client and works
fine with MacOS X 10.6.5.


-- 
copperstate

copperstate's Profile: http://forums.slimdevices.com/member.php?userid=34756
View this thread: http://forums.slimdevices.com/showthread.php?t=84040

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


Re: [slim] Is there software to allow this

2010-12-21 Thread vs27

I am new to this so I am confused. When I go to the link for the nightly
download is see the SBS DL. I do not see squeeseplay (SP). I have SBS
running and using a Duet. Is SP somewhere in the SBS?


-- 
vs27

vs27's Profile: http://forums.slimdevices.com/member.php?userid=41655
View this thread: http://forums.slimdevices.com/showthread.php?t=83812

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


Re: [slim] SqueezeSlave: External USB audio interface (Mac OS X)

2010-12-21 Thread nikipore

I attached code and configuration files to this post. It's quite a bunch
of little puzzle pieces, but I like it that way because it's in fact not
restricted to a use in the squeezeslave context, but more of a generic
USB event handler triggering any kind of actions.

Feel free to comment or change anything you would do different (C or
Bash code, error handling, permissions, paths, etc.).

INSTALLATION INSTRUCTIONS
1. The content of the folder Application Support goes to
/Library/Application Support.
2. The binary usb-detect goes to /usr/local/bin.
3. Modify the user permissions, product ID, vendor ID, and audio device
ID according to your situation.

In the zip, we have the following components:

BIN/USB-DETECT
A compiled executable which detects (dis)connects of a specified USB
device. It runs on my OS X 10.6 Intel Mac mini. (No idea whether the
binary is universal or downward compatible; did I mention that I don't
know much about Mac programming? :-) It accepts the two decimal integer
parameters vendor ID and product ID, which for my USB DAC looks like

Code:

/usr/local/sbin/usbdetect 3468 12


The vendor ID 3468 (hex 0x0d8c) and product ID 12 (hex 0x000c) of my
USB DAC I could tell from the following command:

Code:

system_profiler SPUSBDataType
  [...]
  C-Media USB Headphone Set  :
  
  Product ID: 0x000c
  Vendor ID: 0x0d8c  (C-MEDIA ELECTRONICS INC.)
  [...]
  



SRC/MAIN.C
Source code for detection of USB devices. It has to be linked with the
frameworks CoreFoundation and IOKit. It's based upon the Apple code on
http://developer.apple.com/library/mac/#samplecode/USBPrivateDataSample/Introduction/Intro.html

APPLICATION SUPPORT/USB-DETECT/USB-DETECT.PLIST
A sample launchd service parameterization file. It runs an instance of
the usb-detect binary for my USB DAC.

APPLICATION SUPPORT/USB-DETECT/VENDOR-3468-PRODUCT-12/DEVICE-ADDED
This script restarts the squeezeslave service by changing to folder
/Library/Application Support/squeezeslave and running the script

Code:

/Library/Application Support/squeezeslave./restart 2


The 2 stands for the audio device ID squeezeslave associates to the USB
DAC and can be infered from

Code:

squeezeslave -L
  * 1: (Core Audio) Built-in Output (1/10)
  2: (Core Audio) C-Media USB Headphone Set   (2/29)
  



APPLICATION SUPPORT/USB-DETECT/VENDOR-3468-PRODUCT-12/DEVICE-REMOVED
Same as device-added. The reason for this is that the restart action
will effectively shut down the service if the audio device is not
available, see below.

APPLICATION SUPPORT/SQUEEZESLAVE/SQUEEZESLAVE
A wrapper script for the squeeslave binary. Example:

Code:

/Library/Application Support/squeezeslave./squeezeslave 2


checks whether the audio device 2 is up and launches an instance of
squeezeslave for that device on mac 00:00:00:00:00:02 if the device is
up.

APPLICATION SUPPORT/SQUEEZESLAVE/START
Accepts a command line parameter for the audio device ID and launches a
service running a squeezeslave instance dedicated to this output:

Code:

/Library/Application Support/squeezeslave./start 2


The parameter 2 tells the script to use squeezeslave.2.plist as the
service definition file, see below. If the service doesn't come up for
some reason (in my case, the main reason is when the USB device is not
connected), it shuts down the service right away.

APPLICATION SUPPORT/SQUEEZESLAVE/STOP
The antagonist of Application Support/squeezeslave/start.

Code:

/Library/Application Support/squeezeslave./stop 2



APPLICATION SUPPORT/SQUEEZESLAVE/RESTART
Combines stop with a subsequent start:

Code:

/Library/Application Support/squeezeslave./restart 2



APPLICATION SUPPORT/SQUEEZESLAVE/SQUEESLAVE.[12].PLIST
Service definition files for audio device 1 and 2, respectively.


+---+
|Filename: usb-detect.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=11024|
+---+

-- 
nikipore

nikipore's Profile: http://forums.slimdevices.com/member.php?userid=41997
View this thread: http://forums.slimdevices.com/showthread.php?t=83994

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


Re: [slim] Is there software to allow this

2010-12-21 Thread aubuti

vs27;596082 Wrote: 
 I am new to this so I am confused. When I go to the link for the nightly
 download is see the SBS DL. I do not see squeeseplay (SP). I have SBS
 running and using a Duet. Is SP somewhere in the SBS?
The answer is in 'the other thread you started'
(http://forums.slimdevices.com/showthread.php?p=596106#post596106). I
realize you're new here, so please note that one of the few rules is
no crossposting.


-- 
aubuti

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

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


[slim] SB2 Bricked since update

2010-12-21 Thread Justme

Hi there.

The other day there was an update on all my Squeezeboxes, the Boom,
Radio and possibly my old SB2. Though, I can't really tell with the SB2
since it seems bricked since the update. After the Boom updated, I
noticed the display (clock) go out and since then it has been a blank
screen. Remote has no effect. 

If I pull out the power and connect back in, I do get the Logitech
flash screen. It then briefly says it is obtaining an IP address, and
then blank screen.

Has anyone else had this? Is there a reset I can force on the device?

Thanks in advance.


-- 
Justme

Justme's Profile: http://forums.slimdevices.com/member.php?userid=369
View this thread: http://forums.slimdevices.com/showthread.php?t=84060

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


Re: [slim] SB2 Bricked since update

2010-12-21 Thread andyg

We've seen a small number of reports of this problem, but aren't yet
sure what's wrong.

A factory reset appears to solve the problem.  From the firmware setup
menu, go to Current Settings - Factory Reset.


-- 
andyg

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

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


[slim] Where did Playlist go?

2010-12-21 Thread jarome

In the 7.5.3 nightly, the Playlist top menu item is gone! How can I
access my favorite radio stations, which are playlists?


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=84063

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


Re: [slim] I could kill for a white SB3, NOS or low mileage ...

2010-12-21 Thread epoch1970

It took a while due to complete SNAFU of the French postal service, but
now I am the proud owner of a pristine, white SB3.

Thanks a lot, johnas !


-- 
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=83458

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


Re: [slim] The Orb

2010-12-21 Thread whoosh

+2. They were supposed to tour the states last year, but canceled. I
have yet to see any announcement of a new tour/dates. :(


-- 
whoosh

*Server*: Ubuntu 8.04 Server on Intel 1.66GHz Core Duo Mac Mini, 1GB
RAM, 72GB internal for OS, 750GB Maxtor One Touch Firewire for media.
SC 7.3.1~24372
*Main Audio*: SB Duet  Audio Research LS2B mkII  Audio Research VT100
mkII  Soliloquy 5.3
*Work Audio*: SB Duet  Jolida SJ801  NHT Super Zero's
http://www.last.fm/user/megamucho

whoosh's Profile: http://forums.slimdevices.com/member.php?userid=21818
View this thread: http://forums.slimdevices.com/showthread.php?t=82207

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


Re: [slim] Is there software to allow this

2010-12-21 Thread MrSinatra

vs27;596082 Wrote: 
 I am new to this so I am confused. When I go to the link for the nightly
 download is see the SBS DL. I do not see squeeseplay (SP). I have SBS
 running and using a Duet. Is SP somewhere in the SBS?

?

MrSinatra;594013 Wrote: 
 squeezeplay.
 
 http://wiki.slimdevices.com/index.php/Nightly_Builds


-- 
MrSinatra

www.lion-radio.org
using:
sb2  sbc (my home) / sbrec  ipeng (parents' home) - sbs 7.5.2b - win
xp pro sp3 ie8 - p4(ht) 3.2ghz, 2gig ram - 1tb wd usb2 raid1 - d-link
dir-655 - 45k+ mp3
::VOTE FOR 'BUG 15604'
(http://bugs.slimdevices.com/show_bug.cgi?id=15604)!!!::

MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=83812

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


[slim] Title Format

2010-12-21 Thread jdbaker

Server Settings, I want my SBs to display Title. Album , Artist. I am
running version 7.5.1 with the default browser. The i box says you are
supposed to be able to customize the Title Format but I can not figure
out how to do it. There does not appear to be any way to insert the
formats. Can someone please help? Thanks.


-- 
jdbaker

SB3/Parasound C2/A51/PSB CHS60's/CHS40/Triad Gold Dipole Inwall
Surrounds/Triad Inwall Silver Sub.
SB3/Conrad Johnson D/A 2-B Tubed DAC/Arcam FMJ A32/Monitor Audio Silver
S6

jdbaker's Profile: http://forums.slimdevices.com/member.php?userid=8531
View this thread: http://forums.slimdevices.com/showthread.php?t=84066

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


Re: [slim] squeeze box V3 not fully turning on

2010-12-21 Thread usch

Mnyb;595993 Wrote: 
 What could exist as documents is a circuit diagram has anyone leaked one
 of those ?
 In th good old days of hifi you could get one if you asked from many
 companies
In the good old days you didn't have to ask for one, they always came
with the instruction manual.


-- 
usch

usch's Profile: http://forums.slimdevices.com/member.php?userid=33389
View this thread: http://forums.slimdevices.com/showthread.php?t=62359

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


Re: [slim] Title Format

2010-12-21 Thread usch

Go to Server Settings  Interface, add the title format you want, such
as TITLE - ALBUM - ARTIST, click Apply.

Go to Server Settings  Player, select the title format from the
dropdown list, check the radio button next to the format string, click
Apply. Repeat for all players.


-- 
usch

usch's Profile: http://forums.slimdevices.com/member.php?userid=33389
View this thread: http://forums.slimdevices.com/showthread.php?t=84066

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


[slim] How to find these forums from Logitech these days?

2010-12-21 Thread Sune

I were looking for the forum (long time, no visit) @ slimdeices.com,
which turns into logitech pages. 

And then...ended up at some kind of forum pages which were not
these...

Anyone know why it's not these forum pages that Logitech uses?

/Sune

P.S. Anyone but me, who finds the official logitech-squeezebox-webpages
difficult to navigate?


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=84067

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


Re: [slim] How to find these forums from Logitech these days?

2010-12-21 Thread erland

Sune;596183 Wrote: 
 I were looking for the forum (long time, no visit) @ slimdeices.com,
 which turns into logitech pages. 
 
 And then...ended up at some kind of forum pages which were not
 these...
 
 Anyone know why it's not these forum pages that Logitech uses?
 
See here:
http://forums.slimdevices.com/showthread.php?t=80919

The main reason is probably that their support staff also supports
other Logitech products than Squeezebox so it's good to them to have
everything collected in one place instead of scattered on different web
sites.

There is no link from Logitech web site to the slimdevices.com forum
because Logitech probably want the people to stay on their official
logitech.com forum.

Sune;596183 Wrote: 
 
 P.S. Anyone but me, who finds the official logitech-squeezebox-webpages
 difficult to navigate?
 
Yes, most people in this community have the same feeling.

The structure on the logitech.com forum site would never work for
Squeezeboxes if all current community members started to post there,
its structure has been designed for support staff - customer
communication but not for customer - customer communication as on
the slimdevices.com forum.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


Re: [slim] Title Format

2010-12-21 Thread jdbaker

Sweet, Thanks Bro.


-- 
jdbaker

SB3/Parasound C2/A51/PSB CHS60's/CHS40/Triad Gold Dipole Inwall
Surrounds/Triad Inwall Silver Sub.
SB3/Conrad Johnson D/A 2-B Tubed DAC/Arcam FMJ A32/Monitor Audio Silver
S6

jdbaker's Profile: http://forums.slimdevices.com/member.php?userid=8531
View this thread: http://forums.slimdevices.com/showthread.php?t=84066

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


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

2010-12-21 Thread gloscherrybomb

Hi Christian,

There are (for now) 4 things I would really like to see in Squeeze
Commander:

1. Use cover art that is embedded in the file. Most of my cover art is
like this but doesnt seem to play?

2. Have a part mode like ipeng, where certain tasks can be disabled.
e.g. users can add to the playlist but cant delete tracks, skip or
pause a song.

3. Be able to use squeeze commander as a player... this would mean I
can remove audio galaxy from my phone and pc!

4. Support for tablets... I know this is a little way off yet but Ive
been fantasising about having an android tablet mounted to a wall so
that during parties there is a simple large interface to control the
music!

Hope these suggestions are useful.

One more thing... is it possible to switch servers without manually
doing it on the box? Currently I have to switch to the correct server
on my boom and then connect through commander.

Thanks!


-- 
gloscherrybomb

gloscherrybomb's Profile: http://forums.slimdevices.com/member.php?userid=42211
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] squeeze box V3 not fully turning on

2010-12-21 Thread heegard

I believe the problem is not serious, yet it's difficult to debug in the
dark.  Seems like there are several SB's with the same symptoms.  There
must be someone who has some ideas.  If I had a circuit diagram, I
might have some luck and I would tell the world the scoop.

-Chris

PS: I'm pretty knowledgable and good at fixing things...


-- 
heegard

==
Be happy while you're living,
for you're a long time dead.
-Scottish Proverb
==

heegard's Profile: http://forums.slimdevices.com/member.php?userid=1404
View this thread: http://forums.slimdevices.com/showthread.php?t=62359

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


Re: [slim] Use a MAC as Receiver, Possible?

2010-12-21 Thread Justme

How well does it sync on the Mac? I have tried this on a PC, and it used
to Sync but that stopped working properly a couple of years back. Using
a Mac now, and if it syncs with my other squeezeboxes, I'll definitely
give it a try again.


-- 
Justme

Justme's Profile: http://forums.slimdevices.com/member.php?userid=369
View this thread: http://forums.slimdevices.com/showthread.php?t=84040

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


Re: [slim] SB2 Bricked since update

2010-12-21 Thread Justme

andyg;596135 Wrote: 
 We've seen a small number of reports of this problem, but aren't yet
 sure what's wrong.
 
 A factory reset appears to solve the problem.  From the firmware setup
 menu, go to Current Settings - Factory Reset.

Thanks for your reply andyg :O) 

One question: One the SB2, how do I get to the Factory Reset. I only
have a Settings menu, and there is no factory reset option there.

I must add, I have upgraded the condition from Bricked as I can now get
it to work with my squeezecenter on my Mac. It won't work when I connect
to MySqueezebox.com, that is when it gets bricked. When I select that
option, it goes through the connection process, then black screen when
nothing happens, and I have to pull the power and then connect back to
the squeezecenter.


-- 
Justme

Justme's Profile: http://forums.slimdevices.com/member.php?userid=369
View this thread: http://forums.slimdevices.com/showthread.php?t=84060

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


Re: [slim] SB2 Bricked since update

2010-12-21 Thread Mnyb

What version is the local server I may begin an upgrade when conecting
to mysb.com and failing that.

Strongly suggest that you upgrade the local server to 7.5.3 (or 7.5.2)

As found in our wiki.

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


Perform a factory reset :

* power the SB off
* press the ADD key on the remote
* power the SB on while holding the ADD key. 

Perform a xilix reset :

* power the SB off
* press the 1 (one) key on the remote
* power the SB on while holding the 1 (one) key. 

You can relese the remote key when you see the proper action going on


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112

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

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


Re: [slim] SB2 Bricked since update

2010-12-21 Thread Justme

Thanks for that. The factory reset using the add button worked. How do
I update the Squeeze Center on my Mac as I can't find an update
option. Do I uninstall and install manually? And how will this affect
my settings.


-- 
Justme

Justme's Profile: http://forums.slimdevices.com/member.php?userid=369
View this thread: http://forums.slimdevices.com/showthread.php?t=84060

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


Re: [slim] SB2 Bricked since update

2010-12-21 Thread Mnyb

Justme;596235 Wrote: 
 Thanks for that. The factory reset using the add button worked. How do
 I update the Squeeze Center on my Mac as I can't find an update
 option. Do I uninstall and install manually? And how will this affect
 my settings.

I don't have a mac , but smaller upgrades goes smooth on other
platforms such as linux and win so settings should be preserved just
fine .

Big leaps in version like 7.3 to 7.5.x might require a clean install to
function properly ever again.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112

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

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