![]() |
|
[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][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - FSM_ - 2012-03-23 15:58 OK so now I have LMS 7.7.1 installed on my Acer Aspire one. Music played a bit and then stopped; errors still in log file. Does not alwasy show the now playing and next songs, but do pay them when skipping to next track. The start of xsqueeze: Code: 15:46:22 T:2779720512 NOTICE: XSqueeze-0.4.3: sys.platform is linux2more to follow... RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - FSM_ - 2012-03-23 16:33 (post deleted) RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - bossanova808 - 2012-03-24 05:37 Ok first things first - I have been mucking about with the repo and this may have caused issues with future updates for those of you following XSqueeze. The easiest solution is to first uninstall the bossonova808 repo and then - reinstall the latest version found on the link on the wiki addon page - http://wiki.xbmc.org/index.php?title=Add-on:XSqueeze This should fix any breakage and allow you to receive automatic updates for XSqueeze as before. Sorry for the hassle, I jumped the gun a bit thinking it would go into the master repo easily like my other add on, I did not realise there was a policy against binaries but I guess it makes senses. RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - bossanova808 - 2012-03-24 05:52 (2012-03-23 12:08)CreasyMonster Wrote: It seems like xsqueeze0.4.4 on osx maybe having problems showing artist/album/date in the Playlist window that have colons ':' in the track title text. The artist/album/date strings are left empty. This may happen with other special characters too, but I haven't tested yet. @CM - like I said, I can't trigger this on Windows. @FSM_ - very odd. I was sure it would be CLI, but apparently not. (Is there are reason you're running server discovery so much? You only need to do it once really, it will then store the setting (just by the by)). Are you getting this error no matter what you play, or are you trying the same thing - there's a quote mark in that first song which might cause parsing issues (foolin' myself). @both of you - can you upload a test track or two that raise these issues somewhere in a dropbox or something so I can try here? It would also help a lot if you made a little code change and then posted a full log to pastebin or similar...in Code: /resource/lib/classes/NowPlaygingWindow.pyUncomment those, trigger the issue, and psot a log, so I can see what's in the playlist in full.... Finally, if you wouldn't mind posting issues via: http://code.google.com/p/bossanova808-xbmc-addons/issues/list ...that would be great. RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - CreasyMonster - 2012-03-24 14:02 Quote: @both of you - can you upload a test track or two that raise these issues somewhere in a dropbox or something so I can try here? It would also help a lot if you made a little code change and then posted a full log to pastebin or similar...in Done as requested... music file can be found in Dropbox... see https://www.dropbox.com/link/17.qJL7WAbTNw?k=3e61f1310e3991fa400759b45473c2ba&eh=d659d88 Log in googlecode issues list. CM RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - bossanova808 - 2012-03-25 06:06 Ok 0.4.5 of XSqueeze has been pushed to my repo (at V0.1) so if your force-refresh you should get this latest version which will hopefully solve all the above issues (which are all to do with files that have bad tags, e.g. no track numbers - if oyu taggerd your files properly you wouldn't see these issues .
RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - FSM_ - 2012-03-25 06:40 Yup, this solved my issues - fantastic. Thanx for a great add-on. Could this one co-exist with the service one? Or possibly as an alternative optionally run as a service so that it runs and play music always and the GUI interface just reads he cli? RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - bossanova808 - 2012-03-25 08:31 Yep you can install the squeezeslave service addon if you want, then configure XSqueeze to point at the mac address of the local machine and that should do what you want, that's one of the scenario's described on the add on page actually as I envisaged some people would want the music to keep playing on exit etc. RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - FSM_ - 2012-03-25 08:37 I have now done this as an experiment and it works. I would prefer to have XSqueeze administer the service because it has the option to specify additional command line parameters which the service addon does not have. Also I can see a new XSqueeze feature that restarts the service after a killall -9 - something the service add-on will never be able to do. One thing the service add-on does do is use the mac address of the lan connection, which is cool when you add additional squeezeslave players - less configuration. RE: [RELEASE][ALPHA] XSqueeze - Squeezebox control in XBMC, local playback w. Squeezeplay - bossanova808 - 2012-03-25 11:17 If you want the mac address behaviour, just change the mac in the settings to match your machine. But 99% of people just want the player to stop/start and using a simple dummy MAC is the default squeezeslave way so that's what I've gone for. I don't have a problem with XSqueeze controlling the service but before I would do this, I'd have to see a generally available (not openelec specific) squeezeslave xbmc service addon available to all in a repo somewhere...otherwise it would only be for OE users and that's just not worth the time. Happy for you to PR to my repo with a patch though, if you want to have a swing at it. |