[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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-04-27 I don't think I have hardware weak enough for it to be an issue. Runs fine on my lowly atom based shuttle with Openelec. Ideally it would get a re-write that uses JSON (instead of the older tlenet CLI) and a listen/subscribe rather than polling (which means a lot of traffic to process). But no way I am going to do that, I barely use my squeeze stuff anymore... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - ReducedToZero - 2013-04-27 (2013-04-27, 06:34)bossanova808 Wrote: I barely use my squeeze stuff anymore... Off topic I know, sorry, but I'm curious Have you moved on to new kit bossanova808? (Personally I'm pinning my hopes on the community hardware project that John and Co are working on.) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-04-27 I've pre-ordered an Olive One jsut to try it out, but honestly I am mostly using XBMC as, with kids, I jsut don't really do the whole house audio thing - I jsut have simple installed in my office (an old SB2 into AudioEngine 5s) - then at home I now mostly just use XBMC machines. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Munson - 2013-05-30 Hi! I have some trouble getting XSqueeze to play on my new HTPC. I hope you can have a look and maybe point me in the right direction? Setup Intel NUC DCCP847DYE (Celeron version) OpenELEC Stable - Intel x86_64 Version:3.0.3 (installed on 4GB USB stick) xbmc.log: http://xbmclogs.com/show.php?id=23354 First error from squeezelite: "/usr/lib/libasound.so.2: no version information available ..." (for reference and indexers) Side note I have also installed the openelec with the build from the "VAAPI deinterlacing testing" thread, but with similar results. http://openelec.tv/forum/116-vaapi-intel/64006-vaapi-deinterlacing-testing I understand that this probably has nothing to do with XSqueeze, but more with the openelec build and squeezelite, but maybe you can provide me with a way to move forward. Thanks RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-05-31 Yeha looks like missing alsa - ask the OE people I';d say. Sorry, really bust right now. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-10 Hi - dunno if it's openelec or xqueeze, but after upgrading to oe 3.0.4 xsqueeze doesn't start anymore. I get 'couldn't connect to player' Posted in oe-forum also In my log I have: Code: 08:23:13 T:139899135239936 NOTICE: ### XSqueeze-1.0.0 ### Process ID for player is 1394 RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-06-10 Need full log on pastebin to try and help. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-10 Hi, thanks for getting back to me. Here's a log http://pastebin.com/mUMi9b0g RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-06-11 Can you try with .5 (just released) - I think .3 was not an awesome release. Is working fine with my .3 right now... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-11 Just tried with openelec 3.0.5 - same result: 'couldn't connect to player' worked for me too in oe .3 RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2013-06-12 Well basically this is failing for some reason: ### Attempting to start player: ['/storage/.xbmc/addons/script.xsqueeze/resources/bin/linux/squeezelite-i64', '-m', '00:01:2e:2d:8b:66', '-n', 'stuen', '192.168.0.3'] ...can you run the same from the command line and see what output you get? A process is created but then it fails and so when XSqueeze tries to attach to the player it isn't there. If it appears to work from the command line - check LMS - can you see the player in there? This block is weird: 08:19:58 T:139898677876480 ERROR: self.telnet = telnetlib.Telnet(self.hostname, self.port) 08:19:58 T:139898677876480 ERROR: File "./Lib/telnetlib.py", line 209, in __init__ 08:19:58 T:139898677876480 ERROR: File "./Lib/telnetlib.py", line 225, in open 08:19:58 T:139898677876480 ERROR: File "./Lib/socket.py", line 571, in create_connection 08:19:58 T:139898677876480 ERROR: error: [Errno 111] Connection refused ...so no immediate idea what they have bollocksed.... I will try and get .5 installed and do some testing as well, but I am super super busy so anything fromt eh above you can do to help me out would be great. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-12 When running in terminal, I get (and I guess that explains that): Code: /storage/.xbmc/addons/script.xsqueeze/resources/bin/linux/squeezelite-i64: /usr/lib/libasound.so.2: version `ALSA_0.9.0rc4' not found (required by /storage/.xbmc/addons/script.xsqueeze/resources/bin/linux/squeezelite-i64) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-12 Quote:(and I guess that explains that) Not meaning I know what to do ... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - sdsnyr94 - 2013-06-12 What if you use squeezeslave instead of squeezelite? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - johnnyslogan - 2013-06-12 thx for the suggestion, same result with squeezeslave 'couldn't connect to player' on openelec 3.0.5 |