Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


The best I can do so far is point a squeezebox to the stream URL... I've
now got an automation that turns on my amplifier and switches the input
to my Squeezebox Touch whenever a trip the following script...


Code:


  alias: ABC Radio Perth SB Touch
  sequence:
  - service: squeezebox.call_method
  target:
  entity_id: media_player.living_room
  data:
  command: playlist
  parameters:
  - play
  - http://www.abc.net.au/res/streaming/audio/mp3/local_perth.pls
  mode: single
  icon: mdi:radio
  



The automation triggers another script that turns on my dumb Cambridge
Audio amp via a Broadlink RM4 Mini and switches the input to the Touch
regardless of the state of the CA amp. I only use two inputs, the Touch
and the Google Chromecast but you could easily tweak this code for many
more inputs


Code:

alias: Choose Squeezebox Cambridge Audio
  sequence:
  - choose:
  - conditions:
  - condition: state
  entity_id: input_boolean.cambridge_audio
  state: 'off'
  - condition: not
  conditions:
  - condition: state
  entity_id: input_select.cambridge_audio_inputs
  state: Squeezebox
  sequence:
  - service: script.cambridge_audio_select_squeezebox
  - conditions:
  - condition: state
  entity_id: input_boolean.cambridge_audio
  state: 'on'
  - condition: not
  conditions:
  - condition: state
  entity_id: input_select.cambridge_audio_inputs
  state: Squeezebox
  sequence:
  - service: script.cambridge_audio_select_squeezebox
  - conditions:
  - condition: state
  entity_id: input_boolean.cambridge_audio
  state: 'off'
  - condition: state
  entity_id: input_select.cambridge_audio_inputs
  state: Squeezebox
  sequence:
  - service: script.cambridge_audio_select_squeezebox
  default: []
  mode: single
  icon: mdi:music



The input booleans and selects get triggered with the Broadlink
commands, such as...


Code:

alias: Cambridge Audio select squeezebox
  sequence:
  - service: remote.send_command
  target:
  entity_id: remote.lounge_blaster_remote
  data:
  command: squeezebox
  device: cambridge_audio
  - service: input_select.select_option
  data:
  option: Squeezebox
  target:
  entity_id: input_select.cambridge_audio_inputs
  - service: input_boolean.turn_on
  target:
  entity_id: input_boolean.cambridge_audio
  mode: single
  icon: mdi:music
  



When it comes to in-app radio selection triggers, the CLI page does have
directions for such expert-level wizardry... I used to have a Digitally
Imported account for emergency party situations but that was 10 years
ago... Have you tried emailing your preferred app devs for hints?

And if anyone with Pearl credentials is reading this, please...
Please... PLEASE write a Twitch audio stream plugin for us
near-mortals... SoundCloud just doesn't have the DJ draw that it used
to. I demand DJ live stream wizardry or on strike I shall go! See if I
don't...

Wizards of the world unite, you only have your wands to lose!



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


PRGeno wrote: 
> malpeli,
> 
> Now that you're dug into this HA - LMS integration, maybe you can tell
> me how it might be possible to access LMS Apps from HA so I can get to
> my streaming sources from within the HA media player card.  Or if Apps
> is not doable, at the very least get to LMS favorites from HA.  HA can
> browse the native media by artist, track, and genre as well as get at
> playlists , but I haven't found a way to get at Favorites or Apps for
> selecting streaming services.
> 
> Any idea there?
> 
> PG

Let me probe the infinite nether regions of my LMS server and see what I
can uncover... My fiercest magic wand in hand, obviously...



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread PRGeno


malpeli wrote: 
> Many thanks for your sage advice and gentle prodding... I'm about to
> embark on a strange and wonderful quest to get under the skin of all who
> foolishly venture into this sonic abode unprepared.
> 
> You. Are. Awesome!


malpeli,

Now that you're dug into this HA - LMS integration, maybe you can tell
me how it might be possible to access LMS Apps from HA so I can get to
my streaming sources from within the HA media player card.  Or if Apps
is not doable, at the very least get to LMS favorites from HA.  HA can
browse the native media by artist, track, and genre as well as get at
playlists , but I haven't found a way to get at Favorites or Apps for
selecting streaming services.

