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 natively works.
> 
> I'm only mentioning this in case it gives some inspiration for easy
> options on other devices. (as I know Pebbles are dead tech... but then
> so is my squeezebox technically :D )

Thanks.  Such a shame that the Pebble is no more.  Have you installed
the Rebble alternative?   I'd buy a Pebble if I could find one new at a
decent price here in Europe.



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, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=105243

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 mode is not a skill-level feature. All it does is replace Alexa’s
own OK by a beep. Skills are not aware if brief mode is enabled or not. 

I can easily replace Brian’s ‘what else?’ by a beep but most users would
not understand what’s happening then so that would be bad UX design.
Nobody reads the docs.





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 mentioning this in case it gives some inspiration for easy
options on other devices. (as I know Pebbles are dead tech... but then
so is my squeezebox technically :D )



s2kiwi's Profile: http://forums.slimdevices.com/member.php?userid=63950
View this thread: http://forums.slimdevices.com/showthread.php?t=105243

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 /usr/local/lib/perl5/site_perl/5.28.2
/usr/local/lib/pe  
rl5/5.28.2/arm-linux-gnueabihf-thread-multi-64int
/usr/local/lib/perl5/5.28.2)



mecouc's Profile: http://forums.slimdevices.com/member.php?userid=227
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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:


  $json = JSON::PP->new->allow_nonref->space_after(0)->encode(@subdomains);
  $url = 'https://smartskills.tech/linking/updateNgrok.php?uuid=' . $myUuid . 
'=' . uri_escape($json);
  




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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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





arressen's Profile: http://forums.slimdevices.com/member.php?userid=64002
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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." Please help:
> how can I update to v8? It is on my Synology 412+.

Opgelost / Solved:
Package Center, Instellingen/Configuration, De installatie toestaan van
pakketten geïntalleerd door / Installation of packages allowed for, elke
uitgever / all

Happy!



MartijnDD's Profile: http://forums.slimdevices.com/member.php?userid=70633
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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." Please help:
> how can I update to v8? It is on my Synology 412+.
Hi, see first post of this thread:

- In Package Center: go to ->settings -> General -> set trust level to
  'any publisher'. 
  

That will fix your issue. Greetings, Martin



