Re: [SlimDevices: Plugins] Controlling your music with a smartwatch

2020-09-06 Thread castalla
s2kiwi wrote: > Not sure if it helps, but basic controls (skip/volume/pause) works great > on an old-school Pebble watch with Squeeze Ctrl running on Android. The > Pebble defaults to controlling the latest media player, so as long as > Squeeze Ctrl is set to run in the background it just

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
arressen wrote: > Just a thought - are there any plans to support brief mode (if enabled) > for Alexa responses? For example, I'm finding the additional > session-mode prompts by "Brian" unnecessary and actually hinder/inhibit > the request flow. > > > Sent from my iPad using Tapatalk Brief

Re: [SlimDevices: Plugins] Controlling your music with a smartwatch

2020-09-06 Thread s2kiwi
Not sure if it helps, but basic controls (skip/volume/pause) works great on an old-school Pebble watch with Squeeze Ctrl running on Android. The Pebble defaults to controlling the latest media player, so as long as Squeeze Ctrl is set to run in the background it just natively works. I'm only

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
mecouc wrote: > > 500 Can't locate loadable object for module HTML::Parser That is strange since it is not explicitly called by updater.pl so I guess that one of the other routines is calling it. I'll research further. Paul Webster http://dabdig.blogspot.com author of \"now playing\"

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread mecouc
I should have maybe spotted that! Now I get 500 Can't locate loadable object for module HTML::Parser in @INC (@INC contains: /usr/local/slimserver/CPAN /usr/local/lib/perl5/site_perl/5.28.2/arm-linux-gnue abihf-thread-multi-64int

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
mecouc wrote: > > {"name":"mediaservertunnel","url":"https://xxx.eu.ngrok.io"} > Can't locate object method "escape" via package "JSON::PP" at > perl-updater.pl line 42. > I suspect a search/replace has done more than needed. line 42 and 43 should now look like this: Code:

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread arressen
Just a thought - are there any plans to support brief mode (if enabled) for Alexa responses? For example, I'm finding the additional session-mode prompts by "Brian" unnecessary and actually hinder/inhibit the request flow. Sent from my iPad using Tapatalk

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-09-06 Thread MartijnDD
MartijnDD wrote: > I tried to update v7.9.1 to v8.0.0 but my Synology says after downloaden > and trying to install v8: "Kan "Logitech® Media Server" niet bijwerken. > Dit pakket bevat geen digitale handtekening." which means 'I cannot > update LMS. This package contains no digital signature."

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-09-06 Thread pinkdot
MartijnDD wrote: > I tried to update v7.9.1 to v8.0.0 but my Synology says after downloaden > and trying to install v8: "Kan "Logitech® Media Server" niet bijwerken. > Dit pakket bevat geen digitale handtekening." which means 'I cannot > update LMS. This package contains no digital signature."

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread castalla
Paul Webster wrote: > Hopefully we will get some feedback from castalla or mecouc after making > the small changes to updater.pl that I mentioned. I've been struggling all day to get this working (at least to the point where tunnel is declared at ngrok.com I've had varying success using the

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-09-06 Thread MartijnDD
I tried to update v7.9.1 to v8.0.0 but my Synology says after downloaden and trying to install v8: "Kan "Logitech® Media Server" niet bijwerken. Dit pakket bevat geen digitale handtekening." which means 'I cannot update LMS. This package contains no digital signature." Please help: how can I

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread mecouc
OK, so I did a search and replace for those 2 changes, and now I get: perl -I /usr/local/slimserver/CPAN perl-updater.pl {"name":"mediaservertunnel","url":"https://xxx.eu.ngrok.io"} Can't locate object method "escape" via package "JSON::PP" at perl-updater.pl line 42. I really

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
Hopefully we will get some feedback from castalla or mecouc after making the small changes to updater.pl that I mentioned. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte

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

2020-09-06 Thread dhull
Cut-Throat wrote: > Just tried it on 7.9.3 and it worked fine Upgrade to that release > and report back! OK, after updating to 8.0.0 it works again. Synology DS216J NAS running Logitech Media Server 8.0.0 / piCorePlayer 6.0

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
At the end of the day, the updater script just visits localhost:4040 to find the current tunnel details and then posts them off with a http GET to a smartskills.tech endpoint. The example scripts I built happen to be In Python and Perl but curl or wget in a bash script can do those things too.

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
Changing all of the Encode to Escape and encode to escape ... might be the solution to that (because URI::Escape is included in LMS installs) Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia,

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
... changing all of the XS to PP gets to the next step ... Code: Can't locate URI/Encode.pm in @INC ... researching ... Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw,

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
Just tried it with updater.pl The above fixes things for LWP::UserAgent but it then fails on JSON::XS Code: Can't locate loadable object for module JSON::XS in @INC Perl is looking for XS.so and it cannot find one that matches this build.

