• 1
  • 103
  • 104
  • 105(current)
  • 106
  • 107
  • 117
[ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC
ok so copy those setting in to xsqueeze.... '-o', 'Output' you have in your log is not the same as that...
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
Can't connect to server!!!!
I have a Squeezebox touch and he is playing the music from the squeezeserver running at a Nas.
Now I also wanna play the music from the Nas by a Rasp PI.
I use Squeeze 1.2.1
I tried several settings but the connection with the server is not working.

This are the settings I think must be correct....
LMS server settings.

IP OK.
Server CLI port...where can I find this setting on the server? I tried 9090.
Server HTTP PORT...is 9001

MODE
DO I have to marked Act as Squeezeplayer?
MAC I enetered here the mac adres of my Touch.
For playback use...I choose Squeezelite

Player arguments...I choose by Squeezeslave the sysdefault hifiberry card

Are these the right settings?
Reply
@JHak - why are you putting the hardware address in of an existing player if you want to set this up as a new player?

Basically, you just enter a dummy mac, choose the server and outputs using the little chosser windows, and then play. Don't change anything else unless you know why you're changing it....
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
I finally got it working on Openelec (Rpi).

Code:
echo snd_bcm2835 >> /storage/.config/modules-load.d/audio.conf
amixer cset numid=3 1
alsactl -f /storage/.config/sound.conf store

Make startup script. Change IP address of LMS server.
Code:
nano /storage/.config/autostart.sh

Script contains
Code:
#!/bin/sh

# Start SqueezeLite on audio output device
(sleep 10; \

~/.kodi//addons/script.xsqueeze/resources/bin/arm/squeezelite -m aa:bb:cc:dd:ee:ff -o default:CARD=ALSA -s 192.168.1.1 -a 160

)&

You make it executable
Code:
chmod u+x nano /storage/.config/autostart.sh

Squeezelite runs in the background.
Reply
Yeah, that's getting something else working really isn't it? I.e. running squeezelite in the BG.

You don't need xsqueeze at all - just DL the squeezelite binary itself and use that.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
Yeah, but it works. Maybe this would be helpful to get the audio working. They can skip auto-start function and run it from your addon.

I tried xsqueeze and it was very laggy on rpi and decided to run lms in the bg & control it with phone app.
Reply
(2015-10-02, 01:45)bossanova808 Wrote: @JHak - why are you putting the hardware address in of an existing player if you want to set this up as a new player?

Basically, you just enter a dummy mac, choose the server and outputs using the little chosser windows, and then play. Don't change anything else unless you know why you're changing it....

I that that the first time but dont work neither....
Is it possible to delete the addon and start from the beginning?
Reply
(2015-10-02, 18:58)JHak Wrote:
(2015-10-02, 01:45)bossanova808 Wrote: @JHak - why are you putting the hardware address in of an existing player if you want to set this up as a new player?

Basically, you just enter a dummy mac, choose the server and outputs using the little chosser windows, and then play. Don't change anything else unless you know why you're changing it....

I that that the first time but dont work neither....
Is it possible to delete the addon and start from the beginning?

I enter a dummy mac and let the addon find my LMS server. Only thing i changed is the adres 9000 in 9001 because thats the setting on my Squeezeserver.
Is it possible there is a setting in my router of nas causes the problem?
Reply
Well, start there and post a debug log and we'll see what might be happening.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
To delete it, uninstall the addon in Kodi and then delete your settings file manually over ssh in addon_settings.

Another thing you can do is try and get it woriking from the commandline. Basically, run xsqueeze and check your debug log for the issue and above it you will see the line where it attempts to start the player. Then use this same instruction on the command line and see what the issue is.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
(2015-10-03, 01:54)bossanova808 Wrote: To delete it, uninstall the addon in Kodi and then delete your settings file manually over ssh in addon_settings.

Another thing you can do is try and get it woriking from the commandline. Basically, run xsqueeze and check your debug log for the issue and above it you will see the line where it attempts to start the player. Then use this same instruction on the command line and see what the issue is.

http://xbmclogs.com/p7syapesu
Reply
Ok, try the equivaletn of this from the command line:
Attempting to start player: ['/storage/.kodi/addons/script.xsqueeze/resources/bin/arm/squeezeslave', '-m00:00:00:00:00:01', '192.168.178.40']

...better yet, use the much more modern squeezelite.
See what happens and what errors you get.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
(2015-10-04, 01:48)bossanova808 Wrote: Ok, try the equivaletn of this from the command line:
Attempting to start player: ['/storage/.kodi/addons/script.xsqueeze/resources/bin/arm/squeezeslave', '-m00:00:00:00:00:01', '192.168.178.40']

...better yet, use the much more modern squeezelite.
See what happens and what errors you get.

Error....not found
Reply
@JHak - What's not found?

Look, if you want help, provide info and try stuff and let me know what happens.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
@JHak Copy and pasting your exact command and the response is not rocket science.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
  • 1
  • 103
  • 104
  • 105(current)
  • 106
  • 107
  • 117

Logout Mark Read Team Forum Stats Members Help
[ARCHIVED - WON'T UPDATE] XSqueeze - Squeezebox player for XBMC3