URL in MAP-File causing problems

Hi,
Some Radiostations seem to deliver their URL rather than their name to the “stream” channel of Squeezebox.
Of course this looks ugly in the sitemap. So i created a file streams.map containing:

http://hr-mp3-m-youfm.akacast.akamaistream.net/7/246/142136/v1/gnl.akacast.akamaistream.net/hr-mp3-m-youfm=YOU FM
http://mp3.ffh.de/radioffh/hqlivestream.mp3=FFH
HR\u00203=HR 3
planet\u0020radio=planet radio

and changed the Items labels to “Stream: [MAP(streams.map):%s]”. The first two entries create similar log entries:

2017-03-04 21:15:35.923 [WARN ] [rm.AbstractFileTransformationService] - Could not transform 'http://hr-mp3-m-youfm.akacast.akamaistream.net/7/246/142136/v1/gnl.akacast.akamaistream.net/hr-mp3-m-youfm' with the file 'streams.map' : Target value not found in map for 'http://hr-mp3-m-youfm.akacast.akamaistream.net/7/246/142136/v1/gnl.akacast.akamaistream.net/hr-mp3-m-youfm'

the last two entries work, so the file is in the right place. What am I doing wrong? Obviously there is a target value…
Thanks in advance,
Regards,
-OLI

Found it ! :slight_smile:
The “:” behind the “http” need to be escaped like so: “http://hr-etc

1 Like