Hi Jan,
I'm using MagicRSD4 V4.0.33.
Receiving Now Playing XML from Station Playlist.
Please refer to attached images of example XML & Text Sources setup.
Text sources setup:
File/Class/URL: \\3mfmnas\StudioAutomation\StationPlaylist\NowPlaying.xml
Element name or full path for value %1% : /NowPlaying/Current/Artist/#cdata-section
Element name or full path for value %2% : /NowPlaying/Current/Title/#cdata-section
Element name or full path for value %3% : /NowPlaying/Current/Category/#cdata-section
Element name or full path for value %4% : /NowPlaying/Current/Temperature/#cdata-section
Output template: %1% - %2% [CAT-%3%] [TMP-%4%]
Occasionally there is no Artist %1% or Title %2%, so a blank passed.
When this happens, MagicRDS4 uses the default N/A text, rather than just passing the blank Artist or Title.
For example: <Artist><![CDATA[]]></Artist> causes N/A text is be used.
Help says that N/A text: This text is returned if the source fails (file not found, server not responding etc.).
Is there any way to stop the N/A text being forced when one argument is blank?
Thanks, Rod