[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 - 2014-08-14 Weird. Does it happen with Confluence? My guess is it's something about the skin you're using. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - sea3pea0 - 2014-08-14 You're right, I think it's skin related.The buttons show up in confluence. I've tried transparency and ace and the buttons don't show up in either. I'm running Gotham 13.1 RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-14 ok bit busy today, will think about it. The skin files are in the addon folder if you want to poke around and work it out in the meantime! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - flysurfer - 2014-08-21 Hi bossanova808, I tried the XSqueeze Plugin on an ODROID-Hardware (ARM-Board) with XBMC 13.2. After installation I had to manually correct some file links to tell the addon to use the squeezelite binary for the arm-architecture as it tries to start the x64 binary in the linux folder. Once the plugin is startet it plays music and also shows the correct information about the stream but the interface gets kind of stuck. Pressing Buttons takes more than a second to respond or even does nothing. Changing volume or clicking on the close button also does nothing. Maybe there is a known fix to this? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-22 Yeah the default is linux if it can't work out the architecture and I haven't really looked at non linux/mac/win so much. So the Odroid runs with the arm hard float binary that comes with it - or did you pop another in? The interface crawls a bit on the Pi too - I think it's basically not enough CPU as it's hell-for-leather polling the telnet socket (when it should be subscribe/listen). I should really re-write that but I just don't have the time. How's your Python ? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - flysurfer - 2014-08-22 Hi - thanks for your quick answer! I tried both - the squeezelite binary from your latest release and the latest official binary. Same for squeezeslave. The raw CPU-power should be no problem as the Odroid is quite strong to render everything (XBMC menus, desktop, etc.) else very fast (especially compared to the pi). Maybe the problem is related to the telnet socket... do you have an idea how to get more information out of what actualliy blocks the interface? There is no entry in the xbmc-logs and python is version 2.7 - thanks in advance! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-22 Well I've only heard of problems on the Pi so I wonder if it is something ARM related more than anything else, but I don't know really. I test it on Windows and OE clients, and occasionally Mac. None of those break a sweat at all, so I am not sure exactly what it is. The design is stupid (based on the library available at the the time I wrote it). There's a thread that just polls the crap out of the telnet socket, and in a blocking manner as otherwise you get race conditions. Basically, you could try logging the traffic across that to see which bit is the issue...I'm presuming it's in there. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Seoras - 2014-08-26 I'm having a weird problem with xsqueeze hanging on exit. It looks like it is waiting for Artist Slideshow to exit and never seeing that it does: os: ubuntu 14.04 x64 xbmc: 13.2 artist slideshow: 1.6.8 xsqueeze: 1.1.1 Code: 18:31:33 T:140594617112320 DEBUG: [Artist Slideshow] ArtistSlideshow.50.AlbumName set to Any ideas? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-26 Yeah latest Artist Slideshow quitting seems to be an issue. I've just updated XSqueeze - it now closes irregardless of whether AS says it has exited cleanly after a (configurable) 4 second default. See the new 'troubleshooting' settings page. Even setting this down to one second and closing before AS exits appears to work ok with limited testing but in the past this caused crashes (which is why the wait was implemented originally). Fingers crossed other changes have in xbmc python process handling have stopped these crashes (in which case set it to 0 for fastest exit!). Also fixed some potential but rare errors with unicode characters, and updated squeezelite binaries to latest. Let me know how you go! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Juggler - 2014-08-26 My original SB3 has finally given up the ghost and I came across this excellent XBMC plugin–thank you! I'm running Raspbmc on a Raspberry Pi. I managed to get everything up and working, however I'm finding the player/visualizer seems to bog down after starting to play a song. I'm wondering if the slideshow is simply too intensive for something like the Pi (I do have other stand-alone Pis running Squeezeslave with no issues). Is there a way to disable the screensaver and just have a static image/blank screen? Is this something I should be dropping down to the CLI to test? cheers, J. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-26 Hey I am pretty sure that it's not the AS stuff but the polling...I just think it's all too CPU intensive for the Pi. But - you can try it easily by commenting out some lines in NowPlayingWindow.py around ~250: # log("Starting ArtistSlideshow thread") # self.thread2 = threading.Thread(target=self.runArtistSlideshow) # self.thread2.setDaemon(True) # self.thread2.start() This is in the addon dir/script.xsqueeze/resources/lib/classes/ Just put the hashes in front. Let me know what, if any, effect that has. Actually, another easy thing to try if you're game - in the method below that (called update), change the top few lines to: Code: def update(self): Note in python indentation is critical so it has to look like that... This basically makes xbmc sleep a bit between updating the GUI, reducing the work a lot I think. Might well have a positive effect on the Pi (and doesn't seem to cause any trouble on other platforms in some quick testing) Can you try those two things, especially this second one, and let me know? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Juggler - 2014-08-26 Will do... thanks! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Seoras - 2014-08-26 Thank you for the quick response, this is a fantastic project and I appreciate that you still support it after all this time! (2014-08-26, 03:20)bossanova808 Wrote: Yeah latest Artist Slideshow quitting seems to be an issue. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Juggler - 2014-08-26 I made the 2nd set of changes... everything is nice and responsive now on my Pi running Raspbmc. Thanks! (2014-08-26, 05:16)bossanova808 Wrote: Hey RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-08-27 Ok, that's great - thanks for letting me know. And it's fine then with artist slideshow running, so just the second change is what is needed? I'll do a release with this incorporated soon. Should have done this ages ago - think a lot of Pi users have been put off! |