• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

TTS Comments

Started by WDDFRadio, February 28, 2016, 11:56:16 PM

WDDFRadio

Hey Y'all,

Is there a way to bulk add comments to each track instead of individual? I ask this because I want the station to announce the artist and song and I have over 5000 songs. Is there an easier way? Thanks.

Capt_Fuzzy

Not that I'm aware of...  :(
Steve 'Capt Fuzzy' Wade
Proud & Satisfied "Long-term" RadioDJ User
(Currently making the transition to v2)

WVRR - Ridgerunners Radio
The best mix of your favorites!

Radiodork

Easier way?  I think so.

You say you want it to announce every song.

Modify the NowPlaying.xml file.

Quote<?xml version="1.0" encoding="utf-8"?>
<Table>
  <Settings>
    <Tracks2Speak>1</Tracks2Speak>
  </Settings>
  <Message>
    <Voice>0</Voice>
    <tts>Here's $artist$, with $title$.</tts>
  </Message>
</Table>

The important part would be setting TTS to speak every song by modifying the <Tracks2Speak> value to one.

I believe doing this would have the net effect of what you're looking for.

Someone please correct me if I'm wrong.
- http://www.radiodork.com
http://deadair.co/

WDDFRadio

As I said, I am new to RadioDJ. I'm not sure how to use the code. Do I enter that as an event??? Help Please LOL

Capt_Fuzzy

Steve 'Capt Fuzzy' Wade
Proud & Satisfied "Long-term" RadioDJ User
(Currently making the transition to v2)

WVRR - Ridgerunners Radio
The best mix of your favorites!

WDDFRadio

The code works perfectly, thanks! It took me awhile to figure out how to use the code. It turned out I had the file in the wrong folder. Thanks for the help!