MichaelPr wrote: 
> 
> No interface for just typing a text and send?
No interface, as there are loads of existing options
e.g. 
Android: 'HTTP Shortcuts' (https://http-shortcuts.rmy.ch/)
bash/curl:

Code:
--------------------
    $  function LMS_announce { curl -G -s -o /dev/null  
'http://lmsserver:9000/plugins/LMSannounce/js.html' --data-urlencode 
"cmd=announceTTS" --data-urlencode "ttsprofile=mimic-slt" --data-urlencode 
"playerid=00:00:00:00:00:00" --data-urlencode "text=$1"; }
  $  LMS_announce "hello world"
--------------------



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | DB Optimizer | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to