Any idea there?

PG



PRGeno's Profile: http://forums.slimdevices.com/member.php?userid=718
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-10-25 Thread gorman


mherger wrote: 
> > What use for the "Only show my library's albums for my library's
> > artists" setting?
> 
> Hehe... had to read this 3x before I understood... Imagine you have 
> liked Frank Zappa. And you've added some of his albums to your
> collection.
> 
> Now if you drilled down to Frank Zappa in Spotty/My Artists, would you 
> like to see all his x hundred albums, or only the few you added to your
> 
> collection?
> 
Oh, ok. Sorry, I'm not a heavy Spotify user, I use it just for the few
things I want to listen that are not already in my personal library.
What you explained makes sense. Thank you.
> Are you saying that whatever you search when you do a search with an 
> empty history does not work?
> 
It finds a list of songs (correctly, like the search results are ok with
the search term). But if I enter the "Artists" section it's empty. If I
go back and click again on Artists, it's populated correctly.
> 
> > Last, always on search: with clean history, I am using Material
> skin
> 
> Can you confirm whether you see the same in Default skin?
Yes, I have checked now for you. Apart from the fact that I could not
find a way to clear history on default skin, but I did that on Material
and then went to Default.



gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=114836

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


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

2021-10-25 Thread Ron F.


Individually, I think both work great, but I am running into a problem
using the two together.

I use Qobuz primarily for listening in the classical genre, where the
plugin's option to "Show composer with artist" is a useful feature,
particularly when listening to something I am not familiar with.
However, once I enable that feature, the MAI Artist Biography is then
usually empty; I assume because it is trying to lookup the artist with
the composer, rather than just the artist alone.

For example, when streaming the new Brahms / MacMillan album, (which I
recommend by the way,) if the composer is not added to the artist, then
the artist bio for the Pittsburgh Symphony Orchestra comes up as
expected. If the option is enabled, then the lookup is for "Pittsburgh
Symphony Orchestra, Johannes Brahms" which of course is going to be
empty.

So, would it be possible, when the composer has been added to the
artist, could MAI just use the artist for fetching a bio? Or if the bio
is initially empty and artist is a string of comma separated names,
could MAI be enhanced so that the user could click on a single
comma-delimited name to attempt to load a biography?



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B&W 804 speakers
*Laptop:* System76 Galago + Ubuntu 16.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* System76 Meerkat + Pop!_OS 21.04 + LMS 8.3

Ron F.'s Profile: http://forums.slimdevices.com/member.php?userid=5616
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 : BBC Sounds Plugin

2021-10-25 Thread expectingtofly


Release 2.21.1 is a minor update to fix a small bug that might of
impacted the smooth/accurate provision of track meta data.

Also, there was a small bug in LMS that has been fixed in the latest
nightly 8.3.0 that also impacted the precise timing/synchronisation of
the track data display to the player's audio.



Stuart McLean   

EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN 
- *Global Player (UK)* : 
  https://github.com/expectingtofly/LMS_GlobalPlayer_Plugin 
  
For BBC Sounds help see the 'BBC Sounds Wiki'
(https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki).

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Squeeza


Is skipping of some seconds possible at newer helper versions?



Squeeza's Profile: http://forums.slimdevices.com/member.php?userid=72165
View this thread: http://forums.slimdevices.com/showthread.php?t=115322

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


mherger wrote: 
> Haha... that would have been my next comment: you need to fix the
> playlist name. It needs to be a file:// url as seen from your LMS. Eg.
> file:///homes/you/Playlists/80s.m3u. Unfortunately, I wouldn't know of
> an easy way to get to that URL. But I guess you get how they're created?

Many thanks for your sage advice and gentle prodding... I'm about to
embark on a strange and wonderful quest to get under the skin of all who
foolishly venture into this sonic abode unprepared.

You. Are. Awesome!



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Michael Herger

My Pi is a Pi Model B+  V1.2, Revision 0010, BCM2835 with 512MB of RAM.


Yeah, with this model you're stuck with that old build.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread Michael Herger

file://LMS_IP_ADDRESS:9000/mnt/SAMBA_SHARE_PATH/PLAYLIST_FOLDER/PLAYLIST_FILE.m3u


