Force a new line in your Foobar OSD (On-Screen Display) script


Among the annoyances of the On-Screen Display Foobar component, is the lack of an option to force a new line when you select what information to display for an audio track.

You can force a new line only by going to the script section (Format) and write the code $char(10) wherever you need a new line.

Thus, for example, in the following script I tell to the On-Screen Display component to display artist, then display the title on a new line, and then the bitrate on a new line too:

%artist% $char(10) %title% $char(10) %bitrate%