2012-02-17, 14:25
Ok I've added the default bg and changed the settings to linux not just oe, and added a 'stopping squeezeslave' on exit.
0.2.3 just pushed
0.2.3 just pushed
bossanova808 Wrote:Yeah I wll fill all the paths in later, they vary a lot system to system, it's more 'pseduo paths'
That Aeon thing is nice - so do you just make an Aeon folder under the addon and it woks automatically?
Re: the screensaver, I doubt it (and do we want to anyway?) - I will have a look around...
01:07:02 T:139735125636928 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
01:07:02 T:139734792963840 NOTICE: XSqueeze-0.2.4: Process ID for Squeezeslave is 1376
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: Attempting to connect to LMS at: 192.168.27.150 on port: 9000
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: Couldn't connect to server!
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: ### Failed to create SqueezePlayer object
root ~/.xbmc/temp # ps -ef|grep sq
1376 root 0:00 /storage/.xbmc/addons/script.xsqueeze/resources/bin/squeezeslave-1.2-311-lnx26//squeezeslave-i64 -m 38:60:77:72:52:21 -R 192.168.27.150
Maxim Wrote:I'm trying to sort out an issue that I'm having with the script. Here's a bit of the log:
Code:01:07:02 T:139735125636928 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
01:07:02 T:139734792963840 NOTICE: XSqueeze-0.2.4: Process ID for Squeezeslave is 1376
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: Attempting to connect to LMS at: 192.168.27.150 on port: 9000
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: Couldn't connect to server!
01:07:07 T:139734792963840 NOTICE: XSqueeze-0.2.4: ### Failed to create SqueezePlayer object
What's happening here? This doesn't appear to be an inability for Squeezeslave to connect to the server, but something else.
If I understand how this works, there are three parts to the whole thing.
The controller.
The player.
The server.
The player doesn't have to be the Squeezeslave instance that's running locally, but could be another Squeeze device connected to the server.
The controller connects to the server, and tells the server, what to do with the player, next track, pause, play, volume.
The server doesn't really do anything but what it does.
So if I understand this correctly, where is the disconnect, and how can I fix it? It seems that something is missing from my setup that others have, because the Squeezeslave instance is running, and actually plays audio out of the default alsa device, and has a playlist on the server. The instance reference in the log file is accurate to the PID that's running currently:
Code:root ~/.xbmc/temp # ps -ef|grep sq
1376 root 0:00 /storage/.xbmc/addons/script.xsqueeze/resources/bin/squeezeslave-1.2-311-lnx26//squeezeslave-i64 -m 38:60:77:72:52:21 -R 192.168.27.150
I believe that it may be a Plugin feature set that's disabled on my LMS. When I installed it, I disabled all of the Plugins that I could to slim it down.
Another thing, you should kill all previous squeezeslave instances when starting a new one. It causes a little chaos when 3 or 4 players try to play the same playlist.