Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Winamp Splitter

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Andrew
Posts: 20
Joined: April 27th, 2009, 4:17 pm

Winamp Splitter

Post by Andrew »

My second plugin is for splitting Artist and Title (retrieved from $WinampTitle) and show them where the user likes.

Plugin supports 4 players:
  • Winamp
  • foobar2000 (requires winamp_spam plugin)
  • The KMPlayer
  • AIMP
Installation:
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
Here's a screen from my configuration:
Image

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

I hope you'll like it :)

EDIT:
To run, plugins needs .NET Framework 3.5
You do not have the required permissions to view the files attached to this post.
Post Reply