Recent Posts

Pages: [1] 2 3 ... 10
1
Control Software / Re: Nexgen config for Pira32 encoder
« Last post by Jan on Yesterday at 08:12:27 am »
You no longer need to feed each encoder individually if the Magic RDS 4 is running anywhere. (On the other hand, you can still keep such setup as a backup - alternative configuration). You do not need any extra PC. The Magic RDS 4 is a full featured RDS server software, so it takes over all tasks related to the RDS network management, incl. data distribution to each encoder. It's usually much more convenient. The P164 was primarily developed for this mode of operation.
So you can send data from Nexgen while sending scheduled messages from the Magic RDS 4. The Nexgen will connect to the Magic RDS 4 instead of the encoders.
2
Control Software / Re: Nexgen config for Pira32 encoder
« Last post by mikehagans on March 31, 2025, 07:35:54 pm »
My five NexGen ASERV machines currently feed old Audemat FMB80s serially, with dead web-configuration interfaces. I'd like to replace the FMB80s with P164s. I want NexGen to feed them over the network (TCP) instead of serially. I do not want to have additional PC software in the path for the Title and Artist data.  I would ALSO like to include dynamic PS messages that changes on a schedule throughout the day. I don't mind using another PC (running Magic RDS4) for the scheduled changes to the PS. Will this work: direct-feeding the P164 with T&A, while also making dynamic PS changes using Magic RDS4?   I'm sorry if this is repetitive. I will read the manual, and ask more questions if needed during install, but need to order the devices soon if they are to arrive in time.  B/R Mike
3
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.
4
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.
5
Configuration Options and Possibilities / Re: Omnia SST
« Last post by Jan on March 25, 2025, 09:14:04 pm »
Thank you very much, everything is clear. I don't expect Omnia to fix it, so I will have to modify the standard URL encoding routine in upcoming version.
6
Configuration Options and Possibilities / Re: Omnia SST
« Last post by juglaresdelrock on March 25, 2025, 09:09:32 pm »
Thanks for your time.
7
Configuration Options and Possibilities / Re: Omnia SST
« Last post by Jan on March 25, 2025, 08:59:03 pm »
Thanks for quick response. Hard to believe that Omnia forgot the '+' unescaping, still widely used.

Could you please try these two lines in web browser? (use text copy&paste, not direct clicking)

http://127.0.0.1:7380/parameter/pgm_0/enc/stream_metadata=Sample+data
http://127.0.0.1:7380/parameter/pgm_0/enc/stream_metadata=Sample%20data
9
Configuration Options and Possibilities / Re: Omnia SST
« Last post by Jan on March 25, 2025, 08:38:36 pm »
Could you please post your settings in the Magic RDS? The plus sign ('+') is used as an escaping character for space in URL. Cannot imagine a reason why it appears in the final text.
10
Configuration Options and Possibilities / Re: Omnia SST
« Last post by juglaresdelrock on March 25, 2025, 08:15:51 pm »
It works with Omnia, but when you send the information from a .txt file, + appears instead of spaces between words.
Pages: [1] 2 3 ... 10