Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread Runcitter69
mherger wrote: No, there's no variable you can change. Well, unless you like to tweak the source code. Check API.pm: there's a constant USERDATA_LIMIT which is currently set to 500. But I'm not sure how performance will behave if you try to pull in thousands of records in one request.

Re: [SlimDevices: Plugins] iPeng support thread

2014-03-01 Thread jimbobvfr400
I'm not an ipeng user as I have Android devices but personally if I'm queuing up tracks to a playlist using an app to control another device I'll quite often use the local player on my device to preview a track before adding to the play list on the SB. Actually there's a good idea, if iPeng is

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread Garlic
Garlic wrote: Just tryed my wifes Spotify account and the playlist fetch is working OK Strange Parhaps it has something do do with a playlist(Top Tracks by xxx xx) i can't unfollow. When choosing unfollow it pops up again. I can see that many people has the same problem not beeing

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread Triode
vtr1000xe wrote: Hi Triode, Thank you for all your work on the plugin. It makes the squeezebox useful! I was using your plugin due to the default spotify app pausing inbetween tracks and needs to be manually skipped forward and misses a song. Your plugin has been working great until the

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread vtr1000xe
Triode wrote: Could you try version 2.3.2? Thankyou! Will do, off to bed as it updates will report back in the morning. Thanks! vtr1000xe's Profile: http://forums.slimdevices.com/member.php?userid=62603 View this

Re: [SlimDevices: Plugins] iPeng support thread

2014-03-01 Thread pippin
Ikabob wrote: With this latest version of ipeng, while in a playlist, is it possible to move tracks up or down to reposition them in the line-up? Sure. Just press Edit on the top of the playlist, then you can dragdrop them. The dragdrop throughout iPeng (including the player list and the

Re: [SlimDevices: Plugins] iPeng support thread

2014-03-01 Thread Ikabob
Yes, I see. Thank you. One other question, how do you adjust the volume of an individual device without changing the other synced devices. I really appreciate this app and your conscienteous hard work, Pippin! Ikabob Squeezebox Touch w/LMS V7.7.3; Benchmark DAC1 USB;Marantz Pre-amp; SAE

Re: [SlimDevices: Plugins] iPeng support thread

2014-03-01 Thread pippin
Ikabob wrote: One other question, how do you adjust the volume of an individual device without changing the other synced devices. Using the slider in the player list. If there is no slider use the button in the top left to toggle it on/off. I really appreciate this app and your

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2014-03-01 Thread mintaudio
The 'experimental' support for Qobuz is working well here - The improvements to the searching/sorting in the Qobuz plugin no doubt helping to leverage it's potential. Very nice :) mintaudio's Profile:

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2014-03-01 Thread Michael Herger
Tried for a short time: Better, but not 100% sample-free. Good to know - thanks! ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread ktd
texo wrote: The answer is given in your own post 5 minutes before this one. ;) (Hint: In your quotation of Triode) The Radio is no longer supported by Spotify with their own library. So Triode implemented a new work around to let us use some kind of radio for Spotify. It is NOT the same

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2014-03-01 Thread peterw
tamanaco wrote: gharris, thanks for your reply... Is the code above for long press sleep or just for a short press sleep? IIRC, all Squeezebox IR remotes except for (some? all?) Boom remotes use the same scheme, and that is, keep sending the same IR code as long as the user is holding the

Re: [SlimDevices: Plugins] [Announce] What Was That Tune? plugin

2014-03-01 Thread Michael Herger
Thanks for this plugin! Great idea! One question though: Where do I find my marked tracks later? What do you mean by marked? The plugin you can find in the Extras menu. ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread Michael Herger
Thanks for that; I didn't quite catch whether you meant streaming flac to either the Radio or Boom OR boom only would be ok - 'But I wouldn't even bother about flac for Radio and Boom only.' What I wanted to say is that the Boom/Radio's sound quality probably just isn't good enough to

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2014-03-01 Thread Michael Herger
The 'experimental' support for Qobuz is working well here - The improvements to the searching/sorting in the Qobuz plugin no doubt helping to leverage it's potential. It was my main motivator to improve the search :-) Michael ___ plugins mailing

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread Michael Herger
Thanks a lot for your answer. I think I'm ready to take the chance :) Cool! Please let me know how it performs. I might introduce an option to make this a user preference. but I thought that the code was not accessible any more since the latest versions of the qbuz plugin, as nothing is

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread Runcitter69
mherger wrote: Check Settings/Information in the web UI. There's a section with the plugin folders. Most likely it's something in .../InstalledPlugins [color=blue] Well I found the API.pm in that directory and the only parameter that has a 500 limit is this one: use constant

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread ad6922
Great app this spotify app. Unfortunately i can't browse through the artists. It gives the error: Spoitfy Error: General transient error. Same thing is shown in the log: 19312: [14-03-01 18:37:43.6324] Plugins::Spotify::ParserBase::__ANON__ (94) toplist: General transient error 19311:

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread Triode
ad6922 wrote: Great app this spotify app. Unfortunately i can't browse through the artists. It gives the error: Spoitfy Error: General transient error. Same thing is shown in the log: 19312: [14-03-01 18:37:43.6324] Plugins::Spotify::ParserBase::__ANON__ (94) toplist: General

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread Michael Herger
Well I found the API.pm in that directory and the only parameter that has a 500 limit is this one: use constant USERDATA_LIMIT = 500;, so I changed it to '2000' (I have 1680 favorites in QB ;)) but after saving the modified file, and getting back to the Squeezebox, there doesn't seem to be any

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-03-01 Thread local.bin
mherger wrote: Thanks for that; I didn't quite catch whether you meant streaming flac to either the Radio or Boom OR boom only would be ok - 'But I wouldn't even bother about flac for Radio and Boom only.' What I wanted to say is that the Boom/Radio's sound quality probably

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-01 Thread vtr1000xe
vtr1000xe wrote: Thankyou! Will do, off to bed as it updates will report back in the morning. Thanks! But for a quick test i skipped to the last 10 secs of 15 songs and it played the next song perfect so looking good. I will run a 50 or so song playlist through tomorrow and i'll know