Did that work? You shouldn't need the address and port in file URLs. But 
whatever works :-)


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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


SOLVED! You have to point to the file you want to play using the
following 

Command: playlist

parameters:

- play
-
file://LMS_IP_ADDRESS:9000/mnt/SAMBA_SHARE_PATH/PLAYLIST_FOLDER/PLAYLIST_FILE.m3u

You can also point to a single music file

-
file://LMS_IP_ADDRESS:9000/mnt/SAMBA_SHARE_PATH/MUSIC_FOLDER/MUSIC_FILE.m3u

Any spaces must be replaced with %20 as in 

-
file://LMS_IP_ADDRESS:9000/mnt/SAMBA_SHARE_PATH/music/10%20Road%20to%20Nowhere.mp3

You're all clear kid now let's blow this thing and go home!



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Squeeza


My Pi is a Pi Model B+  V1.2, Revision 0010, BCM2835 with 512MB of RAM.

First I tried to install a newer (maybe a wrong one) Version of helper,
but there I got only very loud noise, no sound.



Squeeza's Profile: http://forums.slimdevices.com/member.php?userid=72165
View this thread: http://forums.slimdevices.com/showthread.php?t=115322

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Michael Herger

These are the informations from Log immediately after song restarted:


The Spotty helper version you're using (v0.35.0) is _very_ old. Are you 
really running on a Pi0 or first generation Pi? Can't you use the latest 
version? I'm not saying that all problems are resolved in the latest 
builds, but if you're stuck with a build from a year or longer ago, then 
there's nothing we can do anyway.

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


mherger wrote: 
> Haha... that would have been my next comment: you need to fix the
> playlist name. It needs to be a file:// url as seen from your LMS. Eg.
> file:///homes/you/Playlists/80s.m3u. Unfortunately I wouldn't know of an
> easy way to get to that URL. But I guess you get how they're created?

server log says!

[21-10-25 22:00:50.4514] Slim::Utils::Scanner::Remote::__ANON__ (236)
Error: Can't connect to remote server to retrieve playlist for,
http://XXX.XXX.XXX.XXX:9000/Playlists/80s.m3u: 404 Not Found.

God damn, I'm so close...



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Squeeza


36006


These are the informations from Log immediately after song restarted:


Code:


  Oct 25 15:49:53 squeezeplay: INFO   squeezebox.server - SlimServer.lua:375 
Firmware URL: 
http://update.slimdevices.com/update/firmware/7.7.3/baby_7.7.3_r16676.bin
  Oct 25 15:49:54 squeezeplay: INFO   squeezebox.server - SlimServer.lua:327 
Major: 7 Minor: 7 Patch: 3 Revision: 16676
  Oct 25 15:49:54 squeezeplay: INFO   squeezebox.server - SlimServer.lua:382 
Firmware version newer than SR to SB migration firmware - ok!
  Oct 25 15:49:54 squeezeplay: INFO   squeezebox.server - SlimServer.lua:409 we 
don't downgrade, even if lower versioned firmware is of more recent revision - 
ignoring
  Oct 25 15:49:54 squeezeplay: INFO   squeezebox.server - SlimServer.lua:421 
mysqueezebox.com 
firmware=http://update.slimdevices.com/update/firmware/7.7.3/baby_7.7.3_r16676.bin
 force=false
  Oct 25 15:49:54 squeezeplay: INFO   applet.SlimMenus - 
SlimMenusApplet.lua:502 _menuSink(23) SlimServer {mysqueezebox.com} 
menuDirective: nil isCurrentServer:nil
  Oct 25 15:49:54 squeezeplay: INFO   net.slimproto - SlimProto.lua:598 connect 
to 192.168.XXX.XXX (192.168.XXX.XXX)
  Oct 25 15:49:54 squeezeplay: INFO   net.slimproto - SlimProto.lua:152 Send 
HELO: reconnect-bit=0 bytesReceived(H,L)=0,14523590
  Oct 25 15:49:54 squeezeplay: INFO   audio.decode - decode_start_handler:281 
init decoder ogg
  Oct 25 15:49:54 squeezeplay: INFO   audio.decode - Playback.lua:477 connect 
