;*********************************************************************** ; AVAir UDP output for TuneGenie * ;*********************************************************************** ; Add at the bottom of the AVAir section in [] * ; Only if no previously matching lines exist * ;*********************************************************************** ;These lines filter off preview events to keep you from getting false current event data. IDD_Preview1=TG:+Preview:;TG:-\n\r; IDD_Preview2=TG:+Preview:;TG:-\n\r; IDD_Preview3=TG:+Preview:;TG:-\n\r; IDD_Preview4=TG:+Preview:;TG:-\n\r; IDD_Preview5=TG:+Preview:;TG:-\n\r; IDD_Preview6=TG:+Preview:;TG:-\n\r; IDD_Preview7=TG:+Preview:;TG:-\n\r; IDD_Preview8=TG:+Preview:;TG:-\n\r; ;Don't forget to change stationID value ;This line defines what the output looks like. RemoteEventViewFormat=stationID=M2GS~songName=%d~artistName=%C~category=%c~duration=%D RemoteDeckViewFormat=stationID=M2GS~songName=%{%d}E~artistName=%{%C}E~category=%{%c}E~duration=%{%D}E ;Add the prefix and suffix to the event data when AVAir changes events. The semi-colon separates them. IDD_CurrentEvent=TG:+^;TG:-|\n\r; IDD_NextAudioEvent= IDD_NextEvent= ;This section creates the connection when AVAir starts. If the ServiceName (port) or HostName are changed ;restart AVAir to activate the update. [RemoteControl.TG] DeviceType=SOCKET SocketType=Caller ;TuneGenie UDP Settings Protocol=UDP ServiceName=14338 HostName=radio.tunegenie.com