Kodi Community Forum
[ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC (/showthread.php?tid=122199)



RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-05

0.5.5 pushed, fixes the broken progress bar, woops.



RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - donabi - 2012-06-07

Is there any way to mute the player?
Or is there any CLI-command or something i can use to mute the player?


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - donabi - 2012-06-07

My workaround:

i'm using a "fritz.box"-internet router whith some extras. (common german router)
one of these extras is the ability to send commands, when a telephone call comes in etc.
the command-line (using for my squeezebox-radio in the kitchen) to mute the player is
Code:
in:request ^ ^ echo 00:04:20:28:d7:32 mixer muting 1 | telnet 192.168.1.28 9090

i've tried the same with the softplayer XSqueeze (while changing the mac to 0....1), but it didn't work.
so i have set the synchronisation "RELATIVE VOLUME SYNCHRONIZATION" to YES ... now both players mute when the phone is ringing.

so far... Cool


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-08

I haven't got a remote here but I think mute on your remote should work - is that not so? Mute is a bit tricky with xbmc IIRC as it behaves a little differently on different systems.

I just tried F8 on my keyboard and that appears to mute XSqueeze audio for me, but yeah if you have a fancy router like that then I would send a pause on incoming phone and an unpause when the call is over....better than mute, that's how the iPhone etc. do it and it works well.

I've just checked and I do send the (palyer) the 'muting' signal through for mute at xvmc, so it should work.


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Paul Webster - 2012-06-08

(2012-06-05, 07:07)bossanova808 Wrote: Pretty good demo of Squeezeslave on raspberry pi here:
http://dabdig.blogspot.com.au/2012/05/running-squeezeslave-on-raspberry-pi.html

...hopefully we can get someone to integrate squeezeslave into of the pi distros with xbmc - would make a very cheap XBMC/squeezebox station for music at least...

That was me.
I also had a look at getting XSqueeze running on Openelec and Raspbmc - but neither have the Broadcom ALSA sound module (snd-bcm2835) (because it is described as "alpha" quality and hence might cause sound problems as people try to get XBMC working on RPi).

However, one hurdle for XSqueeze in the install phase is that the platform detection part in constants.py does not know that it is running on ARM.
So it thinks it is "Intel" Linux - and the binary cannot work.
I don't think that there is a System.Platform.Armel (or whatever it should be) so might need a little request to whoever is leading the RPi port to add one (I presume that it would still need to set System.Platform.Linux as well).

The binaries for ARM are built from the Contrib section of the Squeezeplay - and the binary is in the distribution anyway (link in my blog posting).

Running Squeezeplay on Openelec fro RPi fails because it cannot find libasound.so.2

There is also now a Squeezeplug distribution for RPi
http://www.squeezeplug.eu/?p=223
http://www.squeezeplug.eu/?p=201



RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - asm495 - 2012-06-08

I'm pleased to find out it isn't just me that would like to run a combination of XBMC and XSqueeze on the Raspberry Pi. I'll keep an eye on this thread to see if anyone figures it out!


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-09

(2012-06-08, 13:57)Paul Webster Wrote:
(2012-06-05, 07:07)bossanova808 Wrote: Pretty good demo of Squeezeslave on raspberry pi here:
http://dabdig.blogspot.com.au/2012/05/running-squeezeslave-on-raspberry-pi.html

...hopefully we can get someone to integrate squeezeslave into of the pi distros with xbmc - would make a very cheap XBMC/squeezebox station for music at least...

That was me.
I also had a look at getting XSqueeze running on Openelec and Raspbmc - but neither have the Broadcom ALSA sound module (snd-bcm2835) (because it is described as "alpha" quality and hence might cause sound problems as people try to get XBMC working on RPi).

However, one hurdle for XSqueeze in the install phase is that the platform detection part in constants.py does not know that it is running on ARM.
So it thinks it is "Intel" Linux - and the binary cannot work.
I don't think that there is a System.Platform.Armel (or whatever it should be) so might need a little request to whoever is leading the RPi port to add one (I presume that it would still need to set System.Platform.Linux as well).

The binaries for ARM are built from the Contrib section of the Squeezeplay - and the binary is in the distribution anyway (link in my blog posting).

Running Squeezeplay on Openelec fro RPi fails because it cannot find libasound.so.2

There is also now a Squeezeplug distribution for RPi
http://www.squeezeplug.eu/?p=223
http://www.squeezeplug.eu/?p=201

You mean *squeezeslave* not squeezeplay I think? XSqueeze uses slave,. not play as I don't think a headless/without LUA squeezeplay is currently possible. Also, squeezeslave is well known to have better sync, probably the primary goal for many.

I think sys.platform.arm will come in good time, once XBMC is nearer to officially available for ARM in some form or other.

I will certainly have a play and be asking for this once I have one Wink





RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Paul Webster - 2012-06-09

Sorry - yes I meant SqueezeSlave not SqueezePlay.


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - relmes - 2012-06-10

(2012-06-08, 15:36)asm495 Wrote: I'm pleased to find out it isn't just me that would like to run a combination of XBMC and XSqueeze on the Raspberry Pi. I'll keep an eye on this thread to see if anyone figures it out!

That's exactly my game plan for the Pi too.


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - LSDave - 2012-06-14

Is there a reason i can't get this work work on snow leopard with XBMC dharmaHuh I tried both computers and i just get a script error when i try to launch it. If i go into the setup of the add on, after a few seconds XBMC crashes on both computers.


[RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-14

Never tried it with Dharma. Bit ancient now but I guess if you post a debug log it it I'd something simple I'd fix it but Eden is very established now..,


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Paul Webster - 2012-06-21

Quick update ... today I've been running Xsqueeze on RaspberryPi, including with local playback (SqueezeSlave).
It became easier because RC3 of Raspbmc includes the "alpha" quality ALSA support from RPi.
To get it working (for a few minutes before it froze) I overwrote the Linux binaries of SqueezeSlave with the prebuilt ARM one (see my blog post earlier in this thread) and from command line (SSH) I did a
sudo modprobe snd-bcm2835
twice .... because first time it gave an error.

I suspect that it ran out of memory because quitting XBMC and runni SqueezeSlave from the command line has been running for last hour without a problem.

So ... now really do need a mechanism inside XBMC for the install script of Xsqueeze to reliably determine that the machine is RPi running Linux.


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-22

Well basically it needs to appear here:
http://wiki.xbmc.org/?title=List_of_Boolean_Conditions

....that would the right way. But you can probably hack some python together to detect the system another way with os.platform or similar. But this would be the proper way once it arrives.

I will ask about it...

...andoviously once I get a Pi (mid July) I will be looking at this too, which reminds me I need to get an SD card happening....all I need really is a Pi, USB charger (e.g. kindle or apple type), SD card and an HDMI, right? Plus Raspbmc on a USB of course....



RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - poetter747 - 2012-06-24

Sorry for this noob question,

how can i get this album overview screen?

Thx
poetter


RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-24

Which one do you mean? L:aunching XSqueeze gives you the main window, hitting i (info on remote) launches the music chooser. Check the wiki - Add-on:XSqueeze (wiki)