Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Michael Herger

[19-09-26 16:55:08.5703] main::init (387) Starting Logitech Media Server
(v7.9.2, 1568726655, Tue Sep 17 15:39:05 WEDT 2019) perl 5.014001 -
MSWin32-x86-multi-thread
[19-09-26 16:56:53.6109] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token


Crap... Windows doesn't like the command I'm using. Working on it.

--

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-09-26 Thread woodster

Hi,

I asked this in the general section, but unfortunately no one responded,
so here goes:

I guess my problem started after an update of the Tidal plugin + airplay
bridge.

I have multiple Squeezebox Radios, and currently I can only get Tidal
streaming working on one of them.
If I try to stream to a AirplayBridge device I get the following log:

[09:30:11.598682] process_strm:237 [0x37ed70] strm command s
[09:30:11.598862] process_strm:312 [0x37ed70], strm s autostart: 3
transition period: 10 transition type: 0 codec: f
[09:30:11.599144] process_strm:345 [0x37ed70]: codec:f, ch:255, s:255,
r:255
[09:30:12.642791] PlayerThread:558 [0x3d2368]: processing volume: 20
(-24.18)
[09:30:12.643623] PlayerThread:516 [0x3d2368]: raop connecting ...
[09:30:12.649549] raopcl_connect:1006 [0x7660eab0]: local interface
10.0.0.6
[09:30:13.534465] exec_request:698 [0x76611e08]: Body data 1076,
q}½ä…mj‰áÈÍ.\MqV ¨6ðo
[09:30:13.623178] raopcl_accept_frames:429 [0x7660eab0]: begining to
stream hts:166626796607452 n:3778385413.2676520539
[09:30:13.623375] raopcl_accept_frames:437 [0x7660eab0]: restarting w/o
pause n:3778385413.2676520539, hts:166626796740781
[09:30:13.657270] PlayerThread:527 [0x3d2368]: raop connected
[09:30:13.657349] PlayerThread:558 [0x3d2368]: processing volume: 20
(-24.18)
[09:30:18.017841] slimproto_run:609 [0x37ed70] Closing CLI socket 21
[09:31:15.003221] PlayerThread:543 [0x3d2368]: flushing ...
[09:31:15.003430] raopcl_flush:1104 [0x7660eab0]: flushing up to s:14166
ts:384970049167533
[09:31:15.003712] read_line:237 disconnected on the other end 17
[09:31:15.003772] exec_request:633 [0x76611e08]: response : request
failed
[09:31:15.577810] PlayerThread:413 [0x3d2368]: Disconnecting 3109222393

Streaming web radio works with the AirplayBridge plugin player - so the
error is related to Tidal I guess.

I have tried to reinstall the Tidal plugin, reinstalled the Tidal app at
mysqueezebox, recreated the account info at the Tidal app
I even updated to the nightly server version.

Any ideas?

Regards
Martin



woodster's Profile: http://forums.slimdevices.com/member.php?userid=32688
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Announce: Google Music plugin

2019-09-26 Thread gdhgdh


User/Password based auth with gmusicapi has started failing for me. When
I restarted the 'GMusicProxy' after months of uptime, it would not log
in and neither would my LMS installation.

After some hunting and research, the OAuth login method is still working
well, and I wanted to drop a note here for those like myself who are
still clinging to Google Music.

You need to upgrade the underlying 'gmusicapi' to at least 1.11.1
(that's what I used since 1.12.0 had some dependency issue on my old
systems)

Next, amend the 'Plugin.pm' 'initPlugin' function (around line 88) to
this:

# Try to login. If SSL verification fails, login() raises an
# exception. Catch it to allow the plugin to be started.
eval {
$googleapi->oauth_login($prefs->get('device_id'));
};
if ($@) {
$log->error("Not able to login to Google Play Music: $@");
}

Since we are no longer sending a username or password, we need to get an
OAuth token block. The easiest way to do this is to use a new version of
GMusicProxy from this repo: https://github.com/jeffmhubbard/gmusicproxy


Run 'GMusicProxy --oauth' - it'll generate a web URL that you paste into
your browser, authenticate with Google, and will write out a local
file.

Restart LMS and watch the logs - it will probably complain something
like

Plugins::GoogleMusic::Plugin::initPlugin (93) Not able to login to
Google Play Music: exceptions.IOError: [Errno 13] Permission denied:
u'/usr/share/squeezeboxserver/.local/share/gmusicapi/mobileclient.cred'
at line 183

Copy the OAuth file  creds file to that location, maybe mess around with
file permissions so the LMS user has access to read the file, restart
LMS again and you should be back in business. Hope that helps someone.



gdhgdh's Profile: http://forums.slimdevices.com/member.php?userid=62957
View this thread: http://forums.slimdevices.com/showthread.php?t=105800

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread cjarrett56


getting the following log message

