[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 - 2016-01-08 Looks like its a known bug with current millhouse @Tavalin RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Tavalin - 2016-01-08 Thanks bossanova, have you got a link with more details? For what it's worth I'm using an Intel x86 64-bit chip rather than a Pi though. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-01-08 See github pr 8797, on phone sorry RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - hawsey - 2016-01-10 Hi , would anybody know if this would work please if I ran Kodi and LMS on an Acer Revo 3610 with this XSqueeze plug in , if I say played an Album in Kodi would it then sync and play 3 other Squeeze players on Jogglers at the same time ? So if you pressed play on Kodi would they all sync and play . Thanks in advance Also is anyone using Vox Commando successfully with this :-) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-01-11 That should in theory work, yes. I used to do similar all the time (although my LMS was on a separate server). No idea on 'vox commando' RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - hawsey - 2016-01-11 Thanks for the reply , Vox Commando works with Kodi I believe and you would say " Play Artist David Bowie " ( God rest his soul ) and it would start playing . I'm just not sure it would also work within this plug in though , guess I might look on their forum for that one ; This Add on like looks great though . RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - oyvindo - 2016-02-19 Hi all, Is there a way to tell Kodi not to use port 9090, but a different port? I ask because I use some LMS plugins with 9090 hardcoded and that causes a conflict. Any help is apprechaited. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-02-20 Kodi's ports are configurable in settings->services IIRC They recently changed the defaultt http port from 80 to 8080 to try and avoid clashes (which was silly I think, as 8080 is the second most commonly used port - should have chosen something more random...). But you can change them in there no worries, just restart Kodi after. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - RockNLol - 2016-03-29 Hi, I can't get XSqueeze to work. I keep getting a "permission denied" error, when I try to launch xsqueeze. Here's the log, starting from when I click on the XSqueeze-Icon in the mainmenu of Kodi: http://pastebin.com/kZCneCiZ I redirected the addon_data-folder to a shared folder on a Windows Server 2012R2-machine using pathsubstitution in the advanced_config.xml, but it seems XSqueeze still tries to write to AppData\Roaming\Kodi\ (Which shouldn't be denied either because Kodi has write-permission there as well). I tried on 2 different machines with the same advanced-settings.xml Does anybody have a similar setup and can help me with that? *edit: oh, important, I use Kodi 16 Jarvis. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - dmetoz - 2016-03-29 Hi, I just discovered this great application which, used as controller is matching perfectly my needs. I am integrating a PI with an embedded screen in a home-made hifi player (2 PC integrated in a wood box). The screen is 320x480. Is there an existing skin for this display size, or should I modify the existing one ? I would only need the upper left part and the controls (it is a touchscreen) : pause/play, stop, next, previous. thanks David RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-03-30 @dmetoz - No existing skin. If it were me I'd make a new one (based off Estuary rather than Confluence, might as well go with the future...). Happy to help with integrating it, bit basically it is an .xml file and pretty simple, just look at what is there and then grab part of Estuary and hack away RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-03-30 @RockNLol Never cut a log file, you take out all the useful stuff. That said, in this case, I can't really help I think - it seems kodi's python can't write to that folder, so you need to work that out, then it will work. That's an OS level thing. It's probably python doesn't follow pathsubstitution, maybe?? The code that set's the path is very simple: Code: RUNTOKEN_PATH = xbmc.translatePath("special://userdata/addon_data/script.xsqueeze/runtokens/") (in constants.py if you want to experiment) ...but basically, if that fails, other stuff later will fail too, so I think you need to solve the more fundamental permissions issue somehow first, and then you'll probably find it all just works. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Dersch - 2016-04-01 Today i installed it on 2 devices but with sucess only on one. Windows10 Kodi 15.2 is working perfectly. Openelec 6.0.3 Kodi 15.2 is not. It just does not start and fails directly. Code: 21:04:11 34.680401 T:1624233024 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Here is the full log https://paste.linuxlounge.net/#/UBqkekbMJZXC4zoMJBHujj7w9Qc!wIOvcBHIuujXBKPHG5Vkkx1Gmy6R-mwpfbSCZx_fdUI Can you help me please? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2016-04-02 @Dersch Looks like the cec module is missing on Openelec. Try disabling cec in xsqueeze settings and see if it works. It most likely will. Then ask the OE people why the cec module is missing. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - oyvindo - 2016-04-08 (2016-02-20, 00:15)bossanova808 Wrote: Kodi's ports are configurable in settings->services IIRC Sorry, but what does IIRC mean? If I go to Settings->Services in Kodi 16 there are no option there to configure Kodi ports.... ? |