• 31.05.2026, 01:02
  • Register
  • Login
  • You are not logged in.

 

Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

WoodSpoon

Junior Member

A5 LCDHype Winamp plugin script and help, please

Wednesday, June 5th 2013, 11:40pm

Need a little help setting up some scripting for the LCDHype Winamp plugin.

First off, I'm an utter noob at using LCDHype, so please make any explanations as though I know nothing.

I've been playing around with LCDHype trying to make a nice looking Winamp visualizer and liking the results so far.

I've been using bit's of other peoples scripts that kind of do what I wanted and modifying them, the main one coming form a German guy on youtube that lists his script in the "about" bit http://youtu.be/k2BCAHPPiCI
What I'm after is if someone out there can give me a hand getting the track number & track position counters working as at the moment they don't or at least not for me.
What I'd also like to know is if there is a way of uploading the finished script into the Aquaero so that I don't have to have LCDHype constantly running, I'm sure it's probably very simple but I'm a complete beginner at it.

Ok here's the script I've been playing with.


Thanking ye for any assistance :D


FIXED post see below

Could still do with knowing how to run the script without having to run LCDHype though., if anyone knows.

This post has been edited 2 times, last edit by "WoodSpoon" (Jun 6th 2013, 2:12am)

WoodSpoon

Junior Member

Thursday, June 6th 2013, 1:34am

Fixed, was missing a comma :wacko:

This script works for me, but no guarantee's it will work for anyone else.
I take no responsibility for anything it may do to your aquaero and no recognition for the work, it's mostly a rehashed trial and error version of this http://youtu.be/k2BCAHPPiCI by Elkgeemu1


However, anyone's welcome to use it
Hope it's of use to someone :D


#Header

%Common.SetPriority(200)
%LCD.Gfx_SetTextArea(0,0,256,64)

#EndHeader
#GfxMode

%LCD.Gfx_SetOverlayMode()
%If(%WinAmp.Status() = -1) Then {%Common.ChangeScreen(0,3)}
/SpecAnalyzer/
%WinAmp.SpecAnalyzer(FFT, PeakedBars, 64, 25, 5, 9, 2, 1, 1, 110, 15)

/TrackNo/
%Common.CreateNewLine()
%LCD.Gfx_SetFont('Copperplate Gothic Light',10,1,0)
%Format.Offset(Horizontal, 5)
%Format.Offset(Vertical,-14)
%Inc(%WinAmp.TrackNo(),1)''%WinAmp.Coun­tTracks()

/RawTitle/
%Common.CreateNewLine()
%LCD.Gfx_SetFont('Copperplate Gothic Bold',10,1,Bold)
%Format.Offset(Horizontal,30)
%Format.Offset(Vertical,-16)
%Param.EnableScrolling(Horizontal,Swing,­1,235,1)
%WinAmp.RawTitle()

/TrackPos/
%LCD.Gfx_SetFont('Copperplate Gothic Light',6,1,0)
%Common.CreateNewLine()
%Format.Offset(Horizontal,5)
%Format.Offset(Vertical,14)
%Format.Time(%Mul(%WinAmp.TrackPos(),1000),'mm:ss')
''
/TrackLength/
%Common.CreateNewLine()
%LCD.Gfx_SetFont('Copperplate Gothic Light',6,1,0)
%Format.Offset(Horizontal,57)
%Format.Offset(Vertical,-10)
%Format.Time(%Mul(%WinAmp.TrackLength(),1000),'mm:ss')

/StatusBar/
%Format.Bar(Horizontal,235,2,0,%WinAmp.TrackLength(),%WinAmp.TrackPos(),1,0,11,3­2)

/Playlist next 3 title/

%Common.CreateNewLine()
%LCD.Gfx_SetFont('Copperplate Gothic Light',6,1,Bold)
%Format.Offset(Horizontal,5)
%Format.Offset(Vertical,3)
%Param.EnableScrolling(Horizontal,Swing,­1,235,1)
%WinAmp.RawTitle(%Inc(%WinAmp.TrackNo(), 1))

%Common.CreateNewLine()
%LCD.Gfx_SetFont('Arial',6,1,Bold)
%Format.Offset(Horizontal,5)
%Format.Offset(Vertical,-2)
%Param.EnableScrolling(Horizontal,Swing,­1,235,1)
%WinAmp.RawTitle(%Inc(%WinAmp.TrackNo(), 2))

%Common.CreateNewLine()
%LCD.Gfx_SetFont('Arial',6,1,Bold)
%Format.Offset(Horizontal,5)
%Format.Offset(Vertical,-2)
%Param.EnableScrolling(Horizontal,Swing,­1,235,1)
%WinAmp.RawTitle(%Inc(%WinAmp.TrackNo(), 3))

#EndGfxMode

Grasshopper

Full Member

Thursday, June 6th 2013, 2:14am

huge thanks for this :thumbsup:

WoodSpoon

Junior Member

Thursday, June 6th 2013, 6:12pm

Going to see if I can knock up a few more slightly different ones at some point if anyone is interested.

If anyone has any tip's, tricks, ideas or advice anything is gratefully received.

Still also looking for a way of running the script without lcdhype running or a way of getting lcdhype to startup automatically when winamp starts, if anyone knows how.

Thanks.

Grasshopper

Full Member

Saturday, June 8th 2013, 12:28am

Would be nice to have AQ5 hold USB LCD page when music playing.

WoodSpoon

Junior Member

Saturday, June 8th 2013, 2:12am

Would be nice to have AQ5 hold USB LCD page when music playing.


Yeah would be nice, but not sure it's possible because Aquasuite set's the page display time :S
I usually just set it to permanent if I'm listening to music.
But if anyone knows better please share :D

Anyway, here's another slightly different script with a track time remaining bar added as well.

If the zipped attachment doesn't work somebody shout and I'll paste the full script. :D
WoodSpoon has attached the following image:
  • aquaero5_screenshot_2013-06-08_005005.png
WoodSpoon has attached the following file:
  • Spoonswinamp.zip (735 Byte - 274 times downloaded - Last download: Yesterday, 10:51pm)

This post has been edited 1 times, last edit by "WoodSpoon" (Jun 8th 2013, 2:43am)

WoodSpoon

Junior Member

Saturday, June 8th 2013, 9:38pm

Found this

A useful little tut that shows you how to make batch files which will let you start Winamp and LCDHype from one shortcut at the same time.

http://www.youtube.com/watch?v=Nulug8EtXX0