[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-27 Ok pushed out a new version again with the 'Pi' fix. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - DaLonge - 2014-09-04 It's not real problem I think on the wiki http://wiki.xbmc.org/index.php?title=Add-on:XSqueeze#OpenELEC_.28Raspberry_Pi_build.29 is a small mistake. echo snd_bcm2835 >> /storage/.config/modules-load.d/modules.conf isn't working. echo snd_bcm2835 >> /storage/.config/modules-load.d/audio.conf did the right job for me I tried it on my and on a friends PI with the latest openelec version. I'm not sure if it's the right place to report it, my someone knows. greetings DaLonge RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-09-05 Thanks for that, I've updated the wiki. Also - there's a user called 'Jonathan' who has been tidying up the XSqueeze wiki and making it much better - thankyou very much kind sir, whoever and wherever you are! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - CallClear - 2014-09-22 First off, let me just say I'm new to XBMC (just started playing with it on a Raspberry Pi yesterday). I'm so looking forward to replacing my power hog HTPC with this little guy. And with everything else it can do, I was delighted when I saw the xSqueeze add-on! I installed it and I love it. It works awesome! Thank you so much for sharing this! That said, I do have one question. I'm probably overlooking the obvious but I cannot seem to get the album artwork to show up. The Artist Slideshow and Bio shows just fine but album artwork is a no-go. This is not a deal-breaker and I still love this but it would be great to get this working! Now here's the thing...and I'm guessing this might be the problem. I have a username and password set up on my LMS so that I can access it outside of my network. I only suspect this is the issue because based off the debug log I see all sorts of errors like this: 18:28:39 T:2807030848 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for http://192.168.1.5:9000/music/6dee1e74/cover.jpg Now, if I copy that URL and slap it into my browser, I get a prompt to enter my username and password. But if I do "http://<userid>:<pass>@192.168.1.5:9000/music/6dee1e74/cover.jpg" then it works fine. Again, I'm a complete newbie to all of this and this is just my WAG. Do you think that is the issue and, if not, do you have any idea of what I'm doing wrong? And again, thanks so much for this! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-09-22 Yeah that could be it - let me look at it. I figured once it logged in it would all be good but maybe grabbing cover urls needs specific attention (never really use it with user/pw) Should be an easy fix RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-09-22 Ok I found a path bug when testing with a kodi nightly, so I have pushed a version that solves this, and also should in theory (untested!) support username/password when getting cover art from protected servers @CallClear Please test and let me know how you go... (force refresh my repo to get it to pul the changes) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - CallClear - 2014-09-22 Brilliant. It works like a charm! Thank you so much for looking into this Bossanova...and for turning it around in crazy-fast record time! Cheers!! RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-09-23 No probs, hope you find it useful. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - cw-kid - 2014-10-14 (2014-08-13, 10:57)sea3pea0 Wrote:(2014-05-15, 17:36)cw-kid Wrote: Hello Regarding not being able to see the transport control buttons, I can also confirm if I change my skin Aeon MQ5 back to Confluence then the buttons are visible. But the buttons are not visible when using Aeon MQ5 skin. If I press the left or right buttons on the remote control several times then one button is then visible as seen in the screen shot below: Regarding using the Skip Next Track button on the remote: I can also confirm that when using the Confluence skin and also when using the Aeon MQ5 skin and using the skip next track button on the remote control handset, this now works fine. Previously I would always see an XBMC popup saying "Playlist - Can't find next item to play". This seems to have stopped happening now. Thanks EDIT: Just wondering why does it show the album art multiple times? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-10-15 All I can say to the buttons things is dig into the skin files and work it out (see the Xsqueeze addon folder). I'm happy to support Confluence and it would be great if it was fixed for others while not breaking Confluence, but I haven't got the time to install it and sort it all out for you I'm afraid. I suspect, though, it won't be too hard - it's most likely a [visble] thing once you get in there. The Playlist 'next item' thing should have been trapped for two years plus. it involves XSqueeze loading a special keymap at startup, then deleting it at exit. Works 100% on all my installs, should really be ok elsewhere to I would have though unless maybe there's some reason it can't get to the folder (funny chars in directory name or something??) The multiple album art isn't really that - it's showing you the art for the next three tracks coming up. Try playing 'random songs' and you'll see. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - nickos - 2014-10-26 hello I can dir I do not see why the xsqueeze platinum. Re: RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - nickr - 2014-10-26 (2014-10-26, 14:45)nickos Wrote: hello Que? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - grimloch - 2014-10-30 Will xsqueeze output high res audio up to 192khz/24bit? I believe the only squeezebox that can do that is the Touch. I'd like to try it on a raspberry pi with hifiberry digi spdif out. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2014-10-30 It supports any format supported by either squeezelitye or squeezeslave, so research those to check. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - nickos - 2014-10-30 hello I do not see xsquezboxe in Squeezbox server |