Re: [SlimDevices: Plugins] Controlling your music with a smartwatch

2020-09-06 Thread castalla
Anybody with recent experience of Squeeze Ctrl on Wear OS?Any major hiccups? LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 Amp: Denon PMA-50 Players/Speakers: Touch, Logitech Radios, Sonos Play 1s & Beam, Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker,

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
Change the command that executes perl to Code: perl -I /usr/local/slimserver/CPAN The switch is a capital letter i (eye) This tells perl to add this location to the start of the @INC list - and when LMS is installed that is (one of the places)

Re: Announce: Spicefly SugarCube Version 2.03 � (Automatic MusicIP DJ) for 7.x

2020-09-06 Thread typecrazy789
Just replying to this very old thread; I recently started using Spicefly Sugarcube and am seeing a lot of the same alphabetically-focused behaviors that others reported earlier in this thread, so was wondering if this might've been tackled more in depth on the official forums, which are

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread mecouc
As suggested above, I get "Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) " When trying to run the update script on my picoreplayer mecouc's Profile:

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
Paul Webster wrote: > pCP with LMS installed has a lot of Perl because it needs it to run > LMS. > > Another user in this thread reported (I think) that it all works. > > If the others here cannot get it to work I’ll try it myself and document > the steps where they differ to that on Phil’s

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
pCP with LMS installed has a lot of Perl because it needs it to run LMS. Another user in this thread reported (I think) that it all works. If the others here cannot get it to work I’ll try it myself and document the steps where they differ to that on Phil’s site. Paul Webster

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
pCP may have perl built in, but this particular script relies on use LWP::UserAgent; use JSON::XS; use URI::Encode qw(uri_encode); Unless those modules are already present or installable ion pCP t's not going to work anyway.

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
castalla wrote: > > I'm still not sure how to proceed with the tweaks - if possible the > process should run in the background, shouldn't it? > You can't use the & in a tweak command. So, again what to do? > pCP runs the user commands by using "eval" on them and it puts a & at the end

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
castalla wrote: > > I haven't tried ngrok http 80 as a tweak command to see what happens as > a test. Note - port 80 on pCP server is the pCP built-in web server Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland,

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
mecouc wrote: > I'm still trying with my picore > > I put the ngrok executable in .ngrok2 > Ngrok now works through a reboot by putting the command > > /home/tc/.ngrok2/ngrok start -config=/home/tc/.ngrok2/ngrok.yml > mediaservertunnel > > in a tweak, but the perl updater script does not

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread mecouc
I'm still trying with my picore I put the ngrok executable in .ngrok2 Ngrok now works through a reboot by putting the command /home/tc/.ngrok2/ngrok start -config=/home/tc/.ngrok2/ngrok.yml mediaservertunnel in a tweak, but the perl updater script does not seem to be running. Alexa/media

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread castalla
Paul Webster wrote: > This should work ... > /home/tc/ngrok > > I have just done this on RPi running pCP > > > Code: > > > tc@PiTouch:~$ wget https://somewhere/ngrok-stable-linux-arm.zip > Connecting to x > ngrok-stable-linux-a 100%

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > I just looked at FDroid and the version there is still 0.1.2 > > Sent from my Pixel 3a using Tapatalk All good then. :) dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > Thanks!! > > Did a copy/paste and a restart. Now the MS version is 1.8.9. > > See if the android app also updates… :)I just looked at FDroid and the > version there is still 0.1.2 Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > https://raw.githubusercontent.com/CDrummond/lms-material/master/public.xml > > Sent from my Pixel 3a using Tapatalk Thanks!! Did a copy/paste and a restart. Now the MS version is 1.8.9. See if the android app also updates… :)

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > Oh. But where do i find the URL? It doesn't seem to be found in the add > repo > link..https://raw.githubusercontent.com/CDrummond/lms-material/master/public.xml Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread Paul Webster
This should work ... /home/tc/ngrok I have just done this on RPi running pCP Code: tc@PiTouch:~$ wget https://bin.equinox.io/c/xxx/ngrok-stable-linux-arm.zip Connecting to bin.equinox.io (54.198.148.204:443) ngrok-stable-linux-a 100%

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread castalla
philchillbill wrote: > Move the dot to the beginning/ > > ./home/tc/ngrok Thanks! Will try that. LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 Amp: Denon PMA-50 Players/Speakers: Touch, Logitech Radios, Sonos Play 1s & Beam, Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010,

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > The latest version is 1.8.9. You should be offered the update although > it might take longer if you don't have the repo added to your additional > repositories. > > Sent from my Pixel 3a using Tapatalk Oh. But where do i find the URL? It doesn't seem to be found in the

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > Just restarted the server and now MS shows in the list :D > > Version 1.8.8The latest version is 1.8.9. You should be offered the update > although it might take longer if you don't have the repo added to your additional repositories. Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
Just restarted the server and now MS shows in the list :D Version 1.8.8 dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538 View this thread: http://forums.slimdevices.com/showthread.php?t=109624

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > Can you show a screenshot? All of your plugins should be visible. > > Sent from my Pixel 3a using Tapatalk If i only knew how to attach a screenshot.. My only plugins are Radio 1.0 and Material Skin and MS doesn't show in the list.

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
castalla wrote: > I don't know how to specify the command for the tweak start-up commands, > eg. > > /home/tc/./ngrok doesn't work Move the dot to the beginning/ ./home/tc/ngrok philchillbill's Profile:

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread castalla
philchillbill wrote: > If it does run as ./ngrok then why is that not sufficient? I don't know how to specify the command for the tweak start-up commands, eg. /home/tc/./ngrok doesn't work LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 Amp: Denon PMA-50

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > This is where i'm looking. But no version- info...Can you show a screenshot? > All of your plugins should be visible. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile:

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > Where are you looking? You will get used to where things are > eventually.[image: > https://uploads.tapatalk-cdn.com/20200906/80e36af39d9e764064793d135b69add7.jpg] > > Sent from my Pixel 3a using Tapatalk This is where i'm looking. But n

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > The latest Android app version is 0.1.3 > > Sent from my Pixel 3a using Tapatalk Yes. I did see further back in the thread, there was a new update. My install hasn't automatically updated yet though.

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
s.tapatalk-cdn.com/20200906/80e36af39d9e764064793d135b69add7.jpg] Sent from my Pixel 3a using Tapatalk slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this thread: http://forums.slimdevices.co

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > Hi slartibartfast. > > Thanks. > > Don't know what version, as i can't find any version-info in the ui on > my laptop..? > > The android app seems to be version 0.1.2.The latest Android app version is > 0.1.3 Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
cpd73 wrote: > Material Skin -> Top right menu -> Information -> Plugins section Hi cpd73, One more round of applause to you. MS is very usefull. I have checked plugins section, but the only info is: Restart server and Radio 1.0.

