Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 891

Help with leading zeroes and counting files in a folder

$
0
0
Apologies for what might well be some atrocious code, I'm a total newb here and this is as far as I've managed to get by splicing together results from other help topics. The skin displays an image on the desktop which changes every 60 seconds, or when clicked, running sequentially through files in a folder with the name format 001.png, 002.png, etc. I'm currently typing in the number of files manually under [MeasureCounter], so I attempted to use FileView in order to get the number automatically. I managed to get it working, but the image was much slower to update than it is using the code I have currently. With the code below, the image changes as fast as I can click, but using FileView it's possible to skip past multiple images by clicking too fast. Is this inevitable with FileView, or was I just doing something wrong?

Secondly, you can see my terrible solution to the leading zeros on filenames under [MeterImage]. Can somebody provide me with something more elegant? The number of files will probably exceed 100, but is unlikely to go past 1000.

Thanks very much.

Code:

[Rainmeter]Update=1000[Metadata]Name=PolaroidAuthor=MifdyVersion=1.0[Variables]ImagePath="#ROOTCONFIGPATH#Images"SecondsBetween=60[MeasureCounter]Measure=CalcFormula=(MeasureCounter < 3 ? (MeasureCounter + 1) : 1)Substitute=".00000":""UpdateDivider=#SecondsBetween#[MeterBackground]Meter=ImageW=465H=580X=0Y=0SolidColor=60,60,60,0Hidden=1[ImageBackground]Meter=ImageW=384H=384X=28Y=80SolidColor=60,60,60,170Hidden=0[MeterImage]Meter=ImageW=384H=384X=28Y=85ImageName=#ROOTCONFIGPATH#Images\00[MeasureCounter].pngPreserveAspectRatio=1LeftMouseUpAction=[!UpdateMeasure MeasureCounter][!UpdateMeter MeterImage][!Redraw]DynamicVariables=1[Background]Meter=ImageImageName=#ROOTCONFIGPATH#@Resources\frame.pngSolidColor=255,255,255,0X=0Y=50W=444H=530[Background2]Meter=ImageImageName=#ROOTCONFIGPATH#@Resources\tape.pngSolidColor=255,255,255,0X=215Y=5W=244H=144[MeasureNotes]Measure=PluginPlugin=QuotePluginPathName=#ROOTCONFIGPATH#Caption.txtSeparator=¶UpdateDivider=-1[Notes]Meter=StringMeasureName=MeasureNotesFontSize=30SolidColor=0,0,0,0StringAlign=leftStringCase=NoneStringStyle=NormalFontColor=0,0,0,250FontFace=GINETTEClipString=1Antialias=1Angle=(Rad(-3))X=80Y=490W=320H=65LeftMouseUpAction=["#CURRENTPATH#Caption.txt"][!RainmeterRedraw]

Statistics: Posted by Mifdy — Yesterday, 12:32 pm — Replies 9 — Views 184



Viewing all articles
Browse latest Browse all 891

Trending Articles