Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Unregistered users must pass a verification:



Please enter the number from the picture above which is showing FM broadcast antenna:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jan
« on: March 31, 2025, 04:06:55 pm »

For each line in the Text Replacing box, you may specify the Output(s) or Source(s) which applies to. If nothing is specified, it applies to all.

To process the line only by Output ID 1:

Code: [Select]
Change                     To
%OUTPUT1%Unwanted text     Final Text


To process the line only by Source ID 1:

Code: [Select]
Change                     To
%SOURCE1%Unwanted text     Final Text


To avoid the Text Replacing completely for specified Output, type this:

Code: [Select]
Change                   To
%OUTPUT2%%REGEXP%.*      %END%

so all lines below will not be processed by Output ID 2.


If you select the line by mouse and then rightclick, you may move the line or enter a new line between existing lines.
Posted by: zvykov
« on: March 31, 2025, 03:47:36 pm »

Hi, Jan!
I've been using Magic RDS for a long time, it's a great program. Recently I needed additional output of processed sources to a txt file. I managed to set up saving itself, but I encountered the fact that it doesn't need a text replaycing, which I use for rds output. Is it possible to somehow distribute the use of a text replaycing between different outputs/connections or, maybe, there is another idea on how to do this?
Thanks.