Re: [SlimDevices: Plugins] Announce: LMSSonos

2022-12-01 Thread dhallag


PiPat wrote: 
> Hi All
> 
> Just want to announce a bit a older project but tested now for several
> months and still workin stable. It allows you to integrate your LMS
> Library into your sonos app and stream it as it was a third party
> service e.g. spotify.
> 
> https://github.com/LMSSonos/LMSSonos 
> 
> Have fun

would this allow you to use the sonos app to play music from LMS?



LMS 8.2 on QNAP Ts-h1886XU-RP R2
8 wired Touch End Points plus Transporter
Jolida Tube DAC III
Marantz 2270 to Boston Acoustics Slimlines
Marantz 7010 to B CM10 S2

dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2021-05-16 Thread Paul Webster


I think it is enabling you to use the Sonos controller interface to
select from LMS as a music source to your Sonos players.
I don't think it has anything to do with LMS players.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm 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=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2021-05-15 Thread dhallag


So this would allow the Sonos App to control LMS?  That's exactly what I
want as I want to use Brilliant Smart Home and they have an augmented
Sonos app built into their switches...



LMS 7.9.1 on QNAP 219P+
3 wired Touch End Points
Jolida Tube DAC III
Marantz 2270 to Boston Acoustics Slimlines
Marantz 7010 to B CM10 S2

dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2020-06-04 Thread Paul Webster


Plus ... from elsewhere (VSCode Info) it looks like you need to install
npm first and then easiest way to get tsc is
npm install -g typescript



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=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2020-06-04 Thread slartibartfast


skywalker wrote: 
> There is no "tsc" in the package and i find no command "tsc" on the
> synology nas. The same with "node". And that is my problem. And i find
> nothing about that in the documentation.
> 
> best regards,
> skyThis might help
https://www.typescriptlang.org

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=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2020-06-04 Thread skywalker


Paul Webster wrote: 
> I have not checked the documentation but the implication is that you
> would use "cd" to move to the directory where the "tsc" file is and
> type
> ./tsc
> then
> node index,js
> or perhaps
> ./node index.js
> 
> Then once you are happy that it is working you would need to set the
> "node" part to run automatically on boot.

There is no "tsc" in the package and i find no command "tsc" on the
synology nas. The same with "node". And that is my problem. And i find
nothing about that in the documentation.

best regards,
sky



skywalker's Profile: http://forums.slimdevices.com/member.php?userid=10849
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2020-06-03 Thread Paul Webster


I have not checked the documentation but the implication is that you
would use "cd" to move to the directory where the "tsc" file is and
type
./tsc
then
node index,js
or perhaps
./node index.js

Then once you are happy that it is working you would need to set the
"node" part to run automatically on boot.



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=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2020-06-03 Thread skywalker


Hi,

i have a Problem to understand the installation.

>From the REadME
LMSSonos

LMS Sonos is a bridge to show your Logitech Media Server (LMS) library
within the SONOS app. You can run this code on your local PC or on a
Synolgoy NAS.
Installation
Compile and run Server

Download or clone the repository
Edit config.ts and change the configuration settings
Run tsc to compile all typescript files
Run node index.js


The LMS is working on an Synology NAS and i would like to run the
LMSSonos also on the NAS
The first to Steps are done. But i did not understand "Run tsc to
compile all typescript files" and "Run node index.js
". 

Can anybody give me a hint?

greets,
sky



skywalker's Profile: http://forums.slimdevices.com/member.php?userid=10849
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2019-11-10 Thread Osamede


PiPat wrote: 
> Hi All
> 
> Just want to announce a bit a older project but tested now for several
> months and still workin stable. It allows you to integrate your LMS
> Library into your sonos app and stream it as it was a third party
> service e.g. spotify.
> 
> https://github.com/LMSSonos/LMSSonos 
> 
> Have fun

Fantastic!!



3x Squeezebox Touch
1x Squeezebox Classic
Server: Logitech Media Server Version: 7.9.
Mobile: 3x Ipeng on Iphone /  2x Ipeng on Ipad / Orange Squeeze+Squeeze
Player
Laptops: 2x Squeezeplay 7.8.0-r328

Osamede's Profile: http://forums.slimdevices.com/member.php?userid=11753
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


Re: [SlimDevices: Plugins] Announce: LMSSonos

2019-11-07 Thread fphredd


If I understand, this would allow simple circumvention of Sonos' track
limit? Woo-hoo!! Friends with Sonos for simplicity can now use all my
music in one simple place!...I'll still never leave LMS and SB



fphredd's Profile: http://forums.slimdevices.com/member.php?userid=33133
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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


[SlimDevices: Plugins] Announce: LMSSonos

2019-11-07 Thread PiPat


Hi All

Just want to announce a bit a older project but tested now for several
months and still workin stable. It allows you to integrate your LMS
Library into your sonos app and stream it as it was a third party
service e.g. spotify.

https://github.com/LMSSonos/LMSSonos 

Have fun



PiPat's Profile: http://forums.slimdevices.com/member.php?userid=67404
View this thread: http://forums.slimdevices.com/showthread.php?t=69

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