[19-09-26 16:55:08.5703] main::init (387) Starting Logitech Media Server
(v7.9.2, 1568726655, Tue Sep 17 15:39:05 WEDT 2019) perl 5.014001 -
MSWin32-x86-multi-thread
[19-09-26 16:56:53.6109] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 16:56:53.6939] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 16:56:55.0318] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token

using spotty 2.8.5

LMS 7.9.2
Windows 10

any thoughts?



cjarrett56's Profile: http://forums.slimdevices.com/member.php?userid=58205
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Michael Herger

its ok log is here you can see it


This looks like a permissions issue. Next time you install the plugin, 
don't have it restart automatically, but ignore that message and restart 
it using the control panel. Would that work?


--

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread ascomm74


Aymen007 wrote: 
> Hello,
> 
> Today i receive update for spotify i install it after every time if i
> select spotify plugins in the list and apply to retard LMS i don't see
> spotify plugin in the list i restart LMS everal time same problem ?
> yesterday its work very fine 
> Please how i can cancel this update i use the version before this today
> 
> Thanks

I have same problem. Spotty does not start when clicked. After timeout
there is no content in the left side window of the web interface.

Versions are:
Logitech Media Server Version: 7.9.2 - 1568726655 @ Tue Sep 17 15:39:05
WEDT 2019
Operating system: Windows 7 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 2

And the Spotty is the latest version.

These kind of events in the server log:
[19-09-26 22:14:00.3057] main::init (387) Starting Logitech Media Server
(v7.9.2, 1568726655, Tue Sep 17 15:39:05 WEDT 2019) perl 5.014001 -
MSWin32-x86-multi-thread
[19-09-26 22:14:40.6141] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a
SCALAR reference at /Slim/Web/HTTP.pm line 1794.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0xbb7fbf4)
[19-09-26 22:14:55.6234] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 22:15:55.0286] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a
SCALAR reference at /Slim/Web/HTTP.pm line 1794.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0x6101cdc)
[19-09-26 22:16:10.0354] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 22:17:10.0086] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a
SCALAR reference at /Slim/Web/HTTP.pm line 1794.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0xcf9a9dc)
[19-09-26 22:17:25.0094] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 22:18:25.0224] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a
SCALAR reference at /Slim/Web/HTTP.pm line 1794.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0xcf9852c)
[19-09-26 22:18:40.0297] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token
[19-09-26 22:19:40.0573] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a
SCALAR reference at /Slim/Web/HTTP.pm line 1794.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0xcf97464)
[19-09-26 22:19:55.0660] Plugins::Spotty::API::Token::_killTokenHelper
(147) Timed out waiting for a token



ascomm74's Profile: http://forums.slimdevices.com/member.php?userid=41341
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


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

2019-09-26 Thread cpd73


slartibartfast wrote: 
> I am trying to run ngrok at start up on a raspberry Pi. Adding
> 
> /home/pi/ngrok http -inspect=false -auth "username:password" 9000 >
> /dev/null 2>&1 &
> 
> to rc.local doesn't work. 
> Running "ngrok http -inspect=false -auth "username:password" 9000 >
> /dev/null 2>&1 &" in a terminal works correctly. I am sure I am making a
> simple mistake but have no idea what it is. Any ideas?

Try creating a systemd service file, e.g. ngrok.service:

Code:


  [Unit]
  Description=Blah
  After=multi-user.target
  
  [Service]
  Type=simple
  ExecStart=ngrok http -inspect=false -auth "username:password" 9000
  Restart=on-failure
  
  [Install]
  WantedBy=multi-user.target
  
  



Copy to /etc/systemd/system, then run:


Code:


  sudo systemctl daemon-reload
  sudo systemctl enable ngrok
  sudo systemctl start ngrok
  




cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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

2019-09-26 Thread slartibartfast


I am trying to run ngrok at start up on a raspberry Pi. Adding

/home/pi/ngrok http -inspect=false -auth "username:password" 9000 >
/dev/null 2>&1 &

to rc.local doesn't work. 
Running "ngrok http -inspect=false -auth "username:password" 9000 >
/dev/null 2>&1 &" in a terminal works correctly. I am sure I am making a
simple mistake but have no idea what it is. Any ideas?



slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Squeezelite-X

2019-09-26 Thread bobertuk


When I pin items like 'New Music' or 'Playlist' to the Home screen on
Material Skin they stick through a reboot when using Chrome but not when
using Squeezelite-X. I've tried it with Material v1.02 and v1.1 from
github, tried clearing cache and tried saving Material settings as well,
all with no effect. 

Using Squeezelite-X v2.4.11.0

Any ideas?



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-09-26 Thread cfuttrup


rgdawson wrote: 
> I just submitted 2.4.11 to the Microsoft Store.

2.4.11 landed here today.

/Claus



cfuttrup's Profile: http://forums.slimdevices.com/member.php?userid=32784
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


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

2019-09-26 Thread Jeff07971

philchillbill wrote: 
> It’s free for the first 7 days so have at it. Thereafter, it’s £2.99 or
> $2.99 per month, excluding whatever taxes might apply. I’m not allowed
> to mention that in the official skill page in the App - it prevents
> certification. No idea why.

