Plugin supports 4 players:
- Winamp
- foobar2000 (requires winamp_spam plugin)
- The KMPlayer
- AIMP
Just copy splitter.dll to plugins directory.
Configuration:
$dll(splitter,method_number,$WinampTitle,Data_to_show)
The mandatory method is method number 1, so the config looks like that:
$dll(splitter,1,$WinampTitle,Data_to_show) where Data_to_show is a parameter for the current player (later more about them)
if you have method 1, you can add method 2:
$dll(splitter,2,number_of_chars, Data_to_show)
number_of_chars is a number of total chars that can be displayed in one line (mine is 16)
With that, when the text will be longer (in any line) than the total displayed chars, Winamp Splitter will add a separator - /.
For example:
AIMP sends a string like that - ***10. Don't Judge Me - Północny Toruń Projekt
the line with Artist will be displayed like that (while scrolling):
Północny Toruń ProjektPółnocny Toruń Projekt
whith the separator, it will look like that:
Północny Toruń Projekt / Północny Toruń Projekt
Optional are method 3 and 4.
as the first parameter you can send anything, the second parameter is Data_to_show
$dll(splitter,3,,Album)
Method 5 shows plugin name, version and authors name and surname

What kind of data can show this plugin?
- AIMP – Artist, Title, Number
- Winamp – Artist, Title
- The KMPlayer – Artist, Title, Album
- foobar2000 – Artist, Title, Album

And here's what my OLED displays with that config:

I hope you'll like it

EDIT:
To run, plugins needs .NET Framework 3.5