[RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #291
No problem, it has been a good distraction during a stressful time, purely a mental exercise for me!

Yeah it's not 100% on the view changing even with Confluence unfortunately (although I'd say about 95% of the time) - if you check the log, the call is always made, but I think it depends on where it is on the screen drawing cycle as to whether it gets respected (and it has to be called after all the nodes are added to the list). Also, if you have previously visited an artist, it stubbornly remembers the old visit setting it seems...

Although, with T! and other skins, it may also be them using other IDs for the views, in which case it won't work. If you can work out the IDs and let me know I can probably put appropriate testing code in...there's usually a ViewsFileMode.xml or similar to look in (this is the ones plugns can use as far as I can tell). I can have it trigger any view ID in there.

The album info is retrieved via the CLI (so telnet basically) - I think that's about as fast as anything, really, very little overhead there - and LMS doesn't use MySQL anymore, rather sqlite I think - either way talking to it directly is frowned upon and would complicate setup quite a bit. But each album needs a separate call (the list is done in one call, but to get the cover URLs etc, I need a call per album). I may do a paginated thing at some point, but I kinda like having them all there so I can 'sms' to a random number and choose from there...agreed, though, it takes a while - I will add a message/warning about that in the next version




(PS it's pathetic but you can +1 the reputation button if you feel so inclined Smile
(This post was last modified: 2012-05-14 04:39 by bossanova808.)
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #292
Ok Internet radio is working in Chooser now. Just years, apps and favorites to go if I can keep up the motivation...

And then I think I will be pretty much done with my plans... Unless a nice python slimproto or headless squeezeplay comes along, both of which would allow new things...
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #293
0.5.2 pushed with support in Chooser for Years, Favourites, Radios and Apps (although very few apps will stream to a software player unfortunately).
find quote
ReducedToZero Offline
Member
Posts: 88
Joined: Jun 2011
Reputation: 3
Thumbs Up  RE: [RELEASE]XSqueeze - Squeezebox player, music chooser and visualiser for XBMC Post: #294
I just wanted to thank you for your work on this, and to let you know it does have (normally pretty silent) users Smile

'Zero

-----
XBMC Frodo | XBMCbuntu (+ OSX / Windows 7 on a MacMini) | Aeon Nox 4 (Stable) | Maraschino Git | xbmcremote 1-04 | XSqueeze
-----
On a long enough timeline. The survival rate for everyone drops to zero.
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #295
Thanks.... It was feeling a bit lonely in here!
find quote
donabi Offline
Senior Member
Posts: 295
Joined: Apr 2006
Reputation: 3
Location: germany
Post: #296
Hi,

very nice. I'm using/experimenting with it. My Logitech-Server ist installed on a qNap-NAS.
I' ve one little problem...
i don't get any Covers or Infos (as shown on page1)
My Playing-Screen looks like this:
[Image: 7240704402_951f504106_z.jpg]
Telnet on the qNap is enabled.

http://www.xbmcnerds.com - german xbmc community
(This post was last modified: 2012-05-21 13:46 by donabi.)
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #297
No immediate ideas - can you pastebin a debug log of a basic session?

What about in the chooser (hit info on your remote).

Actually, it might be some sort of foreign characters in paths issues I have read about - what are all the paths etc involved?
(This post was last modified: 2012-05-21 13:59 by bossanova808.)
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #298
(I've fixed the audio output chooser bug mentioned somewhere above too, so now is a good time to get any bug reports in before I push out a new version!)

...and just by the by on my new build, XSqueeze is seriously fast.....thinks it's the gigabet ethernet and faster CPU....
find quote
ReducedToZero Offline
Member
Posts: 88
Joined: Jun 2011
Reputation: 3
Post: #299
Now that's just showing off Big Grin

Very nice Smile

'Zero

-----
XBMC Frodo | XBMCbuntu (+ OSX / Windows 7 on a MacMini) | Aeon Nox 4 (Stable) | Maraschino Git | xbmcremote 1-04 | XSqueeze
-----
On a long enough timeline. The survival rate for everyone drops to zero.
(This post was last modified: 2012-05-21 18:41 by ReducedToZero.)
find quote
bossanova808 Offline
Donor
Posts: 1,529
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #300
Pushed out 0.5.3 with the fix for choosing audio outputs...
find quote
Post Reply