Thanks for that I'll give it a try

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.6 VM on ESXi 6.5.0U3
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1.5K albums with 25K songs by 5K artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2019-09-26 Thread philchillbill

It’s free for the first 7 days so have at it. Thereafter, it’s £2.99 or
$2.99 per month, excluding whatever taxes might apply. I’m not allowed
to mention that in the official skill page in the App - it prevents
certification. No idea why.





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

2019-09-26 Thread Jeff07971


Gave this a try with my proxyed LMS, worked with only a little
finessing.

Works reasonalby except that any usefull command requires a subscription
and the price of this is nowwhere to be found !

https://www.amazon.co.uk/dp/B07YCDJWBV/ref=sr_1_3?keywords=media+server=1569515055=digital-skills=1-3



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.6 VM on ESXi 6.5.0U3
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1.5K albums with 25K songs by 5K artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2019-09-26 Thread d6jg


philchillbill wrote: 
> No, unfortunately Amazon does not publish the contents of the
> pre-defined types. But hey, experiment! Rename one player in iPeng and
> re-discover. Rinse and repeat. :D

Talking of iPeng - if you have the player add-in then iPeng refers to
itself as (in my case) "Jim's iPhone 8" - no way of changing it that I
know of and therefore no way of controlling that with Alexa. 

slartibartfast wrote: 
> Well I have renamed the standalone players with their location, I am
> just wondering what to do with group players.[emoji3]

I shall be interested to hear about that and also how to deal with a
situation where you do have multiple players in a room - I, for example,
have Bedroom and Bedroom Headphones although realistically my use of
Alexa is not going to be limited to my "living Room" player initially



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2019-09-26 Thread d6jg


slartibartfast wrote: 
> Is there any real benefit in having it run at start up as you still need
> to run the command to obtain the URL for the skill? I suppose it means
> running one command rather than two.
> 
> Sent from my SM-G900F using Tapatalk

As you can obtain the URL from the ngork dashboard you don't need to
look locally.



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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] Squeezelite-X

2019-09-26 Thread rgdawson


Submitted 2.4.12 to MS Store

Changes:


- Added auto discovery of CLI port number.  Thanks to Philippe, who
  told me the magic command to retrieve the server's CLI port number as
  part of the discovery protocol.  So now, SLX will auto populate
  HostName, Web Port, and CLI port.  Even if you enter server info
  manually, SLX will check against discovered port info and use that
  when possible.
- 
  

R Greg Dawson



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-09-26 Thread slartibartfast


bpa wrote: 
> There seems to be no metadata for the Live stream.  AFAICT there is no
> live stream on the Web browser (from Radio 2 Beatkes it will play normal
> R2 live). 
> No Programs appear under BBCiPlayer "Listen Again"
> 
> For broadcast programs  on BBCiPlayerExtra - check under A-Z  - "R" -
> "Radio 2 Beatles" -
> 
> edit:
> 
> FRom BBC Website -
> 
> 
> I'm surprised the above HLS and DASH "live" URLs actually work - I
> haven't listened for any length so perhaps it is just a series of long
> excepts.Last time I checked Tony Blackburn was on and a programme featuring 
> him
was scheduled between 3pm and 4pm, so it seems to be live. I also heard
some of Nicky Campbell talking to Giles Martin earlier.

Sent from my SM-G900F using Tapatalk





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

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


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

2019-09-26 Thread slartibartfast


philchillbill wrote: 
> No, unfortunately Amazon does not publish the contents of the
> pre-defined types. But hey, experiment! Rename one player in iPeng and
> re-discover. Rinse and repeat. :DWell I have renamed the standalone players 
> with their location, I am
just wondering what to do with group players.[emoji3]

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread philchillbill


> Is there an official list of acceptable room names? I can't imagine many
> using names like Scullery or Salon. 

No, unfortunately Amazon does not publish the contents of the
pre-defined types. But hey, experiment! Rename one player in iPeng and
re-discover. Rinse and repeat. :D



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

2019-09-26 Thread slartibartfast


philchillbill wrote: 
> Amazon does not allow mentioning details of payment until you start the
> ISP process verbally. Skills that do so fail certification. They also
> sometimes offer discounts for Prime members out of their own pocket and
> don't want people complaining when they don't get that. When you tell
> Alexa "I want a subscription", she will tell you.
> 
> Livingroom1, Livingroom2 and Livingroom3 will also not work for you,
> stickers or not. They are not valid room bare-names. 
> 
> It's not a database issue, it's a build issue. When you ask a skill
> "what's playing on the {Playername} player?" the skill's intent-model
> has to have pre-warned her what values to remotely expect for
> Playername. Very frustratingly, that cannot be done on the fly based on
> your retrieved player names but must be pre-compiled. The slot 'type'
> which I have chosen is Amazon.ROOM which means "Names of rooms typical
> in houses and other buildings".
> 
> There is a fairly new option to add Dynamic Entities to a type, but it
> only works *after *a type has already been used in a session and then
> persists for 30 mins in the cloud. Problem is, first time you used a
> non-Room player name, I could not have added that to the OK-list so your
> first command would always fail. I found that unacceptable in testing so
> didn't implement it. When Amazon allow the adding of Dynamic Entities to
> occur before the slot is processed, I'll certainly do it. But they don't
> share roadmaps.
> 
> The meep solution was to add people's player names to the build so they
> get pre-compiled. That's fine for a dev/beta skill but not a certified
> one - every update to a certified skill has to go through a full
> re-certification cycle which is not trivial.Is there an official list of 
> acceptable room names? I can't imagine many
using names like Scullery or Salon. 

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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: YouTube Plugin (API v3)

