Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2018-07-26 Thread wt0


Shozzer wrote: 
> 
> Also, I have the Auto Launch selected for SB Player when Squeeze Ctrl
> launches. I have also selected to Always auto close when Squeeze Ctrl
> closes but SB Player always seems to remain on and has to be closed
> manually. Any suggestions as how I can fix this minor niggle please?
> 

Turns out, Google added stricter restrictions on communication between
apps in Android 8. Since SB Player was last built for an older version
of Android, it wasn't subject to these restrictions so it could get the
launch message from Squeeze Control.  However, Squeeze Control is built
for the latest version of Android, so it couldn't receive the message
from SB Player informing it that SB Player is running. This meant that
when Squeeze Ctrl exits it won't send the exit message to SB Player
because it doesn't think SB Player is running.

I'll need to update both apps to fix this.



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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


Re: [SlimDevices: Plugins] iPeng support thread

2018-07-26 Thread philippe_44


mherger wrote: 
> > I assume that what you do know dor transfer is that you sync the
> target
> > player to the existing syncgroup and then remove the source
> player(s).
> 
> I can confirm that my Walk With Me plugin does this - and that it's 
> failing with Groups. And iPeng AFAIK does the same. Alas, I'm not sure 
> iPeng is using my plugin (it does for the Apple Watch version).
> 
> What _I_ could do in the plugin, is set the source property of the sync
> 
> request to something you could filter on (I usually set it to the 
> plugin's module name). When you catch the sync request, you could then 
> check something like:
> 
> if ($request->source eq 'Plugins::WalkWithMe::Plugin") { doStuff; }
> 
> Setting the source is only possible from within LMS/plugin code, but not
> 
> from the caller. Therefore pippin cannot use this approach. It _might_ 
> potentially be possible to set a tag on the sync call, as it does accept
> 
> those. But I'd have to test this first, as it would go beyond what is 
> documented behaviour of the sync command (eg. "sync 00:04... 
> movePlaylist:1").
> 
> We should probably take this discussion to its own thread.
> 
> -- 
> 
> Michael

Continuing here ...
https://forums.slimdevices.com/showthread.php?109278-Group-Players-amp-Music-Walk-With-Me-iPeng



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-07-26 Thread Michael Herger

Michael, would you add something like this to the first post in this
thread to document some features that newer users may not know about.


Thanks, good idea! And done.


Also, it would be more logical to add a similar treatment for artist
pictures as you did for the bio.html - i.e. allow artist.jpg to be put
in the artist folder as well as the artist/album folder.


The problem her might be performance: when you browse artists, it might 
become very slow to crawl all those paths. I'll have to review the code 
about how I'm handling artist artwork in detail (yes, I don't always 
remember my own work :-)). If it's a one-off, then it might be feasible.


Thanks for the input!
--

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


Re: [SlimDevices: Plugins] iPeng support thread

2018-07-26 Thread Michael Herger

I assume that what you do know dor transfer is that you sync the target
player to the existing syncgroup and then remove the source player(s).


I can confirm that my Walk With Me plugin does this - and that it's 
failing with Groups. And iPeng AFAIK does the same. Alas, I'm not sure 
iPeng is using my plugin (it does for the Apple Watch version).


What _I_ could do in the plugin, is set the source property of the sync 
request to something you could filter on (I usually set it to the 
plugin's module name). When you catch the sync request, you could then 
check something like:


if ($request->source eq 'Plugins::WalkWithMe::Plugin") { doStuff; }

Setting the source is only possible from within LMS/plugin code, but not 
from the caller. Therefore pippin cannot use this approach. It _might_ 
potentially be possible to set a tag on the sync call, as it does accept 
those. But I'd have to test this first, as it would go beyond what is 
documented behaviour of the sync command (eg. "sync 00:04... 
movePlaylist:1").


We should probably take this discussion to its own thread.

--

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


Re: [SlimDevices: Plugins] musicip stopped working on Synology

2018-07-26 Thread pinkdot


pi314 wrote: 
> Hi,
> 
> I use LMS on Synology in combination with MusicIP Server 1.8-001 from
> Nigel Barnes. Up to now this worked smoothly but since the update to DSM
> 6.2-23739 Update 2 there are issues. The package seems running but  the
> webpage is not accessible and also LMS can't find MusicIP anymore. 
> Any idea for a solution?
> 
> Thanks
> Matthias
Hi Matthias,

sometimes Synology resets the security setting in DSM which might change
the firewall settings. Please check if this is the case. 

If the webpage of LMS is not accessible within your network, check the
port number (9002) and use an other browser as well.

What version of LMS is installed? Make sure you run at least the beta
package from Package Center.



-LMS on Raspian Stretch -> 2x Radio
-RPI 3 ('Mopidy' (https://www.mopidy.com/)),  Aune S6 - Exposure 3010S2
- PMC FB1i

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2018-07-26 Thread philippe_44


Hi Pippin - Do you think there could be a possibility that iPeng could
indicate to Group Players when it tries to do a playlist handover from a
player to a Group? Currently, it does not work (nor does various plugin
that do the same) because it's critical for Group players that the
"virtual" player is the master of the sync, so I refuse any "manual"
sync request. Should I know that the request is for a playlist transfer,
I could accept and we could find a way to have the master be the virtual
player.

I assume that what you do know dor transfer is that you sync the target
player to the existing syncgroup and then remove the source player(s).
All I'd need is an indicator that the sync request comes from iPeng for
that purpose, I would accept the request and make the "virtual" player
the master of that sync group. Doing that as a general mechanism is not
feasible, last time I thought about it



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

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

2018-07-26 Thread philippe_44


Northto wrote: 
> I'm embarrassed to admit that I'm running the old LMS version (on a
> Synology 216j NAS) because I have not yet figured out how to
> update/maintain it. I instilled it from the software "package" that was
> included in the Synology operating system, but I am realizing that it
> does maintain / upgrade to the latest version.
> 
> I hope I've got the right log now, below.  Thanks, Mark
> 
> 
> Starting Squeeze2raop:
> /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/RaopBridge/Bin/squeeze2raop-armv5te
> -Z -I -f /volume1/@appstore/SqueezeCenter/Logs/raopbridge.log -x
> /volume1/@appstore/SqueezeCenter/prefs/raopbridge.xml
> [11:49:34.780616] main:1456 Starting squeeze2raop version: v0.4.1.0 (May
> 26 2018 @ 21:22:12)
> 
> [11:49:34.791872] Start:1218 Binding to 192.168.1.26
> [11:49:34.792232] StartActiveRemote:1127 DACP port: 47940
> [11:49:35.065559] AddRaopDevice:827 [0x112c20]: adding renderer
> (iHome-iW3FC5263)
> [11:49:35.067943] raopcl_create:698 [0x76008990]: using PCM coding
> [11:49:35.069859] output_raop_thread_init:126 [0xbdbf8]: init output
> raop
> [11:49:35.070201] output_init_common:293 allocating 1764000
> [11:49:35.072045] slimproto:827 squeezelite [0xbdbf8] <=> player
> [0x112c20]
> [11:49:35.072285] slimproto:828 [0xbdbf8] connecting to
> 192.168.1.26:3483
> [11:49:35.072561] slimproto:859 [0xbdbf8] connected
> [11:49:35.072626] sendHELO:112 [0xbdbf8] cap:
> Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=96000,aac,aif,pcm
> [11:49:35.108521] process_strm:233 [0xbdbf8] strm command s
> [11:49:35.108659] process_strm:308 [0xbdbf8], strm s autostart: 3
> transition period: 10 transition type: 0 codec: a
> [11:49:35.108799] faad_open:568 [0xbdbf8]: error setting config
> [11:49:35.108854] process_strm:341 [0xbdbf8]: codec:a, ch:255, s:50,
> r:255
> [11:49:35.240901] PlayerThread:531 [0x112c20]: processing volume: 43
> (-17.14)
> [11:50:03.604910] PlayerThread:516 [0x112c20]: flushing ...
> [11:50:04.605085] PlayerThread:394 [0x112c20]: Disconnecting 692489789
> [11:50:16.476976] PlayerThread:516 [0x112c20]: flushing ...
> [11:50:17.477147] PlayerThread:394 [0x112c20]: Disconnecting 692502661
> [11:50:26.007055] PlayerThread:516 [0x112c20]: flushing ...
> [11:50:27.007225] PlayerThread:394 [0x112c20]: Disconnecting 692512191
> [11:50:30.892996] PlayerThread:516 [0x112c20]: flushing ...
> [11:50:31.893218] PlayerThread:394 [0x112c20]: Disconnecting 692517077

This is not mp3 that is sent but aac and the decoder fails to
initialize, it might be due to an issue with the arm5te build, it's more
and more rarely used and I don't have lots of possibility to test it.
Best is that you remove the aac in the list of codecs supported by that
player and LMS will transcode



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-07-26 Thread Wirrunna


Michael, would you add something like this to the first post in this
thread to document some features that newer users may not know about.
--
Music & Artist Info (MAI) can display album artwork, artist pictures,
pdf and html files associated with an artist. The plugin assumes the
Artist/**Album folder structure and will add "Local Artwork" and "Text
files from music folder" menu items in the "*M*"ore menu when local
files are found.

The "local artwork" will give you access to any artwork file stored
inside the album's folder.

"Text files from music folder" will display pdf, html and txt files such
as booklets provided with digital downloads that are stored inside the
album's folder.

There is a bit of special treatment for the bio.html: the plugin would
actually walk up a few folder levels searching for anything bio*,
assuming that most users have an Artist/Album folder structure.

Artist pictures are either stored as artist.jpg/png in an album folder,
or as "artist name.jpg/png" in the configurable one for all artists
images folder.
-
Also, it would be more logical to add a similar treatment for artist
pictures as you did for the bio.html - i.e. allow artist.jpg to be put
in the artist folder as well as the artist/album folder.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: squeeze-alexa - DIY secure Alexa integration

2018-07-26 Thread nickb

Freddy wrote: 
> I´ve now managed to create the certs for MQTT IOT using the cli.
> 
> Stuck on next step though
> -
> Set up permissions for MQTT
> Go to the AWS IoT section (make sure to select the right region), and
> you start the setup.
> 
> You'll need an IAM policy to grant MQTT access to the squeeze-alexa
> Lambda.
> 
> Use the helpful included IAM policy to permission topics - remember to
> make sure these match your MQTT settings.-
> 
> What setup? :confused:
> 

Actually, there's not much setup needed now I think. You might need to
set up an AWS IOT "Thing" to represent the server - I did this, but I
don't think it was needed in the end.

> 
> Also, I need to create the Lambda squeeze-alexa first before the
> transporter (since I should grant MQTT acccess)?
> 
> It might be that this require that you have very good AWS skills


Definitely yes for the MQTT transport version (beta!). I'd recommend
sticking with the SSL transport unless you -need- to use the MQTT
especially if you're new to AWS stuff. 

If you do decide try MQTT though - the IOT homepage is here
https://console.aws.amazon.com/iot, and you can use 'mosquitto'
(https://mosquitto.org/) to test our your MQTT setup before even
starting with squeeze alexa.

Generally it's easier to jump on the Gitter chatroom:
https://gitter.im/squeeze-alexa/Lobby especially if there are other
people trying this too...



nickb's Profile: http://forums.slimdevices.com/member.php?userid=66261
View this thread: http://forums.slimdevices.com/showthread.php?t=107009

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


[SlimDevices: Plugins] musicip stopped working on Synology

2018-07-26 Thread pi314


Hi,

I use LMS on Synology in combination with MusicIP Server 1.8-001 from
Nigel Barnes. Up to now this worked smoothly but since the update to DSM
6.2-23739 Update 2 there are issues. The package seems running but  the
webpage is not accessible and also LMS can't find MusicIP anymore. 
Any idea for a solution?

Thanks
Matthias



pi314's Profile: http://forums.slimdevices.com/member.php?userid=33485
View this thread: http://forums.slimdevices.com/showthread.php?t=109276

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


Re: [SlimDevices: Plugins] Announce: squeeze-alexa - DIY secure Alexa integration

2018-07-26 Thread Freddy


nickb wrote: 
> In which case personally I'd just leave that as is, 'generate new cert
> pairs just for stunnel'
> (https://github.com/declension/squeeze-alexa/blob/master/docs/SSL.md#create-certificates)
> which you can set to be 10 years or whatever. So long as you keep these
> safe of course.

OK, thank you nickb. I`ll go back to the stunnel approach :)



Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=107009

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


Re: [SlimDevices: Plugins] Announce: squeeze-alexa - DIY secure Alexa integration

2018-07-26 Thread nickb

Freddy wrote: 
> So your plan is to share the same Letsencrypt certs with stunnel in
> docker and use this container only for squeeze-alexa?
> If you succeed please share, I run my NGINX with Letsencrypt on a nuc
> but Docker on a QNAP NAS. So it might be possible for me to use the same
> approach.
> 
> It seems that stunnel is the preferred way to go but I´m really afraid
> to mess up my current NGINX+let´s encrypt setup

In which case personally I'd just leave that as is, 'generate new cert
pairs just for stunnel'
(https://github.com/declension/squeeze-alexa/blob/master/docs/SSL.md#create-certificates)
which you can set to be 10 years or whatever. So long as you keep these
safe of course.



nickb's Profile: http://forums.slimdevices.com/member.php?userid=66261
View this thread: http://forums.slimdevices.com/showthread.php?t=107009

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


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

2018-07-26 Thread rgdawson


By the way, you can open other programs with the Tray Menu Links.  For
example you could have something like,

PuTTY | c:\Program Files (x86)\PuTTY\putty.exe

You can also point to shortcuts and it will open the shortcut (useful
for opening Microsoft Store apps for example).

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] SrvrPowerCtrl on piCorePlayer

2018-07-26 Thread gegen


ChipMonk wrote: 
> Thanks for that - now that looks promising! Can't try it right now but
> will have a look at this over the weekend.
> 
> Many thanks for your assistance - I'll add this tip to my Hitchhikers
> Guide to the SB Universe!

Hi Chipmunk,

Did you ever get SrvrPowerCtrl working on piCorePlayer? I managed to
install it on LMS within piCorePlayer but failed dismally at the setup
stage! :eek:



gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137
View this thread: http://forums.slimdevices.com/showthread.php?t=107985

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

2018-07-26 Thread philippe_44


Northto wrote: 
> Hi again Philippe,
> 
> Here's that log regarding not being able to play an MP3 internet radio
> stream to my Airplay speaker.  Thanks in advance, Mark
> 
> [18-07-26 10:48:15.5417] main::init (353) Starting Logitech Media Server
> (v7.7.6, 1452060463, Thu Jan 21 02:17:04 UTC 2016) perl 5.024000
> [18-07-26 10:48:24.1432] Slim::Utils::PluginManager::load (374) Warning:
> Couldn't call Plugins::AutoRescan::Plugin->initPlugin: Can't locate
> object method "new" via package "Plugins::AutoRescan::Monitor_Linux" at
> /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/AutoRescan/Plugin.pm
> line 111.
> [18-07-26 10:48:52.1417] Slim::Utils::Misc::msg (1315) Warning:
> [10:48:52.1409] Wide character (U+10C) in uc at
> /usr/local/share/perl5/vendor_perl/Template/Filters.pm line 55.
> [18-07-26 10:48:52.1428] Slim::Utils::Misc::msg (1315) Warning:
> [10:48:52.1423] Wide character (U+17E) in uc at
> /usr/local/share/perl5/vendor_perl/Template/Filters.pm line 55.
> [18-07-26 10:48:54.1839] Plugins::CastBridge::Squeeze2cast::beat (188)
> crashed ... restarting
> [18-07-26 10:49:09.4760] Slim::Utils::Misc::msg (1315) Warning:
> [10:49:09.4752] Wide character (U+10C) in uc at
> /usr/local/share/perl5/vendor_perl/Template/Filters.pm line 55.
> [18-07-26 10:49:09.4768] Slim::Utils::Misc::msg (1315) Warning:
> [10:49:09.4763] Wide character (U+17E) in uc at
> /usr/local/share/perl5/vendor_perl/Template/Filters.pm line 55.
> [18-07-26 10:49:18.5806] Slim::Player::Song::open (409) Error: Couldn't
> create command line for mp3 playback for
> [http://chai5she.cdn.dvmr.fr/fip-midfi.mp3?ID=76zqey582k]
> [18-07-26 10:49:18.6015] Slim::Player::Song::open (409) Error: Couldn't
> create command line for mp3 playback for
> [http://direct.fipradio.fr/live/fip-lofi.mp3?ID=76zqey582k]
> [18-07-26 10:49:24.1961] Plugins::CastBridge::Squeeze2cast::beat (188)
> crashed ... restarting
> [18-07-26 10:49:39.7046] Slim::Player::Song::open (409) Error: Couldn't
> create command line for mp3 playback for
> [http://chai5she.cdn.dvmr.fr/fip-midfi.mp3?ID=76zqey582k]
> [18-07-26 10:49:39.7166] Slim::Player::Song::open (409) Error: Couldn't
> create command line for mp3 playback for
> [http://direct.fipradio.fr/live/fip-lofi.mp3?ID=76zqey582k]
> [18-07-26 10:49:54.2083] Plugins::CastBridge::Squeeze2cast::beat (188)
> crashed ... restarting
> [18-07-26 10:50:24.2214] Plugins::CastBridge::Squeeze2cast::beat (188)
> crashed ... restarting

This is not the log I need. I need the AirPlay bridge log (a link is in
AirPLay settings). Any reason why you have such an old LMS version?



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

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


[SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-07-26 Thread ynot1234567890


For those who may be interested, I have opened a github project here:
https://github.com/ynot123/LMS_Controls that contains the code required
to voice enable much of your LMS  Player services.  An audio demo is
also available there.

The project allows voice control for your Logitech Media Server from
Google Home or Google Assistant (on your iPhone / Android device) with
Home Assistant (HA) acting as the middle man. The following functions
are supported:

- Perform queries for songs, albums, artists and playlists from the
  LMS server or from the music source Spotify 
- Compound queries are supported (ie:  "Play album Breakfast in
  America by Supertramp in the Kitchen with Shuffle on")
- Play queried items on selected player
- Add queried items to select player's playlist
- Set music source (local LMS database or Spotify (using spotty)
- Set selected default player (can be changed on the fly)
- Set volume
- Set sleep timer
- Set shuffle on / off
- Set repeat on / off
- Next track
- Pause and re-start players
  
A Home Assistant web GUI front-end for the query tool is also included.
Using HA you can further enhance the LMS tools to create home automation
scenes (ie: play your favorite radio station when you get home, turn
down the lights when listening to music, etc..).

Warning, there is some configuration required to make this work
(checkout the REAME.md files). 

The prerequisites for this are: 

- Logitech Media Server (obviously :))
- Home Assistant (HASSIO) - open source home automation package (can
  be run on a PI or even on your LMS server)
- Google Home (or google assistant for android or Iphone devices)
- Developer account for Dialogflow for the voice activation part 
- Spotify account with Client_ID and Client_Secret to allow query
  processing
  
If interested give it a go. Been using it for sometime now and find it
"cute" and convenient for simple listening and I especially enjoy the
sleep timer feature.

Ynot



ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-07-26 Thread slartibartfast


philippe_44 wrote: 
> YesGot it now and can confirm the issue is fixed. [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=108558

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-07-26 Thread slartibartfast


philippe_44 wrote: 
> YesI can't see the update in LMS.

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-07-26 Thread philippe_44


slartibartfast wrote: 
> Is 0.53 available yet? 
> 
> Sent from my SM-G900F using Tapatalk

Yes



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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-07-26 Thread slartibartfast


philippe_44 wrote: 
> Took me a few times re-reading the code but I think I got it. The
> problem was likely happening for players that were in pause before a
> group including them was started then stopped. I was using the
> "physical" volume, which is 0 in pause, where I should use the
> preference volume. Can you please verify with existing version that this
> is the way to reproduce the problem and upgrade to 0.5.3Is 0.53 available 
> yet? 

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-07-26 Thread slartibartfast


philippe_44 wrote: 
> Took me a few times re-reading the code but I think I got it. The
> problem was likely happening for players that were in pause before a
> group including them was started then stopped. I was using the
> "physical" volume, which is 0 in pause, where I should use the
> preference volume. Can you please verify with existing version that this
> is the way to reproduce the problem and upgrade to 0.5.3Excellent. I started 
> playing a group including my paused Touch and on
stopping the volume was set to zero. I didn't even consider the original
state of the players but that explains why the issue appeared to be
random. Good detective work. I will try the update later.

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

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-07-26 Thread philippe_44

ian_heys wrote: 
> Hadn't noticed the information bubble first time round:
> 
> All testing was done with "Thru" default
> 
> GGMM E5 with aac/flac
> Revo with flac only (PCM produces slow speech on the BBC Radio streams
> as it streams 48k data at 41k)
> Soundbar with aac/flac/pcm/mp3 set but only first two used.
> 
> Not sure it would help but as the settings are somewhat complicated how
> about a dropdown on the thru/flow box.
> 
> With all these variables, different levels of UPNP/DLNA implementation
> by the manufacturers and an ever growing number of compatible devices
> testing is becoming somewhat complicated.
> 
> You're tenacity and knowledge in producing these great plugins is much
> appreciated.
> 
> (Both programs updated to Version 1.0.0.2 this morning while I was
> composing this message).
I’m hesitating with splitting the mode parameter into different items,
it will make the settings even more bulky (and it creates some internal
difficulties). If I go combo box route I’ve not found a way in html to
have an editable combo box ... so. I’ll continue to think aabout it.



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

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