Author Topic: Exclude words from now-playing text  (Read 955 times)

radioroccella

  • Newbie
  • *
  • Posts: 13
Exclude words from now-playing text
« on: March 23, 2024, 04:21:26 pm »
Hi everyone.
I ask for help: I would like to exclude some words such as "Ident" "Jingles" etc. from the broadcast text.
I didn't understand how to do it. :-[

Jan

  • Hero Member
  • *****
  • Posts: 1071
Re: Exclude words from now-playing text
« Reply #1 on: March 23, 2024, 04:55:21 pm »
Delete just the word or delete entire text? Or skip the source and go to next source in the loop? You can do everything, using the JavaScript or simply by the Text Replacing:


Change jingle to nothing (empty field)

or

Change jingle to %CLEAR%%END%

or

Change jingle to %GOTONEXT%


I think the same case you're asking for is provided as an example in the Help, extsrc.pdf

radioroccella

  • Newbie
  • *
  • Posts: 13
Re: Exclude words from now-playing text
« Reply #2 on: March 24, 2024, 07:08:25 pm »
Thank you for your patience but I still don't understand what to put in the various fields.
Can you give me a complete example where when there is "Jingle" the string is deleted

Jan

  • Hero Member
  • *****
  • Posts: 1071
Re: Exclude words from now-playing text
« Reply #3 on: March 24, 2024, 07:46:06 pm »
See below.

radioroccella

  • Newbie
  • *
  • Posts: 13
Re: Exclude words from now-playing text
« Reply #4 on: March 24, 2024, 08:25:41 pm »
I don't have those fields. I have this:

Jan

  • Hero Member
  • *****
  • Posts: 1071
Re: Exclude words from now-playing text
« Reply #5 on: March 24, 2024, 08:40:11 pm »
The Text replacing box exists in the Magic RDS for maybe 20 years, I don't think anyone stole it  :)

You should start by deleting the Text conditions rows, except the 'GR' line.

radioroccella

  • Newbie
  • *
  • Posts: 13
Re: Exclude words from now-playing text
« Reply #6 on: March 25, 2024, 08:37:58 am »
Ok. Thanks.