2019-09-26 Thread philippe_44


pol777 wrote: 
> I am running Logitech Media Server Versie: 7.9.2-1568726655 on Orange Pi
> The plugin version is 0.90.2
> 
> I am getting the error Plugins::YouTube::ProtocolHandler::__ANON__ (389)
> no stream/DASH found 
> 
> Anyone got an idea how to solve this?

Try to enable vorbis



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-09-26 Thread bpa


Paul Webster wrote: 
> FYI ... on DAB there is the show name and one-line description - and DAB
> audio matches the stream.
> Just finished ...
> 
> The Beatles Solo - Imagine
> Tris Penna reviews the solo album releases by the Fab Four.

Not sure about source of DAB info - it may be part of the MPEG2-TS
stream or the DAB EPG.

The usual BBC network URLs  ("Now" for tracks  and about "day" of
programmes) for Radio one are
For tracks and "now" - 
http://polling.bbc.co.uk/modules/onairpanel/include/bbc_radio_one.json
For programs about a "day" around "now" (i.e. xx hrs before and xx hrs
after) 
https://polling.bbc.co.uk/radio/nhppolling/bbc_radio_one?callback=realtimeCallback

Tried with bbc_radio_two_beatles  - nothing for "now" but "day" URL
produces a listing- however it is not currently used by Plugin (it
wasn't available when metadata was first written).  This may be used by
DAB

So nothing can be done within next few days, however, some of the
programs played via BBCiPlayerExtra do have "segment times info" under
More where specific tracks times are listed.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


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

2019-09-26 Thread castalla


philchillbill wrote: 
> Amazon does not allow mentioning details of payment until you start the
> ISP process verbally. Skills that do so fail certification. They also
> sometimes offer discounts for Prime members out of their own pocket and
> don't want people complaining when they don't get that. When you tell
> Alexa "I want a subscription", she will tell you.
> 
> Livingroom1, Livingroom2 and Livingroom3 will also not work for you,
> stickers or not. They are not valid room bare-names. 
> 
> It's not a database issue, it's a build issue. When you ask a skill
> "what's playing on the {Playername} player?" the skill's intent-model
> has to have pre-warned her what values to remotely expect for
> Playername. Very frustratingly, that cannot be done on the fly based on
> your retrieved player names but must be pre-compiled. The slot 'type'
> which I have chosen is Amazon.ROOM which means "Names of rooms typical
> in houses and other buildings".
> 
> There is a fairly new option to add Dynamic Entities to a type, but it
> only works *after *a type has already been used in a session and then
> persists for 30 mins in the cloud. Problem is, first time you used a
> non-Room player name, I could not have added that to the OK-list so your
> first command would always fail. I found that unacceptable in testing so
> didn't implement it. When Amazon allow the adding of Dynamic Entities to
> occur before the slot is processed, I'll certainly do it. But they don't
> share roadmaps.
> 
> The meep solution was to add people's player names to the build so they
> get pre-compiled. That's fine for a dev/beta skill but not a certified
> one - every update to a certified skill has to go through a full
> re-certification cycle which is not trivial.

Thanks for all the info!

The name thing is probably a no-no for me - sadly.Back to struggling
with openhab then.

Good luck.



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Home Mini, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler

Brexit =   stupidity




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] 'MediaServer' *certified* Alexa skill for LMS

2019-09-26 Thread philchillbill


Amazon does not allow mentioning details of payment until you start the
ISP process verbally. Skills that do so fail certification. They also
sometimes offer discounts for Prime members out of their own pocket and
don't want people complaining when they don't get that. When you tell
Alexa "I want a subscription", she will tell you.

Livingroom1, Livingroom2 and Livingroom3 will also not work for you,
stickers or not. They are not valid room bare-names. 

It's not a database issue, it's a build issue. When you ask a skill
"what's playing on the {Playername} player?" the skill's intent-model
has to have pre-warned her what values to remotely expect for
Playername. Very frustratingly, that cannot be done on the fly based on
your retrieved player names but must be pre-compiled. The slot 'type'
which I have chosen is Amazon.ROOM which means "Names of rooms typical
in houses and other buildings".

