![]() |
|
[RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC (/showthread.php?tid=122199) |
RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-27 07:44 It doesn't seem to me like the lock up is XBMC per se - it's not eating up mem (according to top), or CPU for that matter. I see errors with avahi and procps? (and I can actually kill XSqueeze with escape even though it's not updating the screen anymore it seems...) (my guess is it's the alpha alsa...) RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-27 08:34 How does one make the sudo modprobe snd-bcm2835 thingy permenant? I thought if I put such a snd-bcm2835.conf (empty) file in /etc/modprobe.d/ it would auto load it but apparently not? Hints, I'm not a huge linux user.... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - AtteB - 2012-06-28 16:13 Can someone help me with the following: 1. Where do I find the dependencies for xsqueeze? not able to install at the moment and the add-on is marked as broken 2. Are there any logfiles anywhere for xsqueeze? RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - sdsnyr94 - 2012-06-28 18:36 (2012-06-28 16:13)AtteB Wrote: Can someone help me with the following: 1- As a guess, I had dependency issues a while back when the Artist Slideshow addon did not install properly... you could try installing that separately. - I just reloaded using a Frodo alpha build with no problems, and I am not seeing it marked as 'broken'. 2-Just the xbmc.log file.... that should give you an idea of what it is having trouble with. When you went to install, what was the version of Xsqueeze? Make sure it is 0.5.5.... if not you may need to force the Repo to update. Also, what version of XBMC, Hardware, etc would help a lot. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-29 02:07 I have seen this occasionally on fresh xbmc installs - I think it's because the xbmc repo hasn't updated itself yet...basically, just force refresh the xbmc.org refresh (right click/contect menu -> fore crefresh) and do the same for the bossanova808 one, and then wait for maybe an hour at most, and it should no longer be marked as broken. Let me know if that doesn't work and I can look into it further but I am pretty sure it's just a startup type glitch....in a way, xbmc should maybe keep you out of the addons section till it's done its first update or something. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-06-29 05:53 So how annoying do you folks find the kind of double display overlay issues (e.g. volume/next track pop up notice from xbmc when these should be XSqueeze only things)....the reason they occur is there is no way to absorb input events in addons -> they always get passed through to XBMC even if you handle them in the addon. I wanted obvious remote control compatibility so that's why it works this way, but I have worked out there might be a gross hack to solve this (basically, I would, on XSqueeze start, put in a temporary keymap in your keymaps foler, fore a reload of keymaps, then on exit delete this file and restore your normal keymap. Pros - should be able to remove the annoying messages Cons - if XSqueeze/XBMC crashes, this keymap would be left behind and might screw up your normal XBMC functioning (particularly volume and skip forward/back) - until XSqueeze was next run and then exited. It won't be too hard technically I think (ha!) - and would definitely make XSqueeze a bit nicer, but I am worried about the side effects. RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - sdsnyr94 - 2012-06-29 17:08 (2012-06-29 05:53)bossanova808 Wrote: So how annoying do you folks find the kind of double display overlay issues (e.g. volume/next track pop up notice from xbmc when these should be XSqueeze only things)....the reason they occur is there is no way to absorb input events in addons -> they always get passed through to XBMC even if you handle them in the addon. I wanted obvious remote control compatibility so that's why it works this way, but I have worked out there might be a gross hack to solve this As long as you have a way to clean up after a crash (go into XSqueeze and back out), I see no harm in it. More times than not, if your in XSqueeze and it crashes, your just going to go back into it anyway
RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-07-01 04:23 Ok 0.5.6 just pushed has very minor changes to support ARM, only tested with Raspbmc on Raspberry Pi. Next will be the above keymap changes when I have a moment.... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - bossanova808 - 2012-07-01 05:10 I've been having some trouble with downloads from my repo lately, though - is this working for others? A force refresh find the update and triggers the download but it never actually comes....debug logging isn't helping so I want to see if this is an issue for others, and if so I will try and get some help on it.... RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC - Paul Webster - 2012-07-01 09:06 (2012-06-27 08:34)bossanova808 Wrote: How does one make the sudo modprobe snd-bcm2835 thingy permenant? I thought if I put such a snd-bcm2835.conf (empty) file in /etc/modprobe.d/ it would auto load it but apparently not? Hints, I'm not a huge linux user.... Easy way is to add snd-bcm2835 to the end of the text file /etc/modules |