martingr wrote: 
> 
> 
> > 
Code:
--------------------
  >   > 
  > tc@pi-LMS:~$ sh /home/tc/gTTS.sh -o /tmp/annTTS.wav -t "Test"
  > 
--------------------
> > 
> 
> > 
Code:
--------------------
  >   > 
  > [21-12-19 18:45:08.3569] Plugins::LMSannounce::Plugin::announceTTS (325) 
announceTTS: preset={'output' => '-o','options' => '--tld at --lang de','text' 
=> '-t','cmd' => '/home/tc/gTTS.sh'}
  > [21-12-19 18:45:08.3574] Plugins::LMSannounce::Plugin::announceTTS (330) 
announceTTS: command: /home/tc/gTTS.sh -o /tmp/annTTS.wav --tld at --lang de -t 
"TextTextText" 
--------------------
> > 
> 
> do you have any idea to resolve?
> 

You seem to have tested this command:

Code:
--------------------
    /home/tc/gTTS.sh -o /tmp/annTTS.wav -t "Test"
--------------------


and not the one actually used according to the log you posted:

Code:
--------------------
    /home/tc/gTTS.sh -o /tmp/annTTS.wav --tld at --lang de -t "TextTextText"
--------------------


Verify that your script handles those extra parms, or remove them.



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Text
Interface | Playlist Editor / Generator | Music Classification | Similar
Music | Announce | EventTrigger | Ambient Noise Mixer | DB Optimizer |
Image Enhancer | 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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to