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

24x2 winamp screen (Now with more eyecandy)

Here you can post your screen ideas and your skins.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
fishthecat
LCD Smartie Fanatic
Posts: 132
Joined: March 9th, 2005, 2:21 pm
Location: UK

24x2 winamp screen (Now with more eyecandy)

Post by fishthecat »

Fishthecat's winamp screen.
I've only got a two line LCD, but I think I've come up with something special.

Image
Top: Winamp style scrolling title
Bottom: Windows System Volume in a vertical bar, 7 bar mini winamp visualisation, Track position bar, Track time(right justified) with leading zeros.


LCD Screen size 2x24
Plugins needed
  • scroll.dll
    tinybar.dll
    volume.dll
    winamp.dll
    sandr.dll
    regexp.dll
Syntax used in LCD Smartie

Code: Select all

$dll(Scroll.dll,1,24,[$WinampTitle])
$dll(tinybar,8,$dll(volume,4,,),1)$dll(winamp.dll,1,1x7,u#99#WFl#80#200)[$dll(sandr.dll,1,$WinampPosition(9),)]$Right($dll(regexp,3,0:(\d*):#\1:#:(\d)#:0\1#0(\d\d)#\1,0:$WinampPosh),$5%)
Syntax used in sandr.dll's omit.ini file

Code: Select all

[Search1]
1=+
2=-

[Replace1]
1=$Chr(219)
2=$Chr(165)
The track length looks neater when there's a mp3 less than 10 minutes long on it, as it leaves a space between it and the position bar.
Last edited by fishthecat on April 16th, 2007, 7:45 pm, edited 1 time in total.

fishthecat
LCD Smartie Fanatic
Posts: 132
Joined: March 9th, 2005, 2:21 pm
Location: UK

Eyecandy

Post by fishthecat »

I've just found AviScreen which lets you take animated screen captures. So here's an animated gif of my winamp screen. (Feel free to put it on the Smartie main site ;))

Image

As you can tell, I'm now using 2bars.dll rather than tinybar.dll to show the system and winamp volumes.

SlithyToves
Posts: 5
Joined: June 4th, 2007, 1:56 am

Post by SlithyToves »

fishthecat - how are you separating 2bars from the winamp visualisation? Whenever I try it, 2bars also takes over the two left bars of the visualisation.

fishthecat
LCD Smartie Fanatic
Posts: 132
Joined: March 9th, 2005, 2:21 pm
Location: UK

Post by fishthecat »

SlithyToves wrote:fishthecat - how are you separating 2bars from the winamp visualisation? Whenever I try it, 2bars also takes over the two left bars of the visualisation.
I'm only using a 7 character wide visualisation which uses customer chars 1-7. This leaves me char 8 to play with.
The 2bars plugin lets you specify which custom char to use, so I'm using the following to force it to char 8:

Code: Select all

$dll(2bars, 8, $dll(volume,4,,),$dll(winamp_vol,1,,))

SlithyToves
Posts: 5
Joined: June 4th, 2007, 1:56 am

Post by SlithyToves »

fishthecat wrote:I'm only using a 7 character wide visualisation which uses customer chars 1-7. This leaves me char 8 to play with.
The 2bars plugin lets you specify which custom char to use, so I'm using the following to force it to char 8:

Code: Select all

$dll(2bars, 8, $dll(volume,4,,),$dll(winamp_vol,1,,))
Image I know what I was doing wrong! I was using a 7 char wide vis, but assigning the 2bars to the first char!
No wonder it wasn't working. I fixed it and it's working beautifully. Thanks.

Post Reply