There is a fairly new option to add Dynamic Entities to a type, but it
only works *after *a type has already been used in a session and then
persists for 30 mins in the cloud. Problem is, first time you used a
non-Room player name, I could not have added that to the OK-list so your
first command would always fail. I found that unacceptable in testing so
didn't implement it. When Amazon allow the adding of Dynamic Entities to
occur before the slot is processed, I'll certainly do it. But they don't
share roadmaps.

The meep solution was to add people's player names to the build so they
get pre-compiled. That's fine for a dev/beta skill but not a certified
one - every update to a certified skill has to go through a full
re-certification cycle which is not trivial.



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

2019-09-26 Thread slartibartfast


d6jg wrote: 
> Much clearer but you do need to mention that ngrok needs to be installed
> correctly to /usr/bin - the install instructions at ngrok seem to ignore
> this hence everything is referenced as ./ngrok - it wouldn't matter if
> you aren't trying to run at startup but since we are Is there any real 
> benefit in having it run at start up as you still need
to run the command to obtain the URL for the skill? I suppose it means
running one command rather than two.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-09-26 Thread Paul Webster


FYI ... on DAB there is the show name and one-line description - and DAB
audio matches the stream.
Just finished ...

The Beatles Solo - Imagine
Tris Penna reviews the solo album releases by the Fab Four.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

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

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


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

2019-09-26 Thread castalla


slartibartfast wrote: 
> OK at the moment I have Touch, Black Radio and White Radio. I'll need to
> change  them all. Maybe I'll change one to " Church Hall "[emoji3]
> 
> Sent from my SM-G900F using Tapatalk

I hate the concept of using Rooms in these media systems (Sonos is a
classic example of this!).   

I think in terms of devices - for example, I have 3 different devices in
one room.  I 'm reluctant to have sticky labels on each saying
Livingroom1, Livingroom2, Livingroom 3

Meep had a neat way of dealing with this - by allowing device names to
be added to the backend system (database, I assume).

Couldn't you offer something similar (maybe as an addon for paid
subscriptions)?

And, by the way, I haven't come across any details of the payment
structure 



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Home Mini, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler

Brexit =   stupidity




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] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-09-26 Thread bpa


There seems to be no metadata for the Live stream.  AFAICT there is no
live stream on the Web browser (from Radio 2 Beatkes it will play normal
R2 live). 
No Programs appear under BBCiPlayer "Listen Again"

For broadcast programs  on BBCiPlayerExtra - check under A-Z  - "R" -
"Radio 2 Beatles" -



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


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

2019-09-26 Thread slartibartfast


philchillbill wrote: 
> The FAQ section in the online docs mentions this on the subject of
> player names:
> 
> -During setup, the skill automatically retrieves the names of your
> players from your LMS server. Best results with the skill will be
> achieved if your players are named after the room in which they are
> situated, without possessives and without extra/qualifying words such as
> e.g. "player", "squeezebox" or "streamer".
> 
> In other words, plain English single-word common names like
> "Livingroom", "Kitchen", "Study", "Office", "Garage", "Studio",
> "Bedroom", "Bathroom", "Diningroom", "Basement", "Guestroom", "Nursery",
> "Library", "Cellar", "Hall", "Lobby", "Conservatory", "Lounge",
> "Pantry", "Scullery", "Salon", "Washroom" all work perfectly and are
> easiest to utter as you get used to the skill.
> 
> Names like "John's player", "Master bedroom", "Livingroom front player",
> "Bazinga" *may *work but will need to be verified by trial-and-error.
> Same for contrived single-word names like "Kidsroom", "Babyroom",
> "Spareroom" and "Alexandersroom". In the end, it's best to work with
> names that Alexa can understand consistently for your locale.-
> 
> Using *Touch *as a player name will cause endless grief. A design choice
> was made to require that the player name maps to a normal
> English-language room name (she has a built in list of what she thinks
> that includes). Leaving it wide-open to any category of name slows down
> command processing very noticeably and also causes her to add the vocals
> of background music to your utterance. That's why this decision was made
> for this skill.

OK at the moment I have Touch, Black Radio and White Radio. I'll need to
change  them all. Maybe I'll change one to " Church Hall "[emoji3]

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread kidstypike


Aymen007 wrote: 
> its ok log is here you can see it

Michael doesn't see edited posts.


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28244|
+---+


*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


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

2019-09-26 Thread philchillbill


slartibartfast wrote: 
> When I say "assume touch" I get the response "that makes no sense you
> don't have a player called church hall"

The FAQ section in the online docs mentions this on the subject of
player names:

-During setup, the skill automatically retrieves the names of your
players from your LMS server. Best results with the skill will be
achieved if your players are named after the room in which they are
situated, without possessives and without extra/qualifying words such as
e.g. "player", "squeezebox" or "streamer".

