[SlimDevices: SqueezeCenter] Help for UPnP mobile player

2019-01-31 Thread mauri_va
Hi! I need someone that can help me to play music from an android smartphone accessing to LMS in my local network. I got LMS 7.9.2 on a local server at home. With some app (for example Foobar mobile) I can see LMS in the UPnP/DLNA server list of the app. I can browse all my music and play mp3

Re: [SlimDevices: SqueezeCenter] Can't mount network drive (cifs).

2019-01-31 Thread Valky
Hi, Paul, One more question: The same network drive wasn't recognized after being physically disconected and then connected again. I had to completely delete and add this disk and then to do full rescan of library to make it visible. Is that normal?

Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread dborn
Awesome! thanks for the quick response time. Much appreciated! Daniel Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35 CET 2019 Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired dborn's

Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread dborn
JJZolx wrote: > As a matter of fact... > > > Code: > > [19-01-30 20:23:42.7593] Slim::Buttons::Input::Choice::getExtVal (174) Error: Couldn't run coderef. [Undefined subroutine ::Plugin::RandomPlay::Plugin::string called at C:/Program Files

Re: [SlimDevices: SqueezeCenter] Playing files located on google drive?

2019-01-31 Thread wmupchurch
Roland0 wrote: > See 'this thread' > (https://forums.slimdevices.com/showthread.php?109521-Google-Drive-mounted-with-google-drive-ocamlfuse) > for ocamlfuse > rclone will just create a local copy, so unless there's a permission > issue, it will work out of the box with LMS. Thanks everyone!

Re: [SlimDevices: SqueezeCenter] API command to simulate Play button on Squeezebox Boom remote?

2019-01-31 Thread Antoniop
Thanks Michael, I had to look into the /usr/share/squeezeboxserver/IR/Default.map file indeed. The command to pause is curl -X POST -d '{"id":0,"params":["68:5d:43:ea:28:60",["button","pause.single"]],"method":"slim.request"}' http://localhost:9000/jsonrpc.js the same will resume play. I'll

Re: [SlimDevices: SqueezeCenter] Manually installing plugin zips

2019-01-31 Thread MainSqueeze
Well, here we are, still installing plugins a good two years after preparing for Armageddon. :) Because who'd want to sit through the apocalypse without Wagner in high-res FLAC piped to [sox] -G bass +11...

Re: [SlimDevices: SqueezeCenter] API command to simulate Play button on Squeezebox Boom remote?

2019-01-31 Thread Michael Herger
How can I found the other commands ? I 'm looking for pause http://localhost:9000/html/docs/cli-api.html Replace localhost:9000 with your LMS IP address and port if needed. -- Michael ___ Squeezecenter mailing list

Re: [SlimDevices: SqueezeCenter] API command to simulate Play button on Squeezebox Boom remote?

2019-01-31 Thread Antoniop
mherger wrote: > > curl -X GET > "http://192.168.1.10:9000/status.html?player=00:12:34:56:78:90=button=play;' > > I'd recommend using json/rpc rather than the legacy status.html: > > curl -X POST -d > '{"id":0,"params":["00:12:34:56:78:90",["button","play"]],"method":"slim.request"}' >

Re: [SlimDevices: SqueezeCenter] New in 7.9.2: Presets editor

2019-01-31 Thread Michael Herger
If I clear the URL line from a preset and hit 'Apply', I can't then clear the description line. Not until I re-enter some text for the URL and save it first. Thanks! I changed behaviour to remove the preset if the URL is emptied. New builds should be out shortly. -- Michael

Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread Michael Herger
[19-01-30 20:23:42.7593] Slim::Buttons::Input::Choice::getExtVal (174) Error: Couldn't run coderef. [Undefined subroutine ::Plugin::RandomPlay::Plugin::string called at C:/Program Files (x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709. Thanks, that helped a lot. New

Re: [SlimDevices: SqueezeCenter] New in 7.9.2: Presets editor

2019-01-31 Thread dolodobendan
Thank you for getting back to this. Maybe that's just something to remember when for whatever reason the jive binaries are to be compiled anyway at some point. QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

Re: [SlimDevices: SqueezeCenter] New in 7.9.2: Presets editor

2019-01-31 Thread ralphy
mherger wrote: > > Is there any way to get more than buttons 1–6 to work on a touch? > > Maybe the patch ralphy did for Jivelite could be ported to the > Touch?... > > https://github.com/ralph-irving/jivelite/commit/6127639896ee8b95b2c0e654f52715374404c556 > >

Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-01-31 Thread blackbite
digimaster wrote: > The audio scan, is some thing for LMS itself. So some thing Michael > programs, include in the updates. > > > Send from my mobile Phone Okay, thanks. Understood NAS: QNAP TS-451 QTS 4.3.6.0805 (4x 4TB, RAID5) Services: QLogitechMediaServer 2.03.21

Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-01-31 Thread digimaster
blackbite wrote: > Hi digimaster, > > thanks for the confirmation. I had a quick look into the source code but > didn't find it on first sight. But you did it bro. In this case... just > another cosmetics thing :) > I'm patiently waiting for the update and enjoy my music. > > P.S. What

Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread JJZolx
mherger wrote: > Is there anything in server.log about this? As a matter of fact... Code: [19-01-30 20:23:42.7593] Slim::Buttons::Input::Choice::getExtVal (174) Error: Couldn't run coderef. [Undefined subroutine ::Plugin::RandomPlay::Plugin::string called at