Hello everyone,
I'm using RadioBOSS Advanced, and I want to set up Text-to-Speech (TTS) to automatically announce the currently playing song (artist and title). I tried using the following command:
say "$artist$ - $title$"
or
say "$nowplaying$"
but instead of reading the actual song title, TTS just says "dollar artist dollar title" out loud.
What works:
What doesn’t work:
Does anyone know how to make TTS in RadioBOSS properly read the song title? Thanks in advance!
I'm using RadioBOSS Advanced, and I want to set up Text-to-Speech (TTS) to automatically announce the currently playing song (artist and title). I tried using the following command:
say "$artist$ - $title$"
or
say "$nowplaying$"
but instead of reading the actual song title, TTS just says "dollar artist dollar title" out loud.

- say "The current time is %H:%M" successfully announces the time.
- message "$artist$ - $title$" in the scheduler correctly displays the song title on the screen.

- TTS does not recognize variables ($artist$, $title$) and does not announce the song title.
- say "$nowplaying$" also doesn't work.
Does anyone know how to make TTS in RadioBOSS properly read the song title? Thanks in advance!