In other words, plain English single-word common names like
"Livingroom", "Kitchen", "Study", "Office", "Garage", "Studio",
"Bedroom", "Bathroom", "Diningroom", "Basement", "Guestroom", "Nursery",
"Library", "Cellar", "Hall", "Lobby", "Conservatory", "Lounge",
"Pantry", "Scullery", "Salon", "Washroom" all work perfectly and are
easiest to utter as you get used to the skill.

Names like "John's player", "Master bedroom", "Livingroom front player",
"Bazinga" *may *work but will need to be verified by trial-and-error.
Same for contrived single-word names like "Kidsroom", "Babyroom",
"Spareroom" and "Alexandersroom". In the end, it's best to work with
names that Alexa can understand consistently for your locale.-

Using *Touch *as a player name will cause endless grief. A design choice
was made to require that the player name maps to a normal
English-language room name (she has a built in list of what she thinks
that includes). Leaving it wide-open to any category of name slows down
command processing very noticeably and also causes her to add the vocals
of background music to your utterance. That's why this decision was made
for this skill.



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

2019-09-26 Thread slartibartfast


When I say "assume touch" I get the response "that makes no sense you
don't have a player called church hall"

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread d6jg


philchillbill wrote: 
> Here's an updated ngrok setup instruction which I will add to the online
> instructions. It runs ngrok in the background so putty can be closed and
> it avoids the ctrl-c issue when trying to copy the assigned tunnel
> subdomain.
> 
> I'm going to delete the whole reference to serveo. It was only there to
> support people running on NAS who cannot run ngrok on their LMS machine
> itself. You can, however, run ngrok on a different machine and point it
> to LMS. You need a spare Pi for this, for example, but it's much more
> robust and secure than serveo and addresses all platforms. Plus, you can
> leave that Pi running forever to keep the same assigned ngrok
> subdomain.
> 
> If ngrok is on the *same *machine as LMS, at a command prompt type:
> 
> ngrok http -auth "user:password" 9000 > /dev/null 2>&1 &
> 
> If ngrok is on a *different *machine, point it to LMS by typing:
> 
> ngrok http -auth "user:password" 192.168.x.y:9000 > /dev/null 2>&1 &
> 
> The ngrok service will start silently and run in the background due to
> the '&' at the end. 
> To find our assigned tunnel subdomain, we can query the ngrok web UI at
> port 4040 for the public_url entry by typing
> 
> curl http://localhost:4040/api/tunnels | grep -Po https://.+?\.io
> 
> The result will look something like https://19279a3a.ngrok.io
> 
> Hope this is clear(er)?

Much clearer but you do need to mention that ngrok needs to be installed
correctly to /usr/bin - the install instructions at ngrok seem to ignore
this hence everything is referenced as ./ngrok - it wouldn't matter if
you aren't trying to run at startup but since we are 



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Aymen007


its ok log is here you can see it



Aymen007's Profile: http://forums.slimdevices.com/member.php?userid=67112
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Michael Herger

please can you tell me where i can find the log for i send it to you for
check


Go to Settings/Information. There's a link to download the file as 
server.log.zip. Feel free to send it to me:


https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

--

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


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

2019-09-26 Thread philchillbill


Here's an updated ngrok setup instruction which I will add to the online
instructions. It runs ngrok in the background so putty can be closed and
it avoids the ctrl-c issue when trying to copy the assigned tunnel
subdomain.

I'm going to delete the whole reference to serveo. It was only there to
support people running on NAS who cannot run ngrok on their LMS machine
itself. You can, however, run ngrok on a different machine and point it
to LMS. You need a spare Pi for this, for example, but it's much more
robust and secure than serveo and addresses all platforms. Plus, you can
leave that Pi running forever to keep the same assigned ngrok
subdomain.

If ngrok is on the *same *machine as LMS, at a command prompt type:

ngrok http -auth "user:password" 9000 > /dev/null 2>&1 &

If ngrok is on a *different *machine, point it to LMS by typing:

ngrok http -auth "user:password" 192.168.x.y:9000 > /dev/null 2>&1 &

The ngrok service will start silently and run in the background due to
the '&' at the end. 
To find our assigned tunnel subdomain, we can query the ngrok web UI at
port 4040 for the public_url entry by typing

curl http://localhost:4040/api/tunnels | grep -Po https://.+?\.io

The result will look something like https://19279a3a.ngrok.io

Hope this is clear(er)?



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] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Aymen007


Hello,

i use windows and software is logitech media server version 7.9.2 /
r1568726655 
in interface web i see plugin spotify not selected i enable spotify
plugin and i apply i have message you need restart lms now or later i
choose now every time after restart lms in the web list i see all plugin
in the list but after update today spotify every time d'ont need start 
please can you tell me where i can find the log for i send it to you for
check

sorry i am not expert :/

Thank you



Aymen007's Profile: http://forums.slimdevices.com/member.php?userid=67112
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] iPeng support thread

2019-09-26 Thread boyastro


pippin wrote: 
> 
> 
> Please use light skin (in iPeng)


Thanks - it works fine with the light iPeng skin.