Re: [SlimDevices: Plugins] [Announce] LMS-lite certified Smart Home skill for Alexa

2020-09-06 Thread philchillbill
ashceryth wrote: > Thanks for the quick fix! Everything is working fine again :) I can see in the logs that you are getting random "HTTP Error 400: Bad Request" errors. Because the skill cannot specify the text of error messages, it returns a standard EXPIRED_AUTHORIZATION_CREDENTIAL to Amazon

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread cpd73
dkskl wrote: > Don't know what version, as i can't find any version-info in the ui on > my laptop..? Material Skin -> Top right menu -> Information -> Plugins section *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http:

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
slartibartfast wrote: > Material Skin informs you if plugin updates are available including to > itself. A green arrow appears in the top right of the screen. What > version is your material skin? > > Sent from my Pixel 3a using Tapatalk Hi slartibartfast. Thanks. Don't know what version,

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast
dkskl wrote: > Thanks SpiderJon. > > Just checked the F-droid. It is set to automatically update. My MS > version isn't updated to the latest though. Guessing time will do the > trick :)Material Skin informs you if plugin updates are available including to itself. A green arrow appears in the

Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2020-09-06 Thread sakos
bluetdi wrote: > I recommend it for you, it solves the stuck issue indeed. I know because > I use a Pi and Flirc with a original Transporter- or Touch-remote for > quite a long time. Also „classical“ radios can be operated with a remote > since decades. People like it to change the loudness or

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
SpiderJon wrote: > If you installed it using the F-droid app, you can set that to install > updates automatically. Thanks SpiderJon. Just checked the F-droid. It is set to automatically update. My MS version isn't updated to the latest though. Guessing time will do the trick :)

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread SpiderJon
dkskl wrote: > > Same questions reg the android app. How do i update if needed? > Delete and reinstall or...? If you installed it using the F-droid app, you can set that to install updates automatically. Duet x 3, via various hi-fi. LMS on Raspbian/Linux 10 (buster) + OMV5 on a Pi4.

Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2020-09-06 Thread philchillbill
castalla wrote: > Sadly, didn't change anything. Still won't run. If it does run as ./ngrok then why is that not sufficient? philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920 View this

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread dkskl
All new to Material Skin. I am very impressed. It looks good and it's very easy to use. Great job cpd 73! Just a few noob questions: Is it possible to see somewhere in the ui which version i use? And how do i update when a new version is released? Same questions reg the android app. How do