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

General, Winamp, and Nero Screens

Here you can post your screen ideas and your skins.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
elesquiador
Plugin Author
Posts: 18
Joined: February 9th, 2007, 10:47 pm

General, Winamp, and Nero Screens

Post by elesquiador »

All 4 lines by 20 characters.

Screen 1: General Info, the standard screen that is usually up.

Line 1: Date and Time
Line 2: CPU usage over time and a single character, dual bar graph with current usage for each core, CPU temp
Line 3: %RAM Free, GPU temp, GPU 2D/3D mode as custom char (ATI Tray tools overclocks my GPU when in 3D mode, so I like to have an indicator to remind me to pay attention to the temperature)
Line 4:Current Upload and Download Speed


Plugins Used:
Everest, Perf, 2Bars(here), Sandr, atitraytools

Code: Select all

Time(m/d/y  h:nn AM/PM)$CustomChar(8,12,18,18,12,0,0,0,0)
CPU:[$dll(perf,1,1x5#u#100#5#0#100#\Processor(_Total)\% Processor Time,Total)]$dll(2bars, 6, $dll(perf,4,5,\Processor(0)\% Processor Time), $dll(perf,4,5,\Processor(1)\% Processor Time)) $dll(everest,2,TCPU,)$Chr(136)
RAM:$MemF%%  GPU:$dll(everest,2,TGPU1,)$Chr(136) $dll(sandr.dll,1,$dll(atitraytools.dll, 6,,),C:\Program Files\LCD Smartie\plugins\3d.ini)
 Up:$NetSpUpK(1) $Fill(10)Dwn:$NetSpDownK(1)
3d.ini file for sandr:

Code: Select all

[Search1]
1="No"
2="Yes"

[Replace1]
1="$CustomChar(7,28,4,28,16,30,5,5,14)$Chr(135)"
2="$CustomChar(7,28,4,12,4,30,5,5,14)$Chr(135)"

Screen 2: Winamp. Borrowed heavily from other screens posted here.
Line 1: Title
Line 2: Artist
Line 3: tracking bar (moves pixel by pixel, not character by character - my own plugin), status as custom char
Line 4: 1x6 Spectrum, Elapsed Time, Total Track length

Would add a volume icon, but custom characters are at a premium and I don't want to make my spectrum analyzer any smaller.

Plugins Used:
splittitle, pbar(available here), winamp

Code: Select all

 $dll(splittitle.dll,1,$WinampTitle,3)
 $dll(splittitle.dll,2,$WinampTitle,3)
$dll(pbar,1,18#7,$Winamppos#$WinampLength)$Fill(19)$dll(sandr,1,$WinampStat,C:\Program Files\LCD Smartie\plugins\winamp.ini)$Chr(136)
 $dll(winamp,1,1x6,u#100)$Right($WinampPosh/$WinampLengts,$12%)
winamp.ini file for sandr:

Code: Select all

[Search1]
1="playing"
2="stopped"
3="paused"

[Replace1]
1="$CustomChar(8,0,8,12,14,12,8,0,0)"
2="$CustomChar(8,0,31,31,31,31,31,0,0)"
3="$CustomChar(8,0,27,27,27,27,27,0,0)"

Screen 3: Nero CD writer with progress bar
Line 1: Title
Line 3: Custom Progress Bar
Line 4: status as reported by mem

Plugins Used:
Pbar, getnum(available here), mem

Code:

Code: Select all

Nero 6 CD Writer

$CustomChar(1,1,1,1,1,1,1,1,1)$Chr(176)$dll(PBar,3,18,$dll(getnum,1,$dll(mem,1,0,0),)#100)$CustomChar(2,32,32,32,32,32,32,32,32)$Chr(158)
$dll(mem,1,0,0)

actions:

Code: Select all

If $dll(mem,1,0,0) <> none then GotoTheme(2)
If $dll(mem,1,0,0) = none then GotoTheme(1)
If $dll(wmp,6,,) = 1 then GotoTheme(3)
If $dll(wmp,6,,) <>1 then GotoTheme(1)
You do not have the required permissions to view the files attached to this post.

antonakis
Posts: 36
Joined: October 31st, 2009, 10:36 am

Re: General, Winamp, and Nero Screens

Post by antonakis »

Hi, i tried to make the winamp screen and i wrote these in lines 3,4..

$dll(pbar,1,18#7,$Winamppos#$WinampLength)$Fill(19)$dll(sandr,1,$WinampStat,C:\Program Files\LCD Smartie\plugins\winamp.ini)$Chr(136)
$dll(winamp,1,1x6,u#100)$Right($WinampPosh/$WinampLengts,$12%)

BUT the equalizer int the fourth line ,in the left does not shown...WHY???

I Have all the correct plugins

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: General, Winamp, and Nero Screens

Post by limbo »

antonakis wrote:Hi, i tried to make the winamp screen and i wrote these in lines 3,4..

$dll(pbar,1,18#7,$Winamppos#$WinampLength)$Fill(19)$dll(sandr,1,$WinampStat,C:\Program Files\LCD Smartie\plugins\winamp.ini)$Chr(136)
$dll(winamp,1,1x6,u#100)$Right($WinampPosh/$WinampLengts,$12%)

BUT the equalizer int the fourth line ,in the left does not shown...WHY???

I Have all the correct plugins
I assume that you have already extracted the winamp.dll on LCD Smartie folder, so read the following text:

Actually Winamp plugin consists of two plugins. One for winamp and one for LCD Smartie.
All you need to do is put the winamp_lcdsmartie.dll in the winamp plugins folder (normally this located under the C:\Program Files\Winamp\Plugins)
after that you have to wnable the plugin in winamp (while you have active the winamp window press CTRL + K).
Winamp Preferences.jpg
In the screen taht appears select the Spectrum "Analyser for LCDSmartie" and clik on "Start" button.
If you want this plugin to start automatically when winamp starts you have to go plug-in setting in winamp and select 'Auto execute visualization plug-in on playback"
Winamp Preferences_2.jpg
You do not have the required permissions to view the files attached to this post.

antonakis
Posts: 36
Joined: October 31st, 2009, 10:36 am

Re: General, Winamp, and Nero Screens

Post by antonakis »

ok thanks... i did it..

Post Reply