boyastro's Profile: http://forums.slimdevices.com/member.php?userid=63560
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


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

2019-09-26 Thread d6jg


philchillbill wrote: 
> To run as a totally silent background task, you can use
> 
> ./ngrok http -inspect=false -auth "aaa:bbb" 9000 > /dev/null 2>&1 &
> 
> and to see what the subdomain is that was assigned to your tunnel, use 
> 
> curl http://localhost:4040/api/tunnels
> 
> which will show some json in the terminal with your public_url in it -
> no need for a GUI
> 
> I'm updating the docs to include this

If you are updating the docs then can I suggest installed to /use/bin so
can run ngrok instead of ./ngrok



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2019-09-26 Thread slartibartfast


Paul Webster wrote: 
> Did you put the ampersand (&) at the end of the command line to put it
> into background?
> 
> 
> Also - if you are using pCP or similar then you can probably put the
> launch command into the config so that it automatically starts on next
> boot ... but remember that each restart of ngrok will require account
> linking again (assuming you are using the free version of ngrok).

No I think I need to refer to a couple of earlier posts which I missed
regarding running in the backround. I hope to avoid restarting the Pi
(max2play) if I can.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Paul Webster


Probably best thing is to try to get it fixed since it might also affect
others.

What is your LMS version and operating system?

Is there anything about Spotty in the LMS logs when it starts?



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Michael Herger

Today i receive update for spotify i install it after every time if i
select spotify plugins in the list and apply to retard LMS i don't see
spotify plugin in the list i restart LMS everal time same problem ?


What LMS version? What OS? What does server.log say?

--

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


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

2019-09-26 Thread Paul Webster


slartibartfast wrote: 
> Do I need to leave putty running all the time? Since I disconnected the
> session Media Server no longer responds. I must be missing something.

Did you put the ampersand (&) at the end of the command line to put it
into background?


Also - if you are using pCP or similar then you can probably put the
launch command into the config so that it automatically starts on next
boot ... but remember that each restart of ngrok will require account
linking again.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

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

2019-09-26 Thread slartibartfast


philchillbill wrote: 
> That means she didn't invoke the skill at all but tried to interpret the
> command 'herself'. It's because 'start' can be used to launch a skill
> and she's trying to launch a skill called 'playback' instead of pass the
> 'start playback' command to MediaServer. She does that sometimes ;) 
> 
> Try "Alexa, start playback using Media Server" or "Alexa, resume
> playback using Media Server" or "Alexa, tell Media Server to resume
> playback" instead.Do I need to leave putty running all the time? Since I 
> disconnected the
session Media Server no longer responds. I must be missing something.


Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread philchillbill


d6jg wrote: 
> For those wondering how to run ngrok as a background task
> 
> ./ngrok http -log=stdout -region=eu -auth user:password 9000 > ngrok.log
> &
> 
> This disables the console and outputs to a log file
> 
> ./ngrok http -log=stdout -region=eu -auth user:password 9000 > /dev/null
> &
> 
> This disables the console and outputs to /dev/null
> 
> You then need to go to the ngrok dashboard to find your hostname or
> http://127.0.0.1:4040 (but I can't do the latter as I have no GUI on the
> LMS machine)

To run as a totally silent background task, you can use

./ngrok http -inspect=false -auth "aaa:bbb" 9000 > /dev/null 2>&1 &

and to see what the subdomain is that was assigned to your tunnel, use 

curl http://localhost:4040/api/tunnels

which will show some json in the terminal with your public_url in it -
no need for a GUI

I'm updating the docs to include this



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] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-09-26 Thread Aymen007


Hello,

Today i receive update for spotify i install it after every time if i
select spotify plugins in the list and apply to retard LMS i don't see
spotify plugin in the list i restart LMS everal time same problem ?
yesterday its work very fine 

Thanks



Aymen007's Profile: http://forums.slimdevices.com/member.php?userid=67112
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


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

2019-09-26 Thread philchillbill


slartibartfast wrote: 
> Finally getting somewhere. Four players are recognised. When I say
> "Alexa tell media server to start playback" I get "the skill Plex can
> help with that did you want to enable it"

That means she didn't invoke the skill at all but tried to interpret the
command 'herself'. It's because 'start' can be used to launch a skill
and she's trying to launch a skill called 'playback' instead of pass the
'start playback' command to MediaServer. She does that sometimes ;) 

Try "Alexa, start playback using Media Server" or "Alexa, resume
playback using Media Server" or "Alexa, tell Media Server to resume
playback" instead.



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

2019-09-26 Thread d6jg


slartibartfast wrote: 
> Region seems to be unnecessary. I will be interested to hear your
> impressions when your echo arrives to see if you have the same issues as
> I have.
> 
> If you are running on a Pi I would also be interested in your solution
> to auto start the server. It might be worth looking at the MusicIP on
> Raspberry Pi thread to see how it was done there.
> 
> Sent from my SM-G900F using Tapatalk