192.168.XXX.XXX:9000 GET /stream.mp3?player=00:04:20:XX.XX:XX:XX HTTP/1.0^M
  Oct 25 15:49:55 squeezeplay: INFO   applet.SlimBrowser - 
SlimBrowserApplet.lua:3743 notify_playerDigitalVolumeControl()nil
  Oct 25 15:49:55 squeezeplay: INFO   applet.NowPlaying - 
NowPlayingApplet.lua:399 notify_playerDigitalVolumeControl: nil
  Oct 25 15:49:55 squeezeplay: INFO   applet.NowPlaying - 
NowPlayingApplet.lua:422 enable volume UI in NP
  Oct 25 15:49:55 squeezeplay: INFO   applet.SlimDiscovery - 
SlimDiscoveryApplet.lua:453 connected X
  Oct 25 15:49:55 squeezeplay: INFO   applet.AlarmSnooze - 
AlarmSnoozeApplet.lua:346 *** Alarm: notify_playerCurrent: LocalPlayer 
{X}
  Oct 25 15:49:55 squeezeplay: INFO   applet.SlimMenus - 
SlimMenusApplet.lua:1162 SlimMenusApplet:notify_playerCurrent(LocalPlayer 
{X})
  Oct 25 15:49:55 squeezeplay: INFO   applet.NowPlaying - 
NowPlayingApplet.lua:422 enable volume UI in NP
  Oct 25 15:49:55 squeezeplay: INFO   applet.SlimBrowser - 
SlimBrowserApplet.lua:3743 notify_playerDigitalVolumeControl()1
  Oct 25 15:49:55 squeezeplay: INFO   applet.NowPlaying - 
NowPlayingApplet.lua:399 notify_playerDigitalVolumeControl: 1
  Oct 25 15:49:55 squeezeplay: INFO   applet.NowPlaying - 
NowPlayingApplet.lua:422 enable volume UI in NP
  



+---+
|Filename: spotty-01.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36006|
+---+


Squeeza's Profile: http://forums.slimdevices.com/member.php?userid=72165
View this thread: http://forums.slimdevices.com/showthread.php?t=115322

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


Re: [SlimDevices: Plugins] Announce - Programme info plugin for RTE Ireland

2021-10-25 Thread Paul Webster

I have only put the beta URL in PMs to people who wanted to test the
earliest versions.
I’ll send it to you.

Yes - lots of print statements in there while I experiment with the
station data loading part that is called before the LMS logging system
is initialised.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia, cbc/radio-canada and rte ireland
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
somehow jazz, supla finland

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

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


Re: [SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Michael Herger

1) Not possible to skip some seconds during playback, song always
restats from beginning
2) Song often restarts from beginning immediately


I guess you're using a Spotify app to control playback?

What Spotty helper version are you using (see Settings/Advanced/Spotty)?


Are there some patches to get Spotty properly work?


If there were you wouldn't experience this issue :-)
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Spotty: Skipping of some seconds not possible / Song immediately restarts from begi..

2021-10-25 Thread Squeeza


Hello,

I have two issues of spotty:

1) Not possible to skip some seconds during playback, song always
restats from beginning
2) Song often restarts from beginning immediately

I am running LMS at RaspberryPi
(logitechmediaserver_8.3.0~1632830183_arm.deb).

Are there some patches to get Spotty properly work?



Squeeza's Profile: http://forums.slimdevices.com/member.php?userid=72165
View this thread: http://forums.slimdevices.com/showthread.php?t=115322

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


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

2021-10-25 Thread Michael Herger

Ok, I hope v2.4.13 finally addresses playing a work from iPeng et al., too.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread mherger


malpeli wrote: 
> 
> > 
Code:

  >   > service: squeezebox.call_method
  > target:
  > entity_id: media_player.master_bedroom
  > data:
  > command: playlist
  > parameters:
  > - play
  > - /Playlists/80s.m3u
  > 

> > 
> 
> Definitely on to something here... I just sent that to my duet and the
> playlist cleared and the music that was playing stopped... No playlist
> was loaded though... The file exists so... um...

Haha... that would have been my next comment: you need to fix the
playlist name. It needs to be a file:// url as seen from your LMS. Eg.
file:///homes/you/Playlists/80s.m3u. Unfortunately I wouldn't know of an
easy way to get to that URL. But I guess you get how they're created?



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


mherger wrote: 
> > The integration details are to be found 'here'
> > (https://www.home-assistant.io/integrations/squeezebox/)
> 
> Ok, I believe your question is more of a HA integration question than a
> 
> LMS question. How that integration interprets your commands and why it 
> fails I don't know. Can't you get in touch with the integration's
> author?]

Incredibly, this is exactly what the boffins at the Home Assistant user
forum said but in reverse. Imagine my surprise :cool: I'll look into it


> According to the link you gave "parameters" is supposed to be an array.
> 
> If I look at your first example again, then you'd have to put "play" and
> 
> "/playlists/80s.m3u" as array elements of the parameters value. Command
> 
> must be a single value only.

You mean, like this?


Code:

service: squeezebox.call_method
  target:
  entity_id: media_player.master_bedroom
  data:
  command: playlist
  parameters:
  - play
  - /Playlists/80s.m3u
  



Definitely on to something here... I just sent that to my duet and the
playlist cleared and the music that was playing stopped... No playlist
was loaded though... The file exists so... um...



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread Michael Herger

The integration details are to be found 'here'
(https://www.home-assistant.io/integrations/squeezebox/)


Ok, I believe your question is more of a HA integration question than a 
LMS question. How that integration interprets your commands and why it 
fails I don't know. Can't you get in touch with the integration's author?



As far as logs are concerned I see no mentions in the HA logs other than
in the basic logbook which tells you nearly nothing. I've never accessed
the picoreplayer LMS logs and haven't got the faintest idea where I
might find them.


Settings/Information in LMS has links to download the log files.


I did include an example of the yaml code I'm using in HA in the OP if
that's at all useful to you. Here's what I used for the successful
unpause command.


That's nice. But an example of what does NOT work would be more 
interesting :-).



   parameters: 0


According to the link you gave "parameters" is supposed to be an array.

If I look at your first example again, then you'd have to put "play" and 
"/playlists/80s.m3u" as array elements of the parameters value. Command 
must be a single value only.

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


mherger wrote: 
> > Does anyone know which spell you have to cast to get LMS CLI
> responding
> 
> Are you using http requests to jsonrpc.js or the raw CLI? I'd recommend
> 
> the former!
> 
> Please share what exact query you send, and what error (if any) you get
> 
> back. The server.log from when you try this might be helpful, too.


Queries and commands are sent from Home Assistant using Yaml code which
is then sent to LMS using HTTP.

The integration details are to be found 'here'
(https://www.home-assistant.io/integrations/squeezebox/)

As far as logs are concerned I see no mentions in the HA logs other than
in the basic logbook which tells you nearly nothing. I've never accessed
the picoreplayer LMS logs and haven't got the faintest idea where I
might find them. I just ran a simple unpause command from HA that was
successful

I did include an example of the yaml code I'm using in HA in the OP if
that's at all useful to you. Here's what I used for the successful
unpause command.


Code:

service: squeezebox.call_method
  target:
  entity_id: media_player.living_room
  data:
  command: pause
  parameters: 0
  




malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Announce - Programme info plugin for RTE Ireland

2021-10-25 Thread bpa


Paul Webster wrote: 
> Some months ago RTE removed the API that I was using to collect the
> programme data.
> I've found another one to use - although it lacks the programme
> description (for now at least).
> 
> So I've moved the functionality of this plugin over to my Radio Now
> Playing plugin - in beta 0.0.12a
> 
> Therefore, if you have this RTE plugin installed you should remove it.
> 
> As before - no song info available so not the most useful plugin.
> But they do not have song info on their site or in the mobile phone app
> - so it is consistent.

I've installed the RadioNowPlaying plugin but all I get is v0.0.11 - I
can't see how to get v0.0.12a beta to test.

Also when I start RadioNowPlaying v0.0.11 - there seems to be a lot of
"print" statements in Plugin.pm which generate output on STD /console.



Code:


  [21-10-25 12:08:09.7255] main::init (389) Starting Logitech Media Server 
(v8.1.2, 1617513319, Sun Apr  4 08:43:36 CEST 2021) perl 5.03 - 
x86_64-linux-gnu-thread-multi
  Unable to find station info from: https://rozhlas.stream/jazz_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/jazz_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro-jazz.flac 
using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/ddur_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/ddur_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro-d-dur.flac 
using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro-d-dur-256.ogg 
using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/vltava_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/vltava_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro3.flac using 
match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro3-256.ogg 
using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/pohoda_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/pohoda_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: 
https://rozhlas.stream/radiozurnal_aac_128.aac using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: 
https://rozhlas.stream/radiozurnal_mp3_256.mp3 using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: http://amp.cesnet.cz:8000/cro1-256.ogg 
using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-9]*\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas2.stream/sport_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas2.stream/sport_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/ov_aac_64.aac using 
match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/ov_mp3_128.mp3 using 
match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/wave_aac_128.aac 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: https://rozhlas.stream/wave_mp3_256.mp3 
using match: 
(?^i:(?:\/\/)amp\.cesnet\.cz\:[0-9]*\/(.*?)(?:-[0-9]*)?\.(?:mp3|aac|ogg|flac))
  Unable to find station info from: 
http://amp.cesnet.cz:8000/cro-radio-wave.flac using match: 
(?^i:(?:\/\/)rozhlas(?:[0-9]|)\.stream\/(.*)_(?:mp3|aac)_[0-

Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread Michael Herger

Does anyone know which spell you have to cast to get LMS CLI responding


Are you using http requests to jsonrpc.js or the raw CLI? I'd recommend 
the former!


Please share what exact query you send, and what error (if any) you get 
back. The server.log from when you try this might be helpful, too.

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-10-25 Thread slartibartfast


mherger wrote: 
> > What use for the "Only show my library's albums for my library's
> > artists" setting?
> 
> Hehe... had to read this 3x before I understood... Imagine you have 
> liked Frank Zappa. And you've added some of his albums to your
> collection.
> 
> Now if you drilled down to Frank Zappa in Spotty/My Artists, would you 
> like to see all his x hundred albums, or only the few you added to your 
> collection?
> 
> > If I search for "The Cure", I am presented with a list of songs on the
> > bottom and the usual Artists, Albums, Playlists, Podcasts, Podcast
> > Episodes, Users icons on top. If I click on Artists, nothing appears.
> 
> That's working fine here. Is there anything in your server.log about
> this?
> 
> > Again on search: if I clear the search history and I search for
> > something, the first case above happens. If I search for Genesis I
> find
> > myself in "The Cure" scenario, where I don't get Artists results. I
> then
> > search for "The Cure" and I get the expected Artists results.
> 
> Are you saying that whatever you search when you do a search with an 
> empty history does not work?
> 
> > Last, always on search: with clean history, I am using Material skin
> 
> Can you confirm whether you see the same in Default skin?I saw this same 
> behaviour yesterday and I just checked and it is the
same in default skin. In both clicking on Artists takes you to this
screen. I thought it was just me doing something stupid when it worked
after a second search. It happens whenever the search list is
empty.[image:
https://uploads.tapatalk-cdn.com/20211025/ac5bd161981a221e60626b9c47550fb7.jpg]

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-10-25 Thread Michael Herger

What use for the "Only show my library's albums for my library's
artists" setting?


Hehe... had to read this 3x before I understood... Imagine you have 
liked Frank Zappa. And you've added some of his albums to your collection.


Now if you drilled down to Frank Zappa in Spotty/My Artists, would you 
like to see all his x hundred albums, or only the few you added to your 
collection?



If I search for "The Cure", I am presented with a list of songs on the
bottom and the usual Artists, Albums, Playlists, Podcasts, Podcast
Episodes, Users icons on top. If I click on Artists, nothing appears.


That's working fine here. Is there anything in your server.log about this?


Again on search: if I clear the search history and I search for
something, the first case above happens. If I search for Genesis I find
myself in "The Cure" scenario, where I don't get Artists results. I then
search for "The Cure" and I get the expected Artists results.


Are you saying that whatever you search when you do a search with an 
empty history does not work?



Last, always on search: with clean history, I am using Material skin


Can you confirm whether you see the same in Default skin?

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

2021-10-25 Thread philippe_44


SteveShort wrote: 
> First, I did do some more testing and found:
> 
> 1. The port range setting was something like "HASH[]" where
>  are hex digits. I changed this to "0:0".
> 
> 2. I changed the "send metadata" value to enabled (as you have
> suggested).
> 
> These changes haven't fixed the problem although the controller (either
> iPeng on iPhone or the LMS web app) now shows that the track is playing
> (previously it didn't show any playback position time information).
> 
> "...do you have the long code next to the ATV player..."
> Yes
> 
> I am still seeing these messages in the error log:
> 
> [17:34:21.303607] exec_request:622 [0x7ffe33013200]: > : write
> ANNOUNCE rtsp://192.168.0.11/4005708773 RTSP/1.0
> ...
> [17:34:21.311063] exec_request:643 [0x7ffe33013200]: <-- : request
> failed, error RTSP/1.0
> 
> [17:34:22.308998] exec_request:622 [0x7ffe33013200]: > : write FLUSH
> rtsp://192.168.0.11/4005708773 RTSP/1.0
> ...
> [17:34:22.309127] exec_request:643 [0x7ffe33013200]: <-- : request
> failed, error Content-Length:
> 
> [17:34:22.309180] exec_request:622 [0x7ffe33013200]: > : write
> TEARDOWN rtsp://192.168.0.11/4005708773 RTSP/1.0
> ...
> [17:34:22.309321] exec_request:643 [0x7ffe33013200]: <-- : request
> failed, error Server:
> 
> [17:34:22.309374] PlayerThread:539 [0x10fb9e9e8]: raop failed to connect
> 
> Are you able to give me any idea of what these messages mean?
> 
> (I'm not sure if this is relevant but the Mac's Firewall is disabled.)
> 
> Thanks in advance for your help.

Unfortunately the key exchange with the AP device has likely not worked
so the generated crypto is rejected in the RTSP session. I hope Apple
has not modified their protocol, that was very painful and I have no
motivation to redo it again. What tvOS are you using?



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


bakker_be wrote: 
> Maybe some info here:
> https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md

The problem is not a misunderstanding of how the Squeezebox CLI works...
The problem is in how Home Assistant deals with the commands... It just
doesn't respond to anything more complex than "pause 0"



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-10-25 Thread Paul Webster

I didn’t change anything- at least not deliberately.

A few have commented on the advance notice of the track info. I know
that I will have to add some extra configuration for the stream delay
stuff.
Right now it is one setting for the whole plugin.

The easiest is probably to add a delay for flac streams.

I still need the scheduled start time though - which is why adjusting
that timer has no effect at present.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia, cbc/radio-canada and rte ireland
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
somehow jazz, supla finland

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

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


Re: [SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread bakker_be


malpeli wrote: 
> Does anyone know which spell you have to cast to get LMS CLI responding
> to call method from within Home Assistant? I'm trying to send a playlist
> play command asking my bathroom SB Lite instance to load up a particular
> playlist whenever I get into the shower in the morning but no matter
> what kind of spell wand I use it just won't play. I've been able to
> utilise a number of simple commands (pause, unpause, sync, unsync,
> rescan, play, stop, etc) but anything more substantial and it won't
> budge.
> 
> If I knew the proper syntax to use I could do all sorts of annoying
> things like play "Welcome Back Kotter" whenever someone comes home or
> blast Walking on Sunshine in the kids' bathroom before school every
> morning... I have more evil plans but I think you can see where I'm
> going with this already...
> 
> Help me, Harry Potter, you're my only hope!
> 
> LMS
> Hardware: SB Touch, SB Duet
> Server: Raspberry Pi 3b+
> OS: PiCorePlayer 8.0
> 
> 3rd Party Hardware: 
> Players: 2x Android TV Box, Bluetooth JBL Clip, running off Squeezebox
> Lite
> Hard Disk: WD 1Tb My Disk Ext. Hard Drive, Samba enabled
> 
> All instances connected to HA and LMS via ethernet
> 
> Home Assistant:
> Server: Raspberry Pi 4 4Gb Ram
> OS: HA OS
> Power: PoE
Maybe some info here:
https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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

2021-10-25 Thread SteveShort


philippe_44 wrote: 
> When you paired, do you have the long code next to the ATV player (in
> the plugin's settings)? Other than that I think (but I don't even
> remember) that you need to have metadata sending enabled

First, I did do some more testing and found:

1. The port range setting was something like "HASH[]" where
 are hex digits. I changed this to "0:0".

2. I changed the "send metadata" value to enabled (as you have
suggested).

These changes haven't fixed the problem although the controller (either
iPeng on iPhone or the LMS web app) now shows that the track is playing
(previously it didn't show any playback position time information).

"...do you have the long code next to the ATV player..."
Yes

I am still seeing these messages in the error log:

[17:34:21.303607] exec_request:622 [0x7ffe33013200]: > : write
ANNOUNCE rtsp://192.168.0.11/4005708773 RTSP/1.0
...
[17:34:21.311063] exec_request:643 [0x7ffe33013200]: <-- : request
failed, error RTSP/1.0

[17:34:22.308998] exec_request:622 [0x7ffe33013200]: > : write FLUSH
rtsp://192.168.0.11/4005708773 RTSP/1.0
...
[17:34:22.309127] exec_request:643 [0x7ffe33013200]: <-- : request
failed, error Content-Length:

[17:34:22.309180] exec_request:622 [0x7ffe33013200]: > : write
TEARDOWN rtsp://192.168.0.11/4005708773 RTSP/1.0
...
[17:34:22.309321] exec_request:643 [0x7ffe33013200]: <-- : request
failed, error Server:

[17:34:22.309374] PlayerThread:539 [0x10fb9e9e8]: raop failed to
connect

Are you able to give me any idea of what these messages mean?

(I'm not sure if this is relevant but the Mac's Firewall is disabled.)

Thanks in advance for your help.



SteveShort's Profile: http://forums.slimdevices.com/member.php?userid=70595
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: Radio Now Playing plugin

2021-10-25 Thread ian_heys


I've been listening on Cro Jazz, Caroline and Juke Radio this morning
and noticed that the Playlist Pane on the LMS Browser now updates in
sync with the Now Playing Pane. Did someone do something or did I miss
the announcement?



*Music Store and VPN Server: *Synology DS215J NAS
*Study Server:* LMS 8.2.0 on Pi 4B pCp 8.0.0/IQ Audio DAC+
*Refurbished 1962 RCA Stereo Console Server/Player *LMS 8.2.0 on Pi 4B
pCp 8.0.0/IQ Audio DAC+
*LAN Players: x2:* pCp 8.0.0 on Pi 3B / IQ Audio DAC+
*LAN Player/ADC* pCp 8.0.0 on Pi 3B / IQ audio Codec +
*PC Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

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


[SlimDevices: Plugins] Home Assistant and Squeezebox CLI

2021-10-25 Thread malpeli


Does anyone know which spell you have to cast to get LMS CLI responding
to call method from within Home Assistant? I'm trying to send a playlist
play command asking my bathroom SB Lite instance to load up a particular
playlist whenever I get into the shower in the morning but no matter
what kind of spell wand I use it just won't play. I've been able to
utilise a number of simple commands (pause, unpause, sync, unsync,
rescan, play, stop, etc) but anything more substantial and it won't
budge.

If I knew the proper syntax to use I could do all sorts of annoying
things like play "Welcome Back Kotter" whenever someone comes home or
blast Walking on Sunshine in the kids' bathroom before school every
morning... I have more evil plans but I think you can see where I'm
going with this already...

Help me, Harry Potter, you're my only hope!

LMS
Hardware: SB Touch, SB Duet
Server: Raspberry Pi 3b+
OS: PiCorePlayer 8.0

3rd Party Hardware: 
Players: 2x Android TV Box, Bluetooth JBL Clip, running off Squeezebox
Lite
Hard Disk: WD 1Tb My Disk Ext. Hard Drive, Samba enabled

All instances connected to HA and LMS via ethernet

Home Assistant:
Server: Raspberry Pi 4 4Gb Ram
OS: HA OS
Power: PoE



malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

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