Results 31 to 40 of 42
-
2021-01-09, 14:00 #31
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,150
Various SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
-
2021-01-10, 03:11 #32
- Join Date
- Apr 2015
- Location
- Germany
- Posts
- 781
Dear @Roland0,
thank you very much!
Now, the SB won't start the actual playlist, when it wasn't running before. Great!
One minor issue remains, yet: the SB doesn't get switched off after the announcement, when it was powered off before.
So: the stopped state will be reestablished afterwards, but not the power state.
That feels like a major work for a minor issue, so I'd totally understood, if you decided not to work on it.
Nevertheless, I like your plugin :-D
Best regards
karlek
-
2021-01-10, 16:55 #33
- Join Date
- Jan 2021
- Posts
- 8
The update works perfectly, thanks for that!
Does anyone know how to generate a playlist on the fly to use the pre-roll function?
Background:
I'm using Node-Red to generate TTS alerts and currently tried to send a pre-roll sound and synthesized alert. Doing it in node red sends two audio files which causes a currently playing track in SB to briefly play between the two files. Hope it's clear what I'm trying to say.
Thanks.
-
2021-01-10, 22:59 #34
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,150
Why not use the method documented on the homepage?
Various SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
-
2021-01-11, 10:50 #35
- Join Date
- Jan 2021
- Posts
- 8
-
2021-01-13, 01:16 #36
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,150
Various SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
-
2021-02-01, 15:32 #37
- Join Date
- Apr 2015
- Location
- Germany
- Posts
- 781
Fixed.Thank You very much! :-)
I don't understand how forcewake=false should behave. Either if set to true or false, it still woke up my SB (and powered it off again, afterwards).
And sorry for the late reply. I wasn't able to download the new version persistent. LMS always threw it away because of mismatching digest.
Since I suspect my rather older version 7.9.3..., I made the step to 8.x, but to no avail and after that all seemed f*d up. This is something that has nothing to do with your Plugin – I'm pretty sure.
But it would be interesting, if I was the only one, who encountered the checksum problem.
I'm aware of others with similar issues, but I always thought, it had to with larger downloads or the internet provider, or so.
I finally catched the Download by a brute force shell script and copied the Plugin.pm in the directory under .../InstalledPlugins/...
Running fine now. :-)
Best regards anyway and thank you very much!
karlek
-
2021-02-03, 23:35 #38
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,150
Tested with squeezelite only, maybe a HW player behaves differently.
If you want to help debug this:
on the server, edit the file LMSannounce/Plugin.pm and change lines 214-216 from:
Code:#my $clientpower = $targetClient->execute(['power', '?'])->getResults()->{'_power'}; #my $clientpower = $targetClient->power(); #$log->debug("client power: $clientpower alt: " . $targetClient->power() );
Code:my $clientpower = $targetClient->execute(['power', '?'])->getResults()->{'_power'}; #my $clientpower = $targetClient->power(); $log->debug("client power: $clientpower alt: " . $targetClient->power() );
restart LMS, set logging for plugin.lmsannounce to DEBUG, check the server logs for lines starting with:
Code:handleJSONP cmd= handleJSONP targetClient= client power: announcement discarded
I finally catched the Download by a brute force shell scriptVarious SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
-
2021-02-08, 09:00 #39
- Join Date
- Jan 2021
- Posts
- 8
Thanks again for the plugin, works (almost) perfectly i my setup. Just wondering if it's possible to specify a volume level when sending an announcement to a player?
-
2021-02-11, 05:35 #40
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,150
Various SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...