Pira.cz Technical Forum
Magic RDS 4 => Configuration Options and Possibilities => Topic started by: davidmb on February 03, 2025, 10:39:37 am
-
Hello,
I have a question.
Can Magic RDS, when using external Text sources for parsing URL for new songs data, also write the result it gets to a text file?
Maybe via Text conditions - if found, then execute?
Or any other way?
Thanks for your help in advance and br, David
-
- Add a new Connection,
kind: Bridge, con. type: Internal Channel, name: MyFileWriter
data distribution (for example): saveto file:"D:\file.txt" mode:"rewrite"
- In External text sources, add a line to the Output: sendto "MyFileWriter"
By selecting the mode, you can save only last record into the file ("rewrite") or keep all records ("append").
-
Hi,
yes, that looks perfect. :)
Thanks for your help and br, David