-DS718+, RPI 2 ('Spotifyd'
(https://github.com/Spotifyd/spotifyd)/'myMPD'
(https://jcorporation.github.io/myMPD/)),Aune S6 - Exposure 3010S2 - PMC
FB1i-s
-DS115 test server
-'Logitech Media Server 8.0.0 for Synology
'
(https://forums.slimdevices.com/showthread.php?111876-LmsUpdate-and-LmsRepack-Synology-8-0-*-packages)

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 tweaks route.  Some success, and then
failures.  I think I may have some corrupted files - the backup
complains about large files in /home/tc

I've reinstalled ngrok from fresh and have yet to check if it works
again.

Will report back tomorrow as it's late here and I've been up since 5:30
am.



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, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 update to v8? It is on my Synology 412+.



MartijnDD's Profile: http://forums.slimdevices.com/member.php?userid=70633
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 appreciate all the effort from everyone!



mecouc's Profile: http://forums.slimdevices.com/member.php?userid=227
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

dhull's Profile: http://forums.slimdevices.com/member.php?userid=19653
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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. That might be an easier path to take on pCP.





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.

I'm trying to find a solution.



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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=105243

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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) where that
LWP::UserAgent is located.



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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 referenced but which I've been unable to find. Do they still
exist and if not, is it okay to inquire about this here, now?



typecrazy789's Profile: http://forums.slimdevices.com/member.php?userid=68049
View this thread: http://forums.slimdevices.com/showthread.php?t=73988

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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: http://forums.slimdevices.com/member.php?userid=227
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 site.

Good - the more perl the merrier :cool: I'll add a pCP section to the
official docs too when it's sorted - I've never used it myself or I
would have done so already.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 ... so your should not add one as well.

The updater script waits a few seconds to give ngrok time to startup
(from memory ... it is a while since I looked inside during the
pre-release phase)



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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 seem to be running.
> Alexa/media server complain that the tunnel isn't there or has moved or
> something
> 
> I don't really know what I'm doing, but I get this:
> 
> chmod +x perl-updater.pl
> ls -al perl-updater.pl
> -rwxr-xr-x
> 
> perl-updater.pl
> -sh: perl-updater.pl: not found
> 
> Should that be expected to work on 'normal' linux?

Where is your Perl executable located?
e.g. /usr/bin/perl
Type
which perl

it might be
/usr/local/bin/perl

Assuming "which" finds it then simply do ...

perl /pathtoperlscript/perl-updater.pl
and replace "/pathtoperlscript" with the full path to your script



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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 server complain that the tunnel isn't there or has moved or
something

I don't really know what I'm doing, but I get this:

chmod +x perl-updater.pl
ls -al perl-updater.pl
-rwxr-xr-x

perl-updater.pl
-sh: perl-updater.pl: not found

Should that be expected to work on 'normal' linux?



mecouc's Profile: http://forums.slimdevices.com/member.php?userid=227
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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% 
|**|
 12.4M  0:00:00 ETA
  > tc@PiTouch:~$ unzip ngrok-stable-linux-arm.zip
  > Archive:  ngrok-stable-linux-arm.zip
  > inflating: ngrok
  > 
  > tc@PiTouch:~$ ngrok
  > -sh: ngrok: not found
  > tc@PiTouch:~$ ./ngrok
  > NAME:
  > ngrok - tunnel local ports to public URLs and inspect traffic
  > 
  > 
  > 
  > tc@PiTouch:~$ /home/tc/ngrok
  > NAME:
  > ngrok - tunnel local ports to public URLs and inspect traffic
  > 
  > 
  > 
  > 
  > 

> > 

Yes - I now get the same.  

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?  

I haven't tried ngrok http 80 as a tweak command to see what happens as
a test.



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, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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… :)



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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% 
|**|
 12.4M  0:00:00 ETA
  tc@PiTouch:~$ unzip ngrok-stable-linux-arm.zip
  Archive:  ngrok-stable-linux-arm.zip
  inflating: ngrok
  
  tc@PiTouch:~$ ngrok
  -sh: ngrok: not found
  tc@PiTouch:~$ ./ngrok
  NAME:
  ngrok - tunnel local ports to public URLs and inspect traffic
  
  
  
  tc@PiTouch:~$ /home/tc/ngrok
  NAME:
  ngrok - tunnel local ports to public URLs and inspect traffic
  
  
  
  
  




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 ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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, Loewe Airspeaker, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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
link..



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 no version- info...



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-09-06 Thread slartibartfast


dkskl wrote: 
> 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.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





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 which is likely the wrong text for your error but at least
indicates the request was not processed. 

Can you see in your nginx logs why the 400 was returned to the skill?
Exactly the same request a few seconds earlier or later succeeds...



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111443

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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, as i can't find any version-info in the ui on
my laptop..?

The android app seems to be version 0.1.2.



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 top right of the screen. What
version is your material skin?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 the station
> without having to leave their sofa and walk through room to their radio.
> That‘s why they invented the IR-remote which was a real success
> instantly. And that is why the original Touch was sold with a remote
> also.
> 
> But do as you like, no one forces you to use a remote.

Thanks for the suggestion, bluetdi! I really appreciate your willingness
to help now and before.

Ofc, we use remote everywhere but for some strange reason we do not like
to use remote for this device in the kitchen. We used to have a
commercial radio device before and we never used its remote. Since
adding an IR remote to pcp looks pretty easy maybe I will try it.
Nevertheless, it would be annoying if I have to walk through kitchen for
the remote to get rid of a stuck screen because the hardware buttons
have no effect.

BTW, is customclock applet maintained by anyone?



sakos's Profile: http://forums.slimdevices.com/member.php?userid=70470
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 :)



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.

SpiderJon's Profile: http://forums.slimdevices.com/member.php?userid=21798
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 thread: http://forums.slimdevices.com/showthread.php?t=111016

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 i update if needed? 
Delete and reinstall or...?



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins