Radio Data System (RDS) > Control Software

Magic RDS4 Xml & Automation Now Playing

(1/6) > >>

mediaguy:
I am trying to get Now Playing  from an XML file from our Streaming Server Playlist. Magic RDS is not Loading the file as XML. When test as File we can see it load the Page. We also trying load directly from the Automation System http: 0.0.0.0:2000 the system send now playing as a UDP Stream that is picked upd by the streaming player. also no luck getting it to function.
 Help and tell me what I am not doing correctly

<playlist>
<output>6</output>
<station>XXX</station>
<program>PGM</program>
<media>AUD</media>
<title>Perfect Strangers</title>
<artist>Jonas Blue f./JP Cooper</artist>
<album>Perfect Strangers</album>
<cover/>
<duration>190</duration>
<campaignId/>
<fileId/>
<programStartTS>22 Jan 2021 04:12:20</programStartTS>
<adBlockPos/>
<preload>
<pProgramType>PGM</pProgramType>
</preload>
</playlist>


ENTER NAME OR FULL PATH PATH 1%  /playlist/output/station/program/media/title
ENTER NAME OR FULL PATH PATH 2%/playlist/output/station/program/media/title/artist
ENTER NAME OR FULL PATH PATH 3%/playlist/output/station/program/media/title/artist/album/album/cover

OR
http://0.0.0.0.0:2000

Jan:
The XML paths are not correct. They should be as follows:

/playlist/title
/playlist/artist

Note the structure:

<playlist>
   ...
   <title>...</title>
   <artist>...</artist>
  ...
</playlist>

mediaguy:
I will try Those Thanks for your help

mediaguy:
I just change it it still is not reading the file.

Jan:
Sorry, I'm not sure what you're doing now. Please post your current setup from the Magic RDS and from the automation and from the streaming player. The address 0.0.0.0 probably should be 127.0.0.1 when accessing the webserver.

Before making it working, select Process "Entire file as plain text" and use the Test button to see the content read.

Navigation

[0] Message Index

[#] Next page

Reply

Go to full version