Re: [slim] xPL Not Sending IR Codes?

2009-03-12 Thread AndyMc

That warning is just that. The xPL code has not been fully updated to
the current architecture. Without fully checking I don't think it is a
showstopper for you.

If you still are having problems, please answer the following fault
finding questions:

How did you send the text command?

Can you see xPL messages coming from SqueezeCenter?

Have you checked using xPL_Logger (or similiar) that the xPL message
made it to the hub running on the machine that SqueezeCenter is running
on?

Have you tried using xPLSend (or similiar) to send an xPL message
from the command line?  
eg. 
Code:

./xplsend -c osd.basic  command=write  text='test message'




Andy.


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=50590

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


Re: [slim] xPL Not Sending IR Codes?

2009-03-12 Thread AndyMc

Indeed, you can download Gerry Duprey's xPLLIB
http://www.xpl4java.org/xPL4Linux/downloads/xPLLib.tgz from his xPL
website. This is C code for Linux: http://www.xpl4java.org/xPL4Linux/

This contains C source code for the above mentioned logger and
xPLSend applications. 

IMPORTANT: Ensure that you are running a hub on the NAS box.  

I assume you are not currently running a hub for SqueezeCenter due to
the lack of Java - note that the download listed above also contains a
hub written in C. (His page also contains a precompiled Hub, which
might be the only fix you need..)


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=50590

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


[slim] xPL Not Sending IR Codes?

2008-08-02 Thread AndyMc

Hi All,

SqueezeCenter appears to have a bug that stops it sending IR (keys
or raw) via xPL.

I have just installed SqueezeCenter 7.1 after running the old 6.x
series. I have enabled the xPL plugin and also set the IR codes to
both. This was working before I moved from 6.x. 

Currently (on 7.1), I am seeing xPL broadcasts showing track info and
heartbeats. I am also able to send xPL commands that are obeyed by
SqueezeCentre. The problem is solely the error below when SqueezeCentre
attempts to broadcast the IR key presses.

The server.log is showing the error:
Slim::Plugin::xPL::Plugin::xplExecuteCallback (575) Warning: Called
without a client: 

Looking in the code, the xPL Plugin has been called without a client
set by the notify() code when a IR remote key is pressed.

Does anybody know how to fix this? I have had a brief look, but being
new to the codebase I am on a steep learning curve!

Thanks in advance,
Andy.


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=50590

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


[slim] Squeezeslave PulseAudio (esp. on Fedora)

2008-04-22 Thread AndyMc

Hi all,

I have been struggling to get Squeezeslave working on Fedora 8, and
play nicely with other audio applications especially PulseAudio. 

Finally, I hope I have found the answer: padsp. padsp is a PulseAudio
wrapper for applications that output sound using the old oss sound
system. It replaces aoss.

So for those running KDE (I have tested Fedora 8 only), drop the
following two lines into a file called ~/.kde/Autostart/squeezeslave
for the user that usually logs into the machine.

#!/bin/bash
padsp /opt/squeezeslave --signal --retry --volume sw --oldplayer
yourserver 

Obviously, you need to change the name of the server. You can start
squeezeslave any way you wish. Even /etc/rc.local if you so desire.

Anyway, hopefully that helps somebody and puts all the info in one
place.

Andy.


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=46652

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


Re: [slim] SqueezeSlave: No Sound!

2008-03-10 Thread AndyMc

A few questions to clarify what is happening:

Does squeezeslave work using aoss?
What software are you using to play videos?
Is that software using ALSA for it's sound output?
When you said that that sound locks up, when does this happen? and
what do you mean by locks up? ie. Does it never make any sound? Or
does other software become unable to use the sound system?


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=43857

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


Re: [slim] SqueezeSlave: No Sound!

2008-03-10 Thread AndyMc

No worries. Let us all know how you go.

I too, am yet to get SoftSqueeze outputting sound. Using aoss does
not help. So I just use squeezeslave


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=43857

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


[slim] SqueezeSlave: No Sound!

2008-02-25 Thread AndyMc

Hi,

I have just downloaded the latest version of SqueezeSlave (0.7.5).

When I run it I get a single error, PortAudio error: Host error. I
am running Fedora 7.

What does this error mean? How can I fix it?

Also, where can I download the source code? The version I have is not
compiled with any debug options. Is there an SVN repository?

Many thanks,
Andy.


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=43857

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


Re: [slim] SqueezeSlave: No Sound!

2008-02-25 Thread AndyMc

Using the aoss script did the trick.

Thank you very much! And thanks for replying quickly!

Andy.


-- 
AndyMc

AndyMc's Profile: http://forums.slimdevices.com/member.php?userid=8009
View this thread: http://forums.slimdevices.com/showthread.php?t=43857

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