I think I have answered that above although I am not running on a Pi -
just use the background task command as a start up command



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2019-09-26 Thread d6jg


For those wondering how to run ngrok as a background task

./ngrok http -log=stdout -region=eu -auth user:password 9000 > ngrok.log
&

This disables the console and outputs to a log file

./ngrok http -log=stdout -region=eu -auth user:password 9000 > /dev/null
&

This disables the console and outputs to /dev/null

You then need to go to the ngrok dashboard to find your hostname or
http://127.0.0.1:4040 (but I can't do the latter as I have no GUI on the
LMS machine)



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2019-09-26 Thread slartibartfast


d6jg wrote: 
> Although my router supports SSL Web Proxy the firmware is too old to
> allow for a LetsEncrypt Cert - bugger!
> 
> I have loads of servers up in the cloud with Certs but none have VPN's
> back to here so I have opted for ngrok for the time being and it has
> taken me a couple of minutes to get it set up and running with auth. Now
> I just need to daemonise it on start up somehow but I have a day or two
> until my Echo Dot arrives.
> 
> For those wondering about the region mentioned above - the options are -
> us, eu, ap, au, sa, jp, in
> 
> My start command is therefore
> 
> ./ngrok http -region=eu -auth "username:password" 9000

Region seems to be unnecessary. I will be interested to hear your
impressions when your echo arrives to see if you have the same issues as
I have.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread d6jg


Although my router supports SSL Web Proxy the firmware is too old to
allow for a LetsEncrypt Cert - bugger!

I have loads of servers up in the cloud with Certs but none have VPN's
back to here so I have opted for ngrok for the time being and it has
taken me a couple of minutes to get it set up and running with auth. Now
I just need to daemonise it on start up somehow but I have a day or two
until my Echo Dot arrives.

For those wondering about the region mentioned above - the options are -
us, eu, ap, au, sa, jp, in

My start command is therefore

./ngrok http -region=eu -auth "username:password" 9000



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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

2019-09-26 Thread slartibartfast


Finally getting somewhere. Four players are recognised. When I say
"Alexa tell media server to start playback" I get "the skill Plex can
help with that did you want to enable it"

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread castalla


philchillbill wrote: 
> Correct - it's not currently supported. If it can be handled by a JSON
> command, I can add it.

Yes - that would be a plus.  meep's skill used FAVOURITE 1 
FAVOURITE NN  to call the item.



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Home Mini, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler

Brexit =   stupidity




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] 'MediaServer' *certified* Alexa skill for LMS

2019-09-26 Thread philchillbill


castalla wrote: 
> A lot of LMS users access live radio via a Favourites list.   This
> option seems missing from the skill ... ?

Correct - it's not currently supported. If it can be handled by a JSON
command, I can add it.



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

2019-09-26 Thread slartibartfast


philchillbill wrote: 
> It's not account or region related. From the skill's logs, I can see
> that the error being returned by ngrok is that the tunnel with the name
> you are entering does not exist. This is very likely because you are
> starting the tunnel with the ./ngrok http 9000 command and then killing
> it again with ctrl-c or some other means. The tunnel shuts down the
> moment the ngrok process terminates on your machine. Try opening it in
> its own terminal session and leaving it run while you test the skill.
> You should see lots of POST /jsonrpc.js 200 [OK] type stuff in the ngrok
> log display as the skill communicates with your LMS.
> 
> I also can see that your tunnel username and password are blank which is
> ok to test quickly, but not for a permanent setup. if I were you I'd use
> the option with 
> 
> ./ngrok http -auth "user:password" 9000 
> 
> and use a username and password during tunnel setup. You then enter
> those values into the 2nd and 3rd fields on the account linking form,
> under the server path.

I realised where to put the username and password while lying in bed.
For some reason I thought the skill was asking for any LMS password
details. I blame the wine and the late hour. I'll try again this
morning.
I did use ctrl-C before I closed the terminal at the end of my tests and
previously when I changed the region. I see now I probably shouldn't
have done that.


Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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

2019-09-26 Thread philchillbill


slartibartfast wrote: 
> I changed the region and still no luck. Do I need to input a username
> and password in the skill? I don't see anywhere to do it.
> 

It's not account or region related. From the skill's logs, I can see
that the error being returned by ngrok is that the tunnel with the name
you are entering does not exist. This is very likely because you are
starting the tunnel with the ./ngrok http 9000 command and then killing
it again with ctrl-c or some other means. The tunnel shuts down the
moment the ngrok process terminates on your machine. Try opening it in
its own terminal session and leaving it run while you test the skill.
You should see lots of /jsonrpc.js 200 [OK] type stuff in the ngrok log
display as the skill communicates with your LMS.

I also can see that your tunnel username and password are blank which is
ok to test quickly, but not for a permanent setup. if I were you I'd use
the option with 

./ngrok http -auth "user:password" 9000 

and use a username and password during tunnel setup. You then enter
those values into the 2nd and 3rd fields on the account linking form,
under the server path.



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