Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
Bug Reports / MagicRDS4, wrongly set TATMOUT parameter
« Last post by metro187 on April 25, 2025, 04:42:11 pm »
When setting up the "TA Timeout and External Control", if you choose "Level controlled", the set timeout value should be shifted by 128.
So for a "2 minute timeout, Level controlled" mode, a TATMOUT=130 should be sent and instead a TATMOUT=3 is sent.

If you read back the above saved setting from the encoder it becomes "3 minutes, Falling edge controlled"

Reproduced in the latest available 4.2.4 version.
52
P132, P164, P232(U) and P332 RDS Encoders / Re: Enabling RDS+ and station logo p232u
« Last post by Jan on April 22, 2025, 07:57:20 am »
What about trying the User manual? p232uman.pdf section 5.6

Current receivers (in 2025) still don't support RDS2. Even if you set up the logo correctly, it will not display on the receiver.
53
I have searched with no luck. I'm trying to get our station logo sent out and can't get it to work. I found in some directions that the RT+ must be enabled and the RDS2 mode of operation must be set to buffer but I can't find that setting. Any help would be greatly appreciated. Thanks!
54
Configuration Options and Possibilities / Re: Send metadata to TuneIn via http get URL
« Last post by Jan on April 21, 2025, 12:21:33 pm »
The sendhttp currently supports only %data% as the argument. That is a plain text single line, not separated to artist, title or anything else. In you example, MySong and MyArtist is sent as is, without substitution. A solution is on the way.

Resulting GET request can be seen in View - Debug - SendHTTP Log.

Virtual port provides data input only, it is not applicable for sending data.

55
Hi Jan,

I already have Now Playing data successfully feed an RDS encoder & also internet streaming.

Now I'm trying to send metadata to TuneIn via an http get URL in the following form:

http://air.radiotime.com/Playing.ashx?partnerId=abcedfeg&partnerKey=abcdefg&id=s123456&title=MySong&artist=MyArtist&album=

Text Output Setup: 'TuneInMetadata'
Text source sequence: 'NowPlayingForStreaming'
Output purpose: Radiotext or plain text.
Destination connection: sendto "TuneInMetadataConnection"

Connection: 'TuneInMetadataConnection' . Bridge > Internal Channel.
Data distribution settings:
sendhttp url:"http://air.radiotime.com/Playing.ashx?partnerId=abcedfeg&partnerKey=abcdefg&id=s123456&title=MySong&artist=MyArtist&album="

Is a Virtual Port required?

Virtual Ports: TuneInMetadataConnection VP 1
Connection type: HTTP Server
I'm not sure what to do in this section?

Even with a TuneIn URL with fixed arguments, TuneIn doesn't seem to receive the request.

'TuneInMetadataConnection' Communication Monitor (Image 2) shows transmission of now playing Artist - Title, but not a URL string.

Using MagicRDS4 V4.2.4

thanks, Rod

56
Bug Reports / Re: Missing Numbers in Song Title
« Last post by Jan on April 17, 2025, 10:47:09 pm »
The function was originally written for situations when the player provides song file name instead of ID3 information. Various song numbering is used for the files, incl. 12. (34) 56, 78- etc. Unfortunately, some artist names violate with the numbering.
Today, the function has probably no significant reason for being used. It can be replaced by regex when necessary.
57
Bug Reports / Re: Missing Numbers in Song Title
« Last post by radiosavage on April 17, 2025, 10:36:49 pm »
I have turned that off and will check on it.  I hadn't thought about that setting.  I was under the impression that setting looking for number and then ".".

Thank you!
58
Bug Reports / Re: Missing Numbers in Song Title
« Last post by Jan on April 17, 2025, 09:31:36 am »
Turn off the option "Remove song numbering" which is probably unnecessary when using Zetta.

(Text Source Editor - Text Processing Presets)
59
Bug Reports / Missing Numbers in Song Title
« Last post by radiosavage on April 17, 2025, 12:42:37 am »
I have an issue with just one song so far but it is in rotation a fair amount.  I am using Magic RDS 4 with a P164.  The automation system is Zetta. 

Here is what I get when I monitor the input on the external text source:

TX:
3,2,1 - Tucker Wetmore

However, in the RDS Out to the P164 it cuts off the 3, and sends only this text:

RDSOUT text: 2,1 - TUCKER WETMORE

Is there some processing that I am not finding?  I have not added any text replace or special programming.

Thanks a bunch if anyone has an idea.
60
P275 FM Analyzer / Re: P275E FM Monitor Data Output in JSON Format
« Last post by Jan on April 16, 2025, 09:25:11 pm »
Firmware version 2.2e will add following functions to the P275E:
  • Fully independent communication ports (Ethernet and RS-232)
  • Existing TCP connection will support HTTP server mode with a website for basic control and reading the values, incl. control via HTTP GET method and user defined JSON output:

Example:

http://192.168.1.105:10001/output.json?y=%3FF%3FU

will return

{
  "Frequency": "102.8 MHz",
  "Level": "   65 dBuV"
}


Availability: May 2025
Pages: 1 ... 4 5 [6] 7 8 ... 10