Hello. Is there any way to pass 'StreamTitle=' when streaming Web Radio? Based on the brilliant PMSEncoder plugin by ChocolateBoy, the format for defining Web streams is:
type.folders,separated,by,commas=name for audio/video stream,URL,optional thumbnail URLExample:
audiostream.Web,Radionomy=Psybc,http://listen.radionomy.com/psybc,http://i.radionomy.com/Documents/Radio/20110121180007-l_f7c5e2d8a54a4d9892d372b77e60a868.s60.jpgDebug log for active web radio streams indicates that there is a metadata tag being passed in the 'StreamTitle=' component every time a new track is played. Example below:
DEBUG 2012-10-07 19:42:27.134 [Thread-503] ICY Info: StreamTitle='noodreem - Open the Doors to Your Heart';
INFO 2012-10-07 19:42:27.256 [StartPlaying Event] renderer: 10.0.1.253, file: http://listen.radionomy.com/psybc
DEBUG 2012-10-07 19:43:10.693 [UPNP-AliveMessageSender] Sending ALIVE...
DEBUG 2012-10-07 19:44:45.873 [Thread-503]
DEBUG 2012-10-07 19:44:45.873 [Thread-503] ICY Info: StreamTitle='Rena Jones - Photosynthesis (Nalepa Remix)';Does PMSEncoder have this capability i.e. populate metadata from 'StreamTitle=' below radio station name on PS3 where currently '-/-